summaryrefslogtreecommitdiffstats
path: root/res/menu/photo.xml
diff options
context:
space:
mode:
authorParamananda Pradhan <parama@codeaurora.org>2014-12-14 17:27:31 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2015-01-20 01:46:27 -0800
commit9382a979292e52de5c60a39ba24688362dce8bc1 (patch)
treea8ae53cf5d5d1b2703b782e09cc0c22c7102a374 /res/menu/photo.xml
parent5c273aab9d380d588d867122fb729cccffef86c2 (diff)
downloadandroid_packages_apps_Gallery2-9382a979292e52de5c60a39ba24688362dce8bc1.tar.gz
android_packages_apps_Gallery2-9382a979292e52de5c60a39ba24688362dce8bc1.tar.bz2
android_packages_apps_Gallery2-9382a979292e52de5c60a39ba24688362dce8bc1.zip
Gallery2: Make Gallery2 support OMADRM feature
- Make Gallery2 can recognize and consume DRM images and videos. Change-Id: I1655d295bcec31b5760c2c86c06f815cf6ed57ee
Diffstat (limited to 'res/menu/photo.xml')
-rw-r--r--res/menu/photo.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/menu/photo.xml b/res/menu/photo.xml
index bcd452e28..67e700b9f 100644
--- a/res/menu/photo.xml
+++ b/res/menu/photo.xml
@@ -78,4 +78,9 @@
<item android:id="@+id/print"
android:title="@string/print_image"
android:showAsAction="never" />
+ <item android:id="@+id/action_drm_info"
+ android:title="@string/drm_license_info"
+ android:enabled="true"
+ android:visible="false"
+ android:showAsAction="never" />
</menu>