summaryrefslogtreecommitdiffstats
path: root/SecondaryDisplayLauncher/res/menu
diff options
context:
space:
mode:
authorChilun <chilunhuang@google.com>2018-11-29 20:38:22 +0800
committerChilun Huang <chilunhuang@google.com>2018-12-13 09:21:47 +0000
commit3516bd89d9665787fdb3db73e4922361bb307380 (patch)
tree70ab33b412ec5fa1c67cd955b31836b0720138a5 /SecondaryDisplayLauncher/res/menu
parent4d64da3259d83fa85b6db16a926276a5e283ac3f (diff)
downloadpackages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.gz
packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.tar.bz2
packages_apps_Trebuchet-3516bd89d9665787fdb3db73e4922361bb307380.zip
Add a secondary launcher activity (1/2)
This secondary launcher activity with new category SECONDARY_HOME and multiple instance supporrted could be used on sencondary display. Bug: 118206886 Bug: 114329798 Test: Manual Change-Id: Ibaecf8ef7614389760d0fcc547ef6d378a921583
Diffstat (limited to 'SecondaryDisplayLauncher/res/menu')
-rw-r--r--SecondaryDisplayLauncher/res/menu/context_menu.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/SecondaryDisplayLauncher/res/menu/context_menu.xml b/SecondaryDisplayLauncher/res/menu/context_menu.xml
new file mode 100644
index 000000000..626384229
--- /dev/null
+++ b/SecondaryDisplayLauncher/res/menu/context_menu.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2018 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/add_app_shortcut"
+ android:title="@string/add_app_shortcut" />
+ <item android:id="@+id/set_wallpaper"
+ android:title="@string/set_wallpaper" />
+</menu>