diff options
author | 2015-03-24 14:56:54 -0700 | |
---|---|---|
committer | 2015-03-24 14:56:54 -0700 | |
commit | 3bc3bc7971f15438732933cfac0db6e766e6a3e9 (patch) | |
tree | 0bdd6a1041bcd982424626bc0ff6018de1c09dc8 /java/res | |
parent | e1b91d4138b4f5b7e83d09d506e0be4a6b78467b (diff) | |
download | latinime-3bc3bc7971f15438732933cfac0db6e766e6a3e9.tar.gz latinime-3bc3bc7971f15438732933cfac0db6e766e6a3e9.tar.xz latinime-3bc3bc7971f15438732933cfac0db6e766e6a3e9.zip |
Force download the dictionaries after the apk package is updated.
- Also display the notification when the dictionaries are auto updated
Bug: 19808828
Change-Id: If5c4efb73d8bb554d812afcf7deafec3ac40a462
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/config-dictionary-pack.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values/config-dictionary-pack.xml b/java/res/values/config-dictionary-pack.xml index d076af452..bf52de88b 100644 --- a/java/res/values/config-dictionary-pack.xml +++ b/java/res/values/config-dictionary-pack.xml @@ -25,6 +25,6 @@ <bool name="allow_over_roaming">false</bool> <bool name="dict_downloads_visible_in_download_UI">false</bool> <bool name="metadata_downloads_visible_in_download_UI">false</bool> - <bool name="display_notification_for_auto_update">false</bool> - <bool name="display_notification_for_user_requested_update">false</bool> + <bool name="display_notification_for_auto_update">true</bool> + <bool name="display_notification_for_user_requested_update">true</bool> </resources> |