Supported multiple cell broadcast receivers

Bug: 122821947
Test: Manual
Change-Id: I293fed4aafbac6c176d3635f9437c2fba5b05efd
This commit is contained in:
Jack Yu
2019-02-05 17:31:04 -08:00
parent 3b9919d1fd
commit fade231c92
2 changed files with 7 additions and 5 deletions

View File

@@ -1594,7 +1594,7 @@
<integer-array name="config_screenBrighteningThresholds"> <integer-array name="config_screenBrighteningThresholds">
<item>100</item> <item>100</item>
</integer-array> </integer-array>
<!-- Array of hysteresis constraint values for darkening, represented as tenths of a <!-- Array of hysteresis constraint values for darkening, represented as tenths of a
percent. The length of this array is assumed to be one greater than percent. The length of this array is assumed to be one greater than
config_screenThresholdLevels. The darkening threshold is calculated as config_screenThresholdLevels. The darkening threshold is calculated as
@@ -3424,8 +3424,10 @@
<!-- Flag indicates that whether non-system apps can be installed on internal storage. --> <!-- Flag indicates that whether non-system apps can be installed on internal storage. -->
<bool name="config_allow3rdPartyAppOnInternal">true</bool> <bool name="config_allow3rdPartyAppOnInternal">true</bool>
<!-- Package name of the default cell broadcast receiver --> <!-- Package names of the default cell broadcast receivers -->
<string name="config_defaultCellBroadcastReceiverPkg" translatable="false">com.android.cellbroadcastreceiver</string> <string-array name="config_defaultCellBroadcastReceiverPkgs" translatable="false">
<item>com.android.cellbroadcastreceiver</item>
</string-array>
<!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. --> <!-- Specifies the path that is used by AdaptiveIconDrawable class to crop launcher icons. -->
<string name="config_icon_mask" translatable="false">"M50,0L92,0C96.42,0 100,4.58 100 8L100,92C100, 96.42 96.42 100 92 100L8 100C4.58, 100 0 96.42 0 92L0 8 C 0 4.42 4.42 0 8 0L50 0Z"</string> <string name="config_icon_mask" translatable="false">"M50,0L92,0C96.42,0 100,4.58 100 8L100,92C100, 96.42 96.42 100 92 100L8 100C4.58, 100 0 96.42 0 92L0 8 C 0 4.42 4.42 0 8 0L50 0Z"</string>

View File

@@ -3146,7 +3146,7 @@
<java-symbol type="drawable" name="lockscreen_selected" /> <java-symbol type="drawable" name="lockscreen_selected" />
<java-symbol type="string" name="notification_header_divider_symbol_with_spaces" /> <java-symbol type="string" name="notification_header_divider_symbol_with_spaces" />
<java-symbol type="string" name="config_defaultCellBroadcastReceiverPkg" /> <java-symbol type="array" name="config_defaultCellBroadcastReceiverPkgs" />
<java-symbol type="color" name="notification_primary_text_color_light" /> <java-symbol type="color" name="notification_primary_text_color_light" />
<java-symbol type="color" name="notification_primary_text_color_dark" /> <java-symbol type="color" name="notification_primary_text_color_dark" />
@@ -3590,7 +3590,7 @@
<!-- For Secondary Launcher --> <!-- For Secondary Launcher -->
<java-symbol type="string" name="config_secondaryHomeComponent" /> <java-symbol type="string" name="config_secondaryHomeComponent" />
<java-symbol type="string" name="dynamic_mode_notification_channel_name" /> <java-symbol type="string" name="dynamic_mode_notification_channel_name" />
<java-symbol type="string" name="dynamic_mode_notification_title" /> <java-symbol type="string" name="dynamic_mode_notification_title" />
<java-symbol type="string" name="dynamic_mode_notification_summary" /> <java-symbol type="string" name="dynamic_mode_notification_summary" />