summaryrefslogtreecommitdiffstats
path: root/overlay
diff options
context:
space:
mode:
authorLes Prock <les@cyngn.com>2014-04-21 20:25:25 -0700
committerLes Prock <les@cyngn.com>2014-04-21 20:25:25 -0700
commit6172b7bbe2ee47b5d1e3b9dc1189bf69fede28ff (patch)
treeec8e4e5f6c9ca471b586287211fa57431d2b2a76 /overlay
parentba296d19066bd5263fc82a1dd8ce33fe0c5f7698 (diff)
downloadvendor_replicant-6172b7bbe2ee47b5d1e3b9dc1189bf69fede28ff.zip
vendor_replicant-6172b7bbe2ee47b5d1e3b9dc1189bf69fede28ff.tar.gz
vendor_replicant-6172b7bbe2ee47b5d1e3b9dc1189bf69fede28ff.tar.bz2
move def_lockscreen_targets and def_lockscreen_targets_no_telephony to frameworks/base/packages/SettingsProvider
Change-Id: I888f24cdce187b9b285c6efc47a59829051686fd
Diffstat (limited to 'overlay')
-rw-r--r--overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
index 51ebdd7..5036580 100644
--- a/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
+++ b/overlay/common/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
@@ -25,8 +25,4 @@
<integer name="def_notif_count">1</integer>
<!-- Right QS pulldown -->
<integer name="def_qs_quick_pulldown">1</integer>
- <!-- Default lockscreen targets -->
- <string name="def_lockscreen_targets">#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.mms/.ui.ConversationList;S.icon_resource=ic_lockscreen_sms_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.andrew.apollo/.ui.activities.HomeActivity;S.icon_resource=ic_lockscreen_music_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.dialer/.DialtactsActivity;S.icon_resource=ic_lockscreen_phone_normal;end|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.browser/.BrowserActivity;S.icon_resource=ic_lockscreen_browser_normal;end</string>
- <string name="def_lockscreen_targets_no_telephony">empty|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.android.browser/.BrowserActivity;S.icon_resource=ic_lockscreen_browser_normal;end|empty|#Intent;action=android.intent.action.MAIN;category=android.intent.category.LAUNCHER;component=com.andrew.apollo/.ui.activities.HomeActivity;S.icon_resource=ic_lockscreen_music_normal;end</string>
-
</resources>