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

Commit ccda81e5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Moved implicit intents into explicit intents"

parents 1f89f3d1 5d14d99e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2675,4 +2675,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
@@ -2739,4 +2739,6 @@

<!-- Network Recommendation -->
  <java-symbol type="array" name="config_networkRecommendationPackageNames" />

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