android 6.0 报异常 You cannot keep your settings in the secure settings
有可能是 selinux的问题,可以在问题出现的时候, adb shell 上去, dmesg | grep avc 看看。 是什么操作被拒绝了。如果可以话的, 可以尝试setforce 0把selinux关掉, 看看问题是否复现。