blob: fe74ad87ac1decb525d1b789d5c1f3894096f889 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.fakeoemfeatures"
coreApp="true"
>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<application
android:persistent="true"
android:name=".FakeApp"
android:allowClearUserData="false"
android:allowBackup="false"
android:hardwareAccelerated="true"
android:label="Fake OEM Features"
android:forceDeviceEncrypted="true"
android:encryptionAware="true">
<service android:name=".FakeCoreService" android:process=":core"
android:label="Fake OEM Core Service" />
<service android:name=".FakeCoreService2" android:process=":core2"
android:label="Fake OEM Core Service Also" />
<service android:name=".FakeCoreService3" android:process=":core3"
android:label="Fake OEM Core Service Me Too" />
<service android:name=".FakeBackgroundService" android:process=":background"
android:label="Fake OEM Bg Service" />
</application>
</manifest>