Merge "Mark getProfileOwnerAsUser(int) as UnsupportedAppUsage again" into qt-dev am: 73e04f292a

am: 91452e14e5

Change-Id: I05f3a69f77d08b24f1b885d7278cf05ef37957e9
This commit is contained in:
Philip P. Moltmann
2019-06-14 17:52:04 -07:00
committed by android-build-merger

View File

@@ -6396,6 +6396,7 @@ public class DevicePolicyManager {
/**
* @hide
*/
@UnsupportedAppUsage
public @Nullable ComponentName getProfileOwnerAsUser(final int userId) {
if (mService != null) {
try {