summaryrefslogtreecommitdiffstats
path: root/tests/UsageStatsTest/res
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2014-07-21 15:25:30 -0700
committerAdam Lesinski <adamlesinski@google.com>2014-08-08 12:08:15 -0700
commit3516800b611a79339a3c188332d13a26e9086b09 (patch)
tree4c9f8791534cc81cd9562223d2929ee8ff554bfc /tests/UsageStatsTest/res
parent5c09e8ad5ee8e67976066366527ee58792551953 (diff)
downloadframeworks_base-3516800b611a79339a3c188332d13a26e9086b09.zip
frameworks_base-3516800b611a79339a3c188332d13a26e9086b09.tar.gz
frameworks_base-3516800b611a79339a3c188332d13a26e9086b09.tar.bz2
Second iteration of the UsageStats API
Based on feedback from API council, updated the API. Also added support for querying the event log. Change-Id: Ibaa008b9e5bd145acdfe8e20c25c2ed2d96be123
Diffstat (limited to 'tests/UsageStatsTest/res')
-rw-r--r--tests/UsageStatsTest/res/menu/main.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/UsageStatsTest/res/menu/main.xml b/tests/UsageStatsTest/res/menu/main.xml
new file mode 100644
index 0000000..e781058
--- /dev/null
+++ b/tests/UsageStatsTest/res/menu/main.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:id="@+id/log"
+ android:title="View Log"/>
+</menu>