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

Commit ace5a3fb authored by Kenny Root's avatar Kenny Root
Browse files

Hide resourceDirs from public API

Change-Id: I070558c0adca43c8650ac740d3cda4334d0f4a50
parent 9c6393b8
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -41896,17 +41896,6 @@
 visibility="public"
>
</field>
<field name="resourceDirs"
 type="java.lang.String[]"
 transient="false"
 volatile="false"
 value="null"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="sharedLibraryFiles"
 type="java.lang.String[]"
 transient="false"
+2 −0
Original line number Diff line number Diff line
@@ -270,6 +270,8 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
     * Full paths to the locations of extra resource packages this application
     * uses. This field is only used if there are extra resource packages,
     * otherwise it is null.
     * 
     * {@hide}
     */
    public String[] resourceDirs;