blob: ca4d429a941f8fb2c43beb86e6de6e98f06e3bd2 [file] [log] [blame]
Pierre-Hugues Hussonb2134952018-04-15 20:34:25 +02001<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>