Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9080d670 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

resolve merge conflicts of e091985b to stage-aosp-master

am: 82c46d11

Change-Id: I2b6b5f698d03c86957fdaf4f73e26dfe36758924
parents 9897cc43 82c46d11
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6427,6 +6427,12 @@ public final class Settings {
         */
        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.
         *
+2 −2
Original line number Diff line number Diff line
@@ -2729,6 +2729,6 @@
    <!-- An array of packages for which notifications cannot be blocked. -->
    <string-array translatable="false" name="config_nonBlockableNotificationPackages" />

    <!-- Component name of the default cell broadcast receiver -->
    <string name="config_defaultCellBroadcastReceiverComponent" translatable="false">com.android.cellbroadcastreceiver/.PrivilegedCellBroadcastReceiver</string>
    <!-- Package name of the default cell broadcast receiver -->
    <string name="config_defaultCellBroadcastReceiverPkg" translatable="false">com.android.cellbroadcastreceiver</string>
</resources>
+1 −1
Original line number Diff line number Diff line
@@ -2763,5 +2763,5 @@
  <java-symbol type="drawable" name="lockscreen_notselected" />
  <java-symbol type="drawable" name="lockscreen_selected" />

  <java-symbol type="string" name="config_defaultCellBroadcastReceiverComponent" />
  <java-symbol type="string" name="config_defaultCellBroadcastReceiverPkg" />
</resources>