version: cude 6.1

fix:
update:增加短信管控
This commit is contained in:
2022-07-11 18:14:10 +08:00
parent 45ce0fc8ee
commit 1cbb3c8c65
5 changed files with 96 additions and 17 deletions

View File

@@ -594,7 +594,10 @@ public class SysSettingUtils {
int browser = changeNum(jsonObject.getInteger("setting_browser"));
Settings.System.putInt(context.getContentResolver(), "qch_app_browser", browser);
Log.e(TAG, "qch_app_browser" + browser);
//短信
int setting_sms = changeNum(jsonObject.getInteger("setting_sms"));
Settings.System.putInt(context.getContentResolver(), "qch_app_sms", setting_sms);
Log.e(TAG, "qch_app_sms" + setting_sms);
} catch (Exception e) {
Log.e(TAG, "setIcon: " + e.getMessage());
}