blob: fc4169574abff43d0fc2c0bff5a5eef9d5ab7600 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.yukawaservice"
android:persistent="true"
android:sharedUserId="android.uid.system">
<application
android:allowBackup="true"
android:label="ATV Customization">
<receiver android:name=".RemoteSyncReceiver">
<intent-filter>
<action android:name="android.intent.action.GLOBAL_BUTTON"/>
</intent-filter>
</receiver>
</application>
</manifest>