Skip to content

Commit e157bfd

Browse files
committed
log pref not readable
Signed-off-by: Tommy Alex <iptux7@gmail.com>
1 parent 5414f11 commit e157bfd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • UsbDebugging/src/main/java/net/iptux/xposed/usbdebugging

UsbDebugging/src/main/java/net/iptux/xposed/usbdebugging/Settings.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ static Settings getInstance() {
3535
XSharedPreferences prefs;
3636
private Settings() {
3737
prefs = new XSharedPreferences(BuildConfig.APPLICATION_ID);
38+
if (!prefs.makeWorldReadable()) {
39+
Utility.log("WARN: pref not world readable!");
40+
}
3841
}
3942

4043
void reload() {

0 commit comments

Comments
 (0)