Merge commit '8b11f30cb2cfe9922439e8a032311de114ce4da4' * commit '8b11f30cb2cfe9922439e8a032311de114ce4da4': Make nativeLibraryDir visible in the API
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user