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

Commit 29d4a20a authored by Chris Soyars's avatar Chris Soyars Committed by Steve Kondik
Browse files

Removed DuckTape Provider

parent 806fb34a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -3550,13 +3550,6 @@ class PackageManagerService extends IPackageManager.Stub {

    	a2sd = Settings.Secure.getInt(mContext.getContentResolver(),Settings.Secure.APPS2SD, 0) > 0;
    	
    	if (c.getCount()==0){
    		a2sd = false;
    	} else if (c.getString(0).equals("1")) {
    		a2sd = true;
    	}
    	c.close();

    	if (a2sd) { 		
    		installPackageExt(packageURI, observer, flags, installerPackageName, true);
    	} else {