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

Commit b4b7c398 authored by Dirk Sigurdson's avatar Dirk Sigurdson
Browse files

adding new method that was added from themes

parent b28c4cab
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -463,4 +463,9 @@ public class MockPackageManager extends PackageManager {
    public boolean isSafeMode() {
        throw new UnsupportedOperationException();
    }

    @Override
    public List<PackageInfo> getInstalledThemePackages() {
        throw new UnsupportedOperationException();
    }
}