resolve merge conflicts of e091985bb5 to stage-aosp-master
Test: Manual Change-Id: Icaf4663abd3ad233afa3e31ff1939dbb7c07a2a5
This commit is contained in:
@@ -6427,6 +6427,12 @@ public final class Settings {
|
|||||||
*/
|
*/
|
||||||
public static final String DEVICE_PAIRED = "device_paired";
|
public static final String DEVICE_PAIRED = "device_paired";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Specifies additional package name for broadcasting the CMAS messages.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
public static final String CMAS_ADDITIONAL_BROADCAST_PKG = "cmas_additional_broadcast_pkg";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This are the settings to be backed up.
|
* This are the settings to be backed up.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -2729,6 +2729,6 @@
|
|||||||
<!-- An array of packages for which notifications cannot be blocked. -->
|
<!-- An array of packages for which notifications cannot be blocked. -->
|
||||||
<string-array translatable="false" name="config_nonBlockableNotificationPackages" />
|
<string-array translatable="false" name="config_nonBlockableNotificationPackages" />
|
||||||
|
|
||||||
<!-- Component name of the default cell broadcast receiver -->
|
<!-- Package name of the default cell broadcast receiver -->
|
||||||
<string name="config_defaultCellBroadcastReceiverComponent" translatable="false">com.android.cellbroadcastreceiver/.PrivilegedCellBroadcastReceiver</string>
|
<string name="config_defaultCellBroadcastReceiverPkg" translatable="false">com.android.cellbroadcastreceiver</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -2763,5 +2763,5 @@
|
|||||||
<java-symbol type="drawable" name="lockscreen_notselected" />
|
<java-symbol type="drawable" name="lockscreen_notselected" />
|
||||||
<java-symbol type="drawable" name="lockscreen_selected" />
|
<java-symbol type="drawable" name="lockscreen_selected" />
|
||||||
|
|
||||||
<java-symbol type="string" name="config_defaultCellBroadcastReceiverComponent" />
|
<java-symbol type="string" name="config_defaultCellBroadcastReceiverPkg" />
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user