summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFyodor Kupolov <fkupolov@google.com>2016-03-28 19:41:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-03-28 19:41:45 +0000
commit895caebccb2ddad703b087baac757f5dcb5822ab (patch)
treeea71378a272dfd7b37bc07164b445a29965321e6
parent7a6c08c7a476282a12709c6ff969c0137054e0dc (diff)
parentfdc3e31262c32e6a08687388ff08a15a516263ab (diff)
downloadandroid_packages_apps_PackageInstaller-895caebccb2ddad703b087baac757f5dcb5822ab.tar.gz
android_packages_apps_PackageInstaller-895caebccb2ddad703b087baac757f5dcb5822ab.tar.bz2
android_packages_apps_PackageInstaller-895caebccb2ddad703b087baac757f5dcb5822ab.zip
Merge "Increase char limit for uninstall_blocked_profile_owner" into nyc-dev
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index eb1f38ab..dd755f5f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -125,7 +125,7 @@
<string name="uninstall_failed_device_policy_manager_of_user">Can\'t uninstall because this package is an
active device administrator for the user <xliff:g id="username">%1$s</xliff:g>.</string>
<!-- String presented to the user when uninstalling a package failed because a profile owner
- has marked the the target package as not able to be uninstalled [CHAR LIMIT=80] -->
+ has marked the the target package as not able to be uninstalled [CHAR LIMIT=120] -->
<string name="uninstall_blocked_profile_owner">This app is required for some users or profiles
and was uninstalled for others</string>
<!-- String presented to the user when uninstalling a package failed because a device owner