Merge "Enable some CM options by default" into cm-10.1

This commit is contained in:
Ricardo Cerqueira 2013-04-02 15:16:47 -07:00 committed by Gerrit Code Review
commit 643b330151
1 changed files with 10 additions and 0 deletions

View File

@ -18,4 +18,14 @@
-->
<resources>
<string name="def_backup_transport">com.google.android.backup/.BackupTransportService</string>
<!-- Circle -->
<integer name="def_battery_style">2</integer>
<!-- Enable notification counters in statusbar -->
<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.contacts/.activities.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>
</resources>