summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorPeter Visontay <pvisontay@google.com>2010-11-19 13:14:13 +0000
committerPeter Visontay <pvisontay@google.com>2011-01-28 11:03:50 +0000
commit62a6b1f913bdfa1f7f53fad055cd62c3cfb90100 (patch)
tree55020b6e74848efaa3d815e4a98d0a8f02f5a857 /res
parent6bb3c8a364e4f8c291f8e2a1c1cbd2ab2042d8ba (diff)
downloadApplicationsProvider-62a6b1f913bdfa1f7f53fad055cd62c3cfb90100.tar.gz
Added new URI for launch count updates to ApplicationsProvider.
Tested with automated tests + manually: 1. Installed ApplicationsProvider (with a clean database containing 0 as each app's current launch count). 2. Typed "g" into QSB. App suggestions: Gallery, Gmail (ranked alphabetically). 3. Clicked on the "Google Search" app to launch it and by doing so increase its launch count. 4. Cleared the QSB shortcuts (QSB created one for Google Search when it was launched). 5. Reinstalled ApplicationsProvider so the in-memory values would be lost. 6. Typed "g" into QSB. app suggestions: Google Search, Gallery (ranked by launch count). Bug: 1847330 Change-Id: I4125b34a1923fe5866c52bf77218974ed14a38bc
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2c296ef..6974f2c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,4 +28,11 @@
settings. -->
<string name="settings_description">Names of installed applications</string>
+ <!-- Label for permission to increase an app's launch count. -->
+ <string name="permlab_increase_launch_count">modify application launch counts</string>
+
+ <!-- Description of permission to increase an app's launch count. -->
+ <string name="permdesc_increase_launch_count">Allows a launcher to
+ increase the launch count of applications (used for ranking apps).</string>
+
</resources>