blob: 8ab68127001d593162d6131c0dbc6aa935cec935 [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"
Pierre-Hugues Husson9c74ef22018-06-07 16:39:09 +02003 android:sharedUserId="android.uid.system"
4 android:persistent="true">
Pierre-Hugues Hussonb2134952018-04-15 20:34:25 +02005
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>