am 1bece432: Make nativeLibraryDir visible in the API

Merge commit '1bece4320c1d2308b4a5b5aeda47b065312b3053' into gingerbread-plus-aosp

* commit '1bece4320c1d2308b4a5b5aeda47b065312b3053':
  Make nativeLibraryDir visible in the API
This commit is contained in:
Kenny Root
2010-09-12 19:31:45 -07:00
committed by Android Git Automerger
2 changed files with 10 additions and 2 deletions

View File

@@ -46630,6 +46630,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;