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

Commit d6182f99 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

Remove dead code.

This code is never called.

Change-Id: I2ed3fee93004e967bfb2a3080106c3950bf43ce2
parent f00529d9
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -228,14 +228,6 @@ public class AppSecurityPermissions {
        mNewPermPrefix = mContext.getText(R.string.perms_new_perm_prefix);
    }

    public AppSecurityPermissions(Context context, List<PermissionInfo> permList) {
        this(context);
        for (PermissionInfo pi : permList) {
            mPermsList.add(new MyPermissionInfo(pi));
        }
        setPermissions(mPermsList);
    }
    
    public AppSecurityPermissions(Context context, String packageName) {
        this(context);
        Set<MyPermissionInfo> permSet = new HashSet<MyPermissionInfo>();