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

Commit 005a5d60 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

Moved implicit intents into explicit intents

am: 6356b6e3

Change-Id: I39ae9bb2b727ba1f8a9bf49f3f8da03b131207ba
parents 426b84b3 6356b6e3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2706,4 +2706,7 @@

    <!-- 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>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -2757,4 +2757,6 @@
  <java-symbol type="bool" name="use_lock_pattern_drawable" />
  <java-symbol type="drawable" name="lockscreen_notselected" />
  <java-symbol type="drawable" name="lockscreen_selected" />

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