summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorPhilip P. Moltmann <moltmann@google.com>2017-04-07 15:47:15 -0700
committerPhilip P. Moltmann <moltmann@google.com>2017-04-11 22:24:54 +0000
commit69bfcd0b4c9ac2d07060b19f1f528866597f4972 (patch)
treeb520ff045e52f6dbe55a995e93d5b8a483988aed /res/values
parent732ec4cb2c8aa917dfb535bcaf81cb191c7c840d (diff)
downloadandroid_packages_apps_PackageInstaller-69bfcd0b4c9ac2d07060b19f1f528866597f4972.tar.gz
android_packages_apps_PackageInstaller-69bfcd0b4c9ac2d07060b19f1f528866597f4972.tar.bz2
android_packages_apps_PackageInstaller-69bfcd0b4c9ac2d07060b19f1f528866597f4972.zip
Unininstall notifications -> notification channels
Otherwise the uninstall failed notifications are very hidden. Bonus: IPackageInstall.uninstall thrown IAE when package is already uninstalled, at least do not crash. Test: Faked a failure to uninstall Slowed down uninstall to see uninstall notification Fixes: 35760276 Change-Id: I0ef09e4334df90ac8a70f28149ab4445bcdb60f4 (cherry picked from commit e5bb8d911c64ac990f9d37eb5fe13c3113d7cc94)
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 672d37bc..f8aa1d55 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -111,6 +111,12 @@
<string name="uninstall_application_text_user">Do you want to uninstall this app for the user <xliff:g id="username">%1$s</xliff:g>?</string>
<string name="uninstall_update_text">Replace this app with the factory version? All data will be removed.</string>
<string name="uninstall_update_text_multiuser">Replace this app with the factory version? All data will be removed. This affects all users of this device, including those with work profiles.</string>
+
+ <!-- Label for the notification channel containing notifications for current uninstall operations [CHAR LIMIT=40] -->
+ <string name="uninstalling_notification_channel">Running uninstalls</string>
+ <!-- Label for the notification channel containing notifications for failed uninstall operations [CHAR LIMIT=40] -->
+ <string name="uninstall_failure_notification_channel">Failed uninstalls</string>
+
<string name="uninstalling">Uninstalling\u2026</string>
<string name="uninstalling_app">Uninstalling <xliff:g id="package_label">%1$s</xliff:g>\u2026</string>
<string name="uninstall_done">Uninstall finished.</string>