-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAndroidManifest.xml
28 lines (23 loc) · 1.09 KB
/
AndroidManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="725201927" android:versionName="2.1c"
android:installLocation="auto" platformBuildVersionCode="28" platformBuildVersionName="9"
package="com.android.DROID_MJ.smsbomber">
<uses-sdk
android:minSdkVersion="12"
android:targetSdkVersion="27" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<application
android:allowBackup="false"
android:icon="@drawable/b"
android:label="@string/a"
android:supportsRtl="true"
android:theme="@style/a">
<activity android:configChanges="keyboard|keyboardHidden|layoutDirection|locale|orientation|screenSize" android:name=".a">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>