Fix installer warning logs logic
This commit is contained in:
parent
4f06d0081e
commit
481cd91646
@ -129,9 +129,9 @@ abstract public class Installer {
|
|||||||
} catch (AndroidNotCompatibleException e) {
|
} catch (AndroidNotCompatibleException e) {
|
||||||
Log.e(TAG, "Android not compatible with SystemInstaller!", e);
|
Log.e(TAG, "Android not compatible with SystemInstaller!", e);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
Log.e(TAG, "SystemInstaller is enabled in prefs, but system-perms are not granted!");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
Log.e(TAG, "SystemInstaller is enabled in prefs, but system-perms are not granted!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fallback -> DefaultInstaller
|
// Fallback -> DefaultInstaller
|
||||||
|
Loading…
x
Reference in New Issue
Block a user