Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 868f94cf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose forceUpdateUserSetupComplete as a TestAPI"

parents 3e0290b3 308cafe8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -368,6 +368,7 @@ package android.app {
package android.app.admin {

  public class DevicePolicyManager {
    method public void forceUpdateUserSetupComplete();
    method public long getLastBugReportRequestTime();
    method public long getLastNetworkLogRetrievalTime();
    method public long getLastSecurityLogRetrievalTime();
+1 −0
Original line number Diff line number Diff line
@@ -11241,6 +11241,7 @@ public class DevicePolicyManager {
     *         {@code android.Manifest.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS} or the caller is
     *         not {@link UserHandle#SYSTEM_USER}
     */
    @TestApi
    public void forceUpdateUserSetupComplete() {
        try {
            mService.forceUpdateUserSetupComplete();