summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-04-04 14:04:21 -0400
committerDaniel Sandler <dsandler@android.com>2012-04-19 11:39:49 -0400
commitf7a1956b06faeb6025fdea331f81d66edda58b3c (patch)
treedfba6fe76ce0bab0a964959cb04980972e4424b1 /packages/SystemUI/res
parent3dfc82b5677a77e805511c263197c95c52a1665e (diff)
downloadframeworks_base-f7a1956b06faeb6025fdea331f81d66edda58b3c.zip
frameworks_base-f7a1956b06faeb6025fdea331f81d66edda58b3c.tar.gz
frameworks_base-f7a1956b06faeb6025fdea331f81d66edda58b3c.tar.bz2
Long-press a notification to find out who sent it.
Bug: 5547401 Change-Id: I8d5d73723b3f03f5b0f8717faaca826b1530df7a
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r--packages/SystemUI/res/menu/notification_popup_menu.xml22
-rw-r--r--packages/SystemUI/res/values/strings.xml4
2 files changed, 26 insertions, 0 deletions
diff --git a/packages/SystemUI/res/menu/notification_popup_menu.xml b/packages/SystemUI/res/menu/notification_popup_menu.xml
new file mode 100644
index 0000000..8923fb6
--- /dev/null
+++ b/packages/SystemUI/res/menu/notification_popup_menu.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/* apps/common/assets/default/default/skins/StatusBar.xml
+**
+** Copyright 2012, 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/notification_inspect_item" android:title="@string/status_bar_notification_inspect_item_title" />
+</menu>
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 6dbe9d3..236ca6b 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -365,4 +365,8 @@
<!-- Description of the desk dock action that invokes the Android Dreams screen saver feature -->
<string name="dreams_dock_launcher">Activate screen saver</string>
+
+ <!-- Title shown in notification popup for inspecting the responsible
+ application -->
+ <string name="status_bar_notification_inspect_item_title">App info</string>
</resources>