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

Commit 5289dcad authored by Raj Yengisetty's avatar Raj Yengisetty
Browse files

Fix compile time error with Protected Apps

Change-Id: Ib53178b4ca3e9a32d523ad003816230d758925b4
parent 81ef9832
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12471,6 +12471,7 @@ public class PackageManagerService extends IPackageManager.Stub {
    @Override
    public ComposedIconInfo getComposedIconInfo() {
        return mIconPackHelper != null ? mIconPackHelper.getComposedIconInfo() : null;
    }
    @Override
    public void setComponentProtectedSetting(ComponentName componentName, boolean newState,