Make nativeLibraryDir visible in the API
Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c
This commit is contained in:
@@ -46618,6 +46618,16 @@
|
|||||||
visibility="public"
|
visibility="public"
|
||||||
>
|
>
|
||||||
</field>
|
</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"
|
<field name="permission"
|
||||||
type="java.lang.String"
|
type="java.lang.String"
|
||||||
transient="false"
|
transient="false"
|
||||||
|
|||||||
@@ -355,8 +355,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Full path to the directory where native JNI libraries are stored.
|
* Full path to the directory where native JNI libraries are stored.
|
||||||
*
|
|
||||||
* {@hide}
|
|
||||||
*/
|
*/
|
||||||
public String nativeLibraryDir;
|
public String nativeLibraryDir;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user