summaryrefslogtreecommitdiff
path: root/api/system-current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'api/system-current.txt')
-rw-r--r--api/system-current.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 5bb85be9801f..cf9228c7f709 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -11806,7 +11806,7 @@ package android.content.pm {
ctor public VersionedPackage(java.lang.String, int);
method public int describeContents();
method public java.lang.String getPackageName();
- method public long getVersionCode();
+ method public int getVersionCode();
method public void writeToParcel(android.os.Parcel, int);
field public static final android.os.Parcelable.Creator<android.content.pm.VersionedPackage> CREATOR;
}
@@ -51348,7 +51348,7 @@ package android.view.autofill {
public final class AutofillManager {
method public void cancel();
method public void commit();
- method public void disableOwnedAutofillServices();
+ method public void disableAutofillServices();
method public boolean hasEnabledAutofillServices();
method public boolean isAutofillSupported();
method public boolean isEnabled();