aboutsummaryrefslogtreecommitdiff
path: root/apps/SetupCustomizer/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SetupCustomizer/AndroidManifest.xml')
-rw-r--r--apps/SetupCustomizer/AndroidManifest.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/SetupCustomizer/AndroidManifest.xml b/apps/SetupCustomizer/AndroidManifest.xml
deleted file mode 100644
index bdd31ff..0000000
--- a/apps/SetupCustomizer/AndroidManifest.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.google.android.tvsetup.partnercustomizer">
-
- <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
- <uses-permission android:name="android.permission.INTERNET" />
-
- <application android:label="@string/app_label">
-
- <receiver android:name=".PartnerReceiver">
- <intent-filter>
- <action android:name="com.google.android.tvsetup.action.PARTNER_CUSTOMIZATION" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
-
- <intent-filter>
- <action android:name="android.intent.action.PACKAGE_ADDED" />
- <action android:name="android.intent.action.PACKAGE_REMOVED" />
- <data android:scheme="package"/>
- </intent-filter>
- </receiver>
- </application>
-</manifest>