gpt4 book ai didi

android - 如何在 android 中设置权限 WRITE_SECURE_SETTINGS?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:02:42 27 4
gpt4 key购买 nike

<分区>

我正在尝试启用 4.0 以上的辅助功能服务设置,但它显示异常,即,

引起:java.lang.SecurityException:权限被拒绝:写入安全设置需要android.permission.WRITE_SECURE_SETTINGS

在 list 中,我已经像这样声明了此权限。

<uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />

但在 list 中给出编译错误,即权限仅为系统应用程序。所以我不明白如何解决这个问题。

提前致谢

这是我的示例代码

if (Settings.Secure.getString(getContentResolver(),
Settings.Secure.ACCESSIBILITY_ENABLED).contains("1")) {
if (Settings.Secure.getString(getContentResolver(),
Settings.Secure.ACCESSIBILITY_ENABLED).contains("1")) {
System.out.println("Putting the Value to Enable..");
Settings.Secure.putInt(getContentResolver(),
Settings.Secure.ACCESSIBILITY_ENABLED, 0);
} else {
Settings.Secure.putInt(getContentResolver(),
Settings.Secure.TOUCH_EXPLORATION_ENABLED, 1);
}
}

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com