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