Make nativeLibraryDir visible in the API
Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user