forked from droidmj742-zz/Flashlight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AndroidManifest.xml
16 lines (16 loc) · 1.07 KB
/
AndroidManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8" ?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="531201927" android:versionName="4.01a" android:installLocation="auto"
package="com.android.DROID_MJ.flashlight">
<uses-sdk android:minSdkVersion="12" android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FLASHLIGHT" android:required="true"/>
<application android:configChanges="keyboard|keyboardHidden|layoutDirection|orientation|screenLayout|screenSize|smallestScreenSize"
android:allowBackup="true" android:icon="@drawable/d" android:label="@string/a" android:supportsRtl="true" android:theme="@style/a">
<activity android:configChanges="keyboard|keyboardHidden|layoutDirection|orientation|screenLayout|screenSize|smallestScreenSize" android:name=".a">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>