aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp
diff options
context:
space:
mode:
authorHarry Slatyer <slatyer@google.com>2018-03-15 18:35:45 +1100
committerHarry Slatyer <slatyer@google.com>2018-03-15 18:40:58 +1100
commitee350ce2b3de627f3a937277526f5ce70ff65ab2 (patch)
treeaaa3f114a09b7873564cdf4441147a9d71450244 /tests/EmbeddedKitchenSinkApp
parent7e45b2bad1fa887a160d79738139d3062a1869b2 (diff)
downloadCar-ee350ce2b3de627f3a937277526f5ce70ff65ab2.tar.gz
Reduce priority of the kitchen sink cluster activity to -1
This cluster activity is just a placeholder, so by setting the priority to -1 we ensure that "real" cluster activities will be selected by default (since at the moment intent resolution just picks an activity with maximal priority). Bug: 63861009 Test: Manually on owl. Change-Id: I71117a6ac866bb751356998c90e35ede042c9d8e
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp')
-rw-r--r--tests/EmbeddedKitchenSinkApp/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml b/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
index eae7d30c38..0a4fbab4e0 100644
--- a/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
+++ b/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
@@ -99,7 +99,7 @@
android:resizeableActivity="true"
android:allowEmbedded="true"
android:permission="android.car.permission.CAR_INSTRUMENT_CLUSTER_CONTROL">
- <intent-filter>
+ <intent-filter android:priority="-1">
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.car.cluster.NAVIGATION"/>