Pierre-Hugues Husson | b213495 | 2018-04-15 20:34:25 +0200 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="me.phh.qti.audio" |
Pierre-Hugues Husson | 9c74ef2 | 2018-06-07 16:39:09 +0200 | [diff] [blame^] | 3 | android:sharedUserId="android.uid.system" |
| 4 | android:persistent="true"> |
Pierre-Hugues Husson | b213495 | 2018-04-15 20:34:25 +0200 | [diff] [blame] | 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> |