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

Commit 64affcbf authored by Benjamin Franz's avatar Benjamin Franz
Browse files

Resolve stopship to add P API level

Bug: 64383815
Test: make docs
Change-Id: I317d976f4a360e9c52d4e5cc7dcc42b7c197b217
parent 8c6fe753
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6784,7 +6784,6 @@ public class DevicePolicyManager {
        return null;
    }

    // STOPSHIP: Remove reference to CUR_DEVELOPMENT before shipping
    /**
     * Called by a device owner to disable the keyguard altogether.
     * <p>
@@ -6794,7 +6793,7 @@ public class DevicePolicyManager {
     * disabled.
     *
     * <p>
     * As of {@link android.os.Build.VERSION_CODES#CUR_DEVELOPMENT}, this call also dismisses the
     * As of {@link android.os.Build.VERSION_CODES#P}, this call also dismisses the
     * keyguard if it is currently shown.
     *
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.