summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-watch
diff options
context:
space:
mode:
authorGriff Hazen <griff@google.com>2014-06-10 11:13:51 -0700
committerGriff Hazen <griff@google.com>2014-06-10 15:31:48 -0700
commit9f637d10959490c3a28e0f40330e97eb67e954d7 (patch)
treeaa0732224f67d0b80ded19361ebec22d45717a96 /core/res/res/values-watch
parent748856f2d91bd985af3b0973c4953cfa9a6a95ca (diff)
downloadframeworks_base-9f637d10959490c3a28e0f40330e97eb67e954d7.zip
frameworks_base-9f637d10959490c3a28e0f40330e97eb67e954d7.tar.gz
frameworks_base-9f637d10959490c3a28e0f40330e97eb67e954d7.tar.bz2
Reduce notification service historical archive size to 1 for watches.
To remove the memory footprint Bug: 15536759 Change-Id: I081bd962fef689b5d8ed126208499d56ebf4ae38
Diffstat (limited to 'core/res/res/values-watch')
-rw-r--r--core/res/res/values-watch/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/res/values-watch/config.xml b/core/res/res/values-watch/config.xml
index 8d82a17..6052fb0 100644
--- a/core/res/res/values-watch/config.xml
+++ b/core/res/res/values-watch/config.xml
@@ -36,4 +36,8 @@
<!-- Maximum velocity to initiate a fling, as measured in dips per second. -->
<dimen name="config_viewMaxFlingVelocity">8000dp</dimen>
+ <!-- Number of notifications to keep in the notification service historical archive.
+ Reduced intentionally for watches to retain minimal memory footprint -->
+ <integer name="config_notificationServiceArchiveSize">1</integer>
+
</resources>