aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml13
1 files changed, 3 insertions, 10 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a40313cc..9790798c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -44,7 +44,7 @@
android:protectionLevel="signatureOrSystem"
android:label="@string/permlab_receiveInputEvent"
android:description="@string/permdesc_receiveInputEvent" tools:ignore="SignatureOrSystemPermissions"/>
- <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="23"/>
+ <uses-sdk android:targetSdkVersion="23" android:minSdkVersion="21"/>
<application android:label="@string/app_name"
android:name=".TvApplication"
@@ -62,12 +62,9 @@
</activity>
<activity android:name="com.android.tv.MainActivity"
- android:configChanges="keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout|orientation"
+ android:configChanges="keyboard|keyboardHidden"
android:screenOrientation="landscape"
- android:launchMode="singleTask"
- android:resizeableActivity="true"
- android:supportsPictureInPicture="true"
- android:theme="@style/Theme.TV.MainActivity">
+ android:launchMode="singleTask" >
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
@@ -77,10 +74,6 @@
<data android:mimeType="vnd.android.cursor.dir/program" />
</intent-filter>
<intent-filter>
- <action android:name="android.media.tv.action.SETUP_INPUTS" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- <intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>
<meta-data android:name="supports_leanback" android:value="true" />