mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-18 20:48:35 -04:00
Set delete apk post installation by default
This commit is contained in:
@@ -319,7 +319,7 @@ public class Util {
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P && Util.isRootInstallEnabled(context)) {
|
||||
return true;
|
||||
} else
|
||||
return getPrefs(context).getBoolean(Constants.PREFERENCE_INSTALLATION_DELETE, false);
|
||||
return getPrefs(context).getBoolean(Constants.PREFERENCE_INSTALLATION_DELETE, true);
|
||||
}
|
||||
|
||||
public static boolean isNativeInstallerEnforced(Context context) {
|
||||
|
||||
Reference in New Issue
Block a user