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

Commit ba5d29e1 authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Removed PackageManager#getLockedZipFileName.

This was removed initially by Amit E during a merge of themes.  The
change failed to cherry-pick during our rebasing effort.
parent c03b76c3
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -1661,17 +1661,4 @@ public abstract class PackageManager {
     * Return whether the device has been booted into safe mode.
     */
    public abstract boolean isSafeMode();
    
    /**
     * Return locked file path, which contains DRM-protected resources for theme package.
     * If the package is not a theme package or does not have DRM-protected resources,
     * the method returns null.
     *
     * @param originalPackagePath The full path for theme package.
     * @return Returns locked file path.
     * 
     * @hide
     *
     */
    public abstract String getLockedZipFileName(String originalPackagePath);
}