summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-06-20 11:16:18 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-06-21 07:45:51 -0700
commitb720488c606c9a0a5890aca8ebff11b8c98db457 (patch)
treef8e36796fb09738a196664d118a3556cdce7ec10 /res/values
parentd40bcafd7b62e7e8c9ba73e7ebcd8a69f1e7b0a1 (diff)
downloadpackages_apps_Settings-b720488c606c9a0a5890aca8ebff11b8c98db457.zip
packages_apps_Settings-b720488c606c9a0a5890aca8ebff11b8c98db457.tar.gz
packages_apps_Settings-b720488c606c9a0a5890aca8ebff11b8c98db457.tar.bz2
Settings: handle 'always ask' for SMS subscription on 3rd party apps
We need to ensure that the SMS app has a valid subscription to use as 3rd party apps don't know how to use our custom "always ask" logic. Don't allow the user to choose "always ask" if a 3rd party SMS app is currently the deafult. Ticket: CYNGNOS-3068 Change-Id: I4aabf43adfb4fdc39e7656aa872abf73d9a5edbe Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 68bd97c..d4ec152 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -1245,4 +1245,6 @@
<!-- Lock screen wallpaper -->
<string name="lockscreen_wallpaper_title">Wallpaper</string>
+ <string name="not_available_with_app">Not available with %1$s</string>
+
</resources>