summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorPragnya Paramita <prgnya@codeaurora.org>2015-11-30 19:51:56 +0530
committerZhao Wei Liew <zhaoweiliew@gmail.com>2016-11-10 06:18:58 -0700
commit73406be5362100576dae362f218b624065bb9c57 (patch)
tree79ff6c543913e4b87b5964bd31495c405b580e5e /core/res
parentc15736bb1034f8aca5429ca336a2ab7126fe7a57 (diff)
downloadframeworks_base-73406be5362100576dae362f218b624065bb9c57.zip
frameworks_base-73406be5362100576dae362f218b624065bb9c57.tar.gz
frameworks_base-73406be5362100576dae362f218b624065bb9c57.tar.bz2
frameworks/base: Addition of Changes for ZeroBalance feature
--Addition of code to receive broadcast from ZeroBalanceHelper application for executing command to write block/unblock rule to Iptable. --Addition of ZeroBalanceHelper file to be accesible by other modules to notify ZeroBalanceHelper application about update on change of SIM balance. --Addition of rule to allow browser uid when rest all applications are in blocked state. --Addition of feature flag to control the zerobalance feature. CRs-Fixed: 927258 Change-Id: Ifdf4c46fd63ab78193047a9bc8b62bf41065a665
Diffstat (limited to 'core/res')
-rw-r--r--core/res/res/values/config.xml6
-rw-r--r--core/res/res/values/symbols.xml4
2 files changed, 10 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index 8b49227..0bbc730 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -2598,4 +2598,10 @@
<integer-array translatable="false" name="config_deviceLightCapabilities">
</integer-array>
+ <!-- Zero Balance redirect URL config -->
+ <string name="operator_config_url" translatable="false"></string>
+ <!-- Zero Balance ping URL config -->
+ <string name="operator_ping_url" translatable="false"></string>
+ <!-- Zero Balance feature enable config -->
+ <bool name="config_zero_balance_operator">false</bool>
</resources>
diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml
index 0989e20..ccc80c7 100644
--- a/core/res/res/values/symbols.xml
+++ b/core/res/res/values/symbols.xml
@@ -2418,4 +2418,8 @@
<java-symbol type="string" name="config_packagedKeyboardName" />
<java-symbol type="bool" name="config_useSystemClockforRotationSensor" />
+
+ <java-symbol type="string" name="operator_config_url" />
+ <java-symbol type="string" name="operator_ping_url" />
+ <java-symbol type="bool" name="config_zero_balance_operator"/>
</resources>