Jon West | bf0419d | 2018-08-12 11:44:08 -0400 | [diff] [blame] | 1 | <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> |