TEMPORARY :: disable various overlays for bringup

Change-Id: I906b8186bca71c62e048c4c094c6da2ee8a80b95
This commit is contained in:
Steve Kondik 2014-11-08 07:15:17 -08:00
parent 49a30e7d17
commit f2458128d0
5 changed files with 16 additions and 9 deletions

View File

@ -24,7 +24,7 @@
<bool name="config_cellBroadcastAppLinks">true</bool>
<!-- Disable stock OTA components if installed -->
<!-- Disable stock OTA components if installed
<string-array name="config_disabledComponents" translatable="false">
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateActivity</item>
<item>com.google.android.gsf/com.google.android.gsf.update.SystemUpdateService</item>
@ -34,17 +34,18 @@
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$Receiver</item>
<item>com.google.android.gms/com.google.android.gms.update.SystemUpdateService$ActiveReceiver</item>
</string-array>
-->
<string name="config_mms_user_agent">CyanogenMod</string>
<string name="config_mms_user_agent_profile_url">http://www.google.com/oha/rdf/ua-profile-kila.xml</string>
<!-- Automatic power profile management per app.
Each item should list the fully-qualified activity
name and the power profile id, separated by a comma. -->
name and the power profile id, separated by a comma.
<string-array name="config_auto_perf_activities" translatable="false">
<item>com.aurorasoftworks.quadrant.*BenchmarkExecutionActivity,2</item>
<item>com.antutu.ABenchMark.*,2</item>
<item>.*com.antutu.benchmark.*,2</item>
</string-array>
-->
</resources>

View File

@ -19,10 +19,13 @@
<resources>
<string name="def_backup_transport">com.google.android.backup/.BackupTransportService</string>
<!-- Circle -->
<!-- Circle
<integer name="def_battery_style">2</integer>
<!-- Enable notification counters in statusbar -->
-->
<!-- Enable notification counters in statusbar
<integer name="def_notif_count">1</integer>
<!-- Right QS pulldown -->
-->
<!-- Right QS pulldown
<integer name="def_qs_quick_pulldown">1</integer>
-->
</resources>

View File

@ -17,7 +17,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The preferred APN to use, in the format name,mcc,mnc
Leave empty to choose automatically. -->
Leave empty to choose automatically.
<string name="config_preferred_apn">fast.t-mobile.com,310,260</string>
-->
</resources>

View File

@ -17,7 +17,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The preferred APN to use, in the format name,mcc,mnc
Leave empty to choose automatically. -->
Leave empty to choose automatically.
<string name="config_preferred_apn">pta,310,410</string>
-->
</resources>

View File

@ -17,7 +17,8 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- The preferred APN to use, in the format name,mcc,mnc
Leave empty to choose automatically. -->
Leave empty to choose automatically.
<string name="config_preferred_apn">lte.ktfwing.com,450,08</string>
-->
</resources>