blob: 8ab68127001d593162d6131c0dbc6aa935cec935 [file] [log] [blame]
Jon Westbf0419d2018-08-12 11:44:08 -04001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="me.phh.qti.audio"
3 android:sharedUserId="android.uid.system"
4 android:persistent="true">
5
6 <application
7 android:label="@string/app_label">
8
9 <receiver android:name=".Starter">
10 <intent-filter>
11 <action android:name="android.intent.action.BOOT_COMPLETED"/>
12 </intent-filter>
13 </receiver>
14 <service android:name=".Service" />
15 </application>
16</manifest>