aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-05 02:07:09 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-05 02:07:09 +0000
commit88da22bb2783536cc8b3d59831eb7152bbfef85b (patch)
tree0f7ccbd2ac4542c7a350cdb88877d7d01f0d5f75
parentd8fa25bce4fc4b43a309f0321180fdc887ed025e (diff)
parenta8a2adeaa6ee508c6357049fce340017c5f17f40 (diff)
downloadtests-88da22bb2783536cc8b3d59831eb7152bbfef85b.tar.gz
Snap for 7125381 from a8a2adeaa6ee508c6357049fce340017c5f17f40 to sc-d1-release
Change-Id: Id57fffac6f8f9dbf69856102db3bd9c18e2dc5b4
-rw-r--r--RotaryPlayground/AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/RotaryPlayground/AndroidManifest.xml b/RotaryPlayground/AndroidManifest.xml
index 4e68c67..8877af4 100644
--- a/RotaryPlayground/AndroidManifest.xml
+++ b/RotaryPlayground/AndroidManifest.xml
@@ -29,6 +29,15 @@
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
+ <!-- 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 -->
+ <meta-data android:name="nudge.left.keyCode" android:value="4"/>
+ <!-- Define app-specific custom off-screen nudge down action: launch Settings -->
+ <meta-data
+ android:name="nudge.down.intent"
+ android:value="intent:#Intent;action=android.settings.SETTINGS;category=android.intent.category.DEFAULT;end"/>
</activity>
</application>
</manifest> \ No newline at end of file