blob: ca4d429a941f8fb2c43beb86e6de6e98f06e3bd2 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.qti.audio"
android:sharedUserId="android.uid.system">
<application
android:label="@string/app_label">
<receiver android:name=".Starter">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<service android:name=".Service" />
</application>
</manifest>