OSDN Git Service

uicc : add config_stkNoAlphaUsrCnf to config.xml
authorduho.ro <duho.ro@lge.com>
Wed, 10 Jul 2013 03:01:06 +0000 (12:01 +0900)
committerVineeta Srivastava <vsrivastava@google.com>
Thu, 29 Aug 2013 18:35:09 +0000 (11:35 -0700)
Per 3GPP specification 102.223,
if the alpha identifier is not provided by the UICC,
the terminal MAY give information to the user.
set to false if we need to show user confirmation
when alpha identifier is not provided by the UICC.

Change-Id: Iece01f3775baf2c6438776f899ed53b1f1fb942f

Conflicts:
core/res/res/values/config.xml

core/res/res/values/config.xml
core/res/res/values/symbols.xml

index 5d4383f..4c72571 100644 (file)
     <!-- 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>
index a9c812e..b0da885 100755 (executable)
   <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" />