aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-07 03:49:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-06-07 03:49:13 +0000
commit2bd6d74796fd6f55c5c0f700acc7b725fb8fbbd1 (patch)
tree9f2d537e2be2b366b3332830843121a9d7c79b32
parentc20e43b26c140b27f9fd42fe98a1f23c38d10743 (diff)
parentcdfdee4d3a0c96352f9dc049f9bd3bf300937717 (diff)
downloadtests-android12L-gsi.tar.gz
Snap for 8589293 from 12667ed42f947457d893d6f7faf8ce30e3a5d037 to sc-v2-platform-release am: cdfdee4d3aandroid12L-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Car/tests/+/18439491 Change-Id: I443b878e5b47b5b730257fbfedcf76337c0755f2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--RotaryPlayground/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/RotaryPlayground/AndroidManifest.xml b/RotaryPlayground/AndroidManifest.xml
index 8877af4..f526657 100644
--- a/RotaryPlayground/AndroidManifest.xml
+++ b/RotaryPlayground/AndroidManifest.xml
@@ -20,6 +20,10 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.App">
+ <!-- Define app-specific custom off-screen nudge right action: KEYCODE_BACK. This action
+ works only when this application is in foreground. For a given activity, this action
+ can be overridden by the action specified in that activity. -->
+ <meta-data android:name="nudge.right.keyCode" android:value="4"/>
<activity
android:name=".RotaryActivity"
android:label="@string/app_name"
@@ -32,7 +36,8 @@
<!-- Define app-specific custom off-screen nudge up action:
GLOBAL_ACTION_NOTIFICATIONS -->
<meta-data android:name="nudge.up.globalAction" android:value="4"/>
- <!-- Define app-specific custom off-screen nudge left action: KEYCODE_BACK -->
+ <!-- Define app-specific custom off-screen nudge left action: KEYCODE_BACK. This action
+ works only when this activity is in foreground. -->
<meta-data android:name="nudge.left.keyCode" android:value="4"/>
<!-- Define app-specific custom off-screen nudge down action: launch Settings -->
<meta-data