mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-05-19 05:55:04 -04:00
Fix permissions check
This commit is contained in:
@@ -149,7 +149,7 @@ public class PrivilegedInstaller extends Installer {
|
||||
}
|
||||
}
|
||||
|
||||
boolean hasPermissions = returnBundle.getBoolean("has_permission", false);
|
||||
boolean hasPermissions = returnBundle.getBoolean("has_permissions", false);
|
||||
if (hasPermissions) {
|
||||
return EXTENSION_INSTALLED_YES;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user