Make nativeLibraryDir visible in the API

Change-Id: Ic88e76a85b0041e97b4c29c42dfa09db0356391c
This commit is contained in:
Kenny Root
2010-09-12 19:20:03 -07:00
parent 90fb15a7e5
commit 1bece4320c
2 changed files with 10 additions and 2 deletions

View File

@@ -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"

View File

@@ -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;