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

Commit 1bece432 authored by Kenny Root's avatar Kenny Root
Browse files

Make nativeLibraryDir visible in the API

Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c
parent 90fb15a7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -46618,6 +46618,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
@@ -355,8 +355,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {

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