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

Commit cec7eb1c authored by Kenny Root's avatar Kenny Root Committed by Android Git Automerger
Browse files

am 8b11f30c: am 1bece432: Make nativeLibraryDir visible in the API

Merge commit '8b11f30c'

* commit '8b11f30c':
  Make nativeLibraryDir visible in the API
parents df10a192 8b11f30c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -53807,6 +53807,16 @@
 visibility="public"
>
</field>
<field name="nativeLibraryDir"
 type="java.lang.String"
 transient="false"
 volatile="false"
 static="false"
 final="false"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="permission"
 type="java.lang.String"
 transient="false"
+0 −2
Original line number Diff line number Diff line
@@ -354,8 +354,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {

    /**
     * Full path to the directory where native JNI libraries are stored.
     * 
     * {@hide}
     */
    public String nativeLibraryDir;