diff options
-rw-r--r-- | core/res/res/values/config.xml | 3 | ||||
-rw-r--r-- | core/res/res/values/symbols.xml | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 0859e5a..e2d4468 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -938,6 +938,9 @@ <!-- Is the device capable of hot swapping an UICC Card --> <bool name="config_hotswapCapable">false</bool> + <!-- Component name of the ICC hotswap prompt for restart dialog --> + <string name="config_iccHotswapPromptForRestartDialogComponent" translateable="false">@null</string> + <!-- Enable puk unlockscreen by default. If unlock screen is disabled, the puk should be unlocked through Emergency Dialer --> <bool name="config_enable_puk_unlock_screen">true</bool> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 6d8c38f..b399fba 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2336,4 +2336,6 @@ <java-symbol type="string" name="config_networkPolicyNotificationComponent" /> <java-symbol type="drawable" name="platlogo_m" /> + + <java-symbol type="string" name="config_iccHotswapPromptForRestartDialogComponent" /> </resources> |