summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2016-04-27 18:27:28 -0700
committerBo Hu <bohu@google.com>2016-04-28 01:47:08 +0000
commit98f2b12a2ba151bd0dc2455f1f4815232e65f57e (patch)
tree9bdf0c4e834193c3b96ecbd725a3e197d23e15e3 /apps
parent484034351588bb9b428b18e38e6b8103b40e75ea (diff)
downloadandroid_development-98f2b12a2ba151bd0dc2455f1f4815232e65f57e.tar.gz
android_development-98f2b12a2ba151bd0dc2455f1f4815232e65f57e.tar.bz2
android_development-98f2b12a2ba151bd0dc2455f1f4815232e65f57e.zip
Emulator-ATV: Increase SdkSetup HOME intent priority
Increase SdkSetup's HOME intent priority to 3, because ATV has leanbacklauncher which uses priority 2; So that ATV can go 'home' bug: 28432804 Change-Id: I170c8b3fd4d3e82fd09c82e84bb8eeb32bb7c004
Diffstat (limited to 'apps')
-rw-r--r--apps/SdkSetup/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/SdkSetup/AndroidManifest.xml b/apps/SdkSetup/AndroidManifest.xml
index 5ceddcdc3..8f7268418 100644
--- a/apps/SdkSetup/AndroidManifest.xml
+++ b/apps/SdkSetup/AndroidManifest.xml
@@ -24,7 +24,7 @@
<application>
<activity android:name="DefaultActivity"
android:excludeFromRecents="true">
- <intent-filter android:priority="1">
+ <intent-filter android:priority="3">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />