Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63f7cf38 authored by ctso's avatar ctso Committed by Steve Kondik
Browse files

Force apps2sd by setting cm.a2sd.force=1

parent 2ca02a4d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3570,6 +3570,11 @@ class PackageManagerService extends IPackageManager.Stub {
            a2sd = false;
        }

        /* Force A2SD if cm.a2sd.force is true */
        if (SystemProperties.getBoolean("cm.ap2sd.force", false)) {
            a2sd = true;
        }
    	
    	if (a2sd) { 		
    	    installPackageExt(packageURI, observer, flags, installerPackageName, true);
    	} else {