am 8b11f30c: am 1bece432: Make nativeLibraryDir visible in the API

Merge commit '8b11f30cb2cfe9922439e8a032311de114ce4da4'

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

View File

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

@@ -354,8 +354,6 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
/**
* Full path to the directory where native JNI libraries are stored.
*
* {@hide}
*/
public String nativeLibraryDir;