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

Commit 55337dc6 authored by Andy Mast's avatar Andy Mast
Browse files

hide new AssetManager methods for themes

Change-Id: I9f5c6a432f9c2f3c1dd5bd9927c5e3fe3ddd1f93
parent 39b1fcd5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -785,10 +785,12 @@ public final class AssetManager {
        mThemeCookies.add(cookie);
    }

    /** {@hide} */
    public String getAppName() {
        return mAppName;
    }

    /** {@hide} */
    public void setAppName(String pkgName) {
        mAppName = pkgName;
    }