Merge "Mark getProfileOwnerAsUser(int) as UnsupportedAppUsage again" into qt-dev

am: 73e04f292a

Change-Id: Ice8060926b8ae3109e1c1cc8212f3111fc72c033
This commit is contained in:
Philip P. Moltmann
2019-06-14 17:33:19 -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 {