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

Commit b30aedd1 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Mark getProfileOwnerAsUser(int) as UnsupportedAppUsage again" into...

Merge "Mark getProfileOwnerAsUser(int) as UnsupportedAppUsage again" into qt-dev am: 73e04f29 am: 91452e14
am: 88e2e3ec

Change-Id: Ibb4bb1b78cfb980e4af876dc1560e6598e2c1abf
parents d5a512c5 88e2e3ec
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6396,6 +6396,7 @@ public class DevicePolicyManager {
    /**
     * @hide
     */
    @UnsupportedAppUsage
    public @Nullable ComponentName getProfileOwnerAsUser(final int userId) {
        if (mService != null) {
            try {