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

This commit is contained in:
TreeHugger Robot
2019-06-15 00:21:45 +00:00
committed by Android (Google) Code Review

View File

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