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" | ||||
3 | android:sharedUserId="android.uid.system"> | ||||
4 | |||||
5 | <application | ||||
6 | android:label="@string/app_label"> | ||||
7 | |||||
8 | <receiver android:name=".Starter"> | ||||
9 | <intent-filter> | ||||
10 | <action android:name="android.intent.action.BOOT_COMPLETED"/> | ||||
11 | </intent-filter> | ||||
12 | </receiver> | ||||
13 | <service android:name=".Service" /> | ||||
14 | </application> | ||||
15 | </manifest> |