Loading core/res/res/values/config.xml +13 −0 Original line number Diff line number Diff line Loading @@ -1176,6 +1176,19 @@ where if the preferred is used we don't try the others. --> <bool name="config_dontPreferApn">false</bool> <!-- The list of ril radio technologies (see ServiceState.java) which only support a single data connection at one time. This may change by carrier via overlays (some don't support multiple pdp on UMTS). All unlisted radio tech types support unlimited types (practically only 2-4 used). --> <integer-array name="config_onlySingleDcAllowed"> <item>4</item> <!-- IS95A --> <item>5</item> <!-- IS95B --> <item>6</item> <!-- 1xRTT --> <item>7</item> <!-- EVDO_0 --> <item>8</item> <!-- EVDO_A --> <item>12</item> <!-- EVDO_B --> </integer-array> <!-- Vibrator pattern to be used as the default for notifications that specify DEFAULT_VIBRATE. --> Loading core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1435,6 +1435,7 @@ <java-symbol type="array" name="config_locationProviderPackageNames" /> <java-symbol type="array" name="config_defaultNotificationVibePattern" /> <java-symbol type="array" name="config_notificationFallbackVibePattern" /> <java-symbol type="array" name="config_onlySingleDcAllowed" /> <java-symbol type="bool" name="config_animateScreenLights" /> <java-symbol type="bool" name="config_automatic_brightness_available" /> <java-symbol type="bool" name="config_enableFusedLocationOverlay" /> Loading Loading
core/res/res/values/config.xml +13 −0 Original line number Diff line number Diff line Loading @@ -1176,6 +1176,19 @@ where if the preferred is used we don't try the others. --> <bool name="config_dontPreferApn">false</bool> <!-- The list of ril radio technologies (see ServiceState.java) which only support a single data connection at one time. This may change by carrier via overlays (some don't support multiple pdp on UMTS). All unlisted radio tech types support unlimited types (practically only 2-4 used). --> <integer-array name="config_onlySingleDcAllowed"> <item>4</item> <!-- IS95A --> <item>5</item> <!-- IS95B --> <item>6</item> <!-- 1xRTT --> <item>7</item> <!-- EVDO_0 --> <item>8</item> <!-- EVDO_A --> <item>12</item> <!-- EVDO_B --> </integer-array> <!-- Vibrator pattern to be used as the default for notifications that specify DEFAULT_VIBRATE. --> Loading
core/res/res/values/symbols.xml +1 −0 Original line number Diff line number Diff line Loading @@ -1435,6 +1435,7 @@ <java-symbol type="array" name="config_locationProviderPackageNames" /> <java-symbol type="array" name="config_defaultNotificationVibePattern" /> <java-symbol type="array" name="config_notificationFallbackVibePattern" /> <java-symbol type="array" name="config_onlySingleDcAllowed" /> <java-symbol type="bool" name="config_animateScreenLights" /> <java-symbol type="bool" name="config_automatic_brightness_available" /> <java-symbol type="bool" name="config_enableFusedLocationOverlay" /> Loading