summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorEran Messeri <eranm@google.com>2020-11-12 21:17:19 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-11-12 21:17:19 +0000
commitcb1fecb4b40aedda169f9b819465e7de3acb00de (patch)
treea4c05d8697c01f701f25138d96e92d9c5a9624cc /api
parentbb5b23639e1ff0950ba58e585b3fc3e968a557b3 (diff)
parent1641c5c47e0a2a37d6b853e652a7661a2dd394ab (diff)
Merge "Implement setRequiredPasswordComplexity"
Diffstat (limited to 'api')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 3cba8a704a35..576f3f241a7a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -6950,6 +6950,7 @@ package android.app.admin {
method @Nullable public java.util.List<java.lang.String> getPermittedCrossProfileNotificationListeners(@NonNull android.content.ComponentName);
method @Nullable public java.util.List<java.lang.String> getPermittedInputMethods(@NonNull android.content.ComponentName);
method public int getPersonalAppsSuspendedReasons(@NonNull android.content.ComponentName);
+ method public int getRequiredPasswordComplexity();
method public long getRequiredStrongAuthTimeout(@Nullable android.content.ComponentName);
method public boolean getScreenCaptureDisabled(@Nullable android.content.ComponentName);
method public java.util.List<android.os.UserHandle> getSecondaryUsers(@NonNull android.content.ComponentName);
@@ -7081,6 +7082,7 @@ package android.app.admin {
method public void setProfileEnabled(@NonNull android.content.ComponentName);
method public void setProfileName(@NonNull android.content.ComponentName, String);
method public void setRecommendedGlobalProxy(@NonNull android.content.ComponentName, @Nullable android.net.ProxyInfo);
+ method public void setRequiredPasswordComplexity(int);
method public void setRequiredStrongAuthTimeout(@NonNull android.content.ComponentName, long);
method public boolean setResetPasswordToken(android.content.ComponentName, byte[]);
method public void setRestrictionsProvider(@NonNull android.content.ComponentName, @Nullable android.content.ComponentName);