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

Commit 4fa9204d authored by Vineeta Srivastava's avatar Vineeta Srivastava Committed by Android (Google) Code Review
Browse files

Merge "uicc : add config_stkNoAlphaUsrCnf to config.xml" into klp-dev

parents e87bc32e 54ad798a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1207,4 +1207,7 @@
    <!-- Default Gravity setting for the system Toast view. Equivalent to: Gravity.CENTER_HORIZONTAL | Gravity.BOTTOM -->
    <integer name="config_toastDefaultGravity">0x00000051</integer>

    <!-- set to false if we need to show user confirmation
         when alpha identifier is not provided by the UICC -->
    <bool name="config_stkNoAlphaUsrCnf">true</bool>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -1639,6 +1639,7 @@
  <java-symbol type="bool" name="config_sf_slowBlur" />
  <java-symbol type="drawable" name="ic_volume" />
  <java-symbol type="drawable" name="stat_notify_sim_toolkit" />
  <java-symbol type="bool" name="config_stkNoAlphaUsrCnf" />

  <!-- From maps library -->
  <java-symbol type="array" name="maps_starting_lat_lng" />