We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5414f11 commit e157bfdCopy full SHA for e157bfd
UsbDebugging/src/main/java/net/iptux/xposed/usbdebugging/Settings.java
@@ -35,6 +35,9 @@ static Settings getInstance() {
35
XSharedPreferences prefs;
36
private Settings() {
37
prefs = new XSharedPreferences(BuildConfig.APPLICATION_ID);
38
+ if (!prefs.makeWorldReadable()) {
39
+ Utility.log("WARN: pref not world readable!");
40
+ }
41
}
42
43
void reload() {
0 commit comments