Loading src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2.java +4 −2 Original line number Diff line number Diff line Loading @@ -142,9 +142,11 @@ public class WifiNetworkDetailsFragment2 extends DashboardFragment implements getContext().getSystemService(Context.USER_SERVICE); final int profileOwnerUserId = Utils.getManagedProfileId( um, UserHandle.myUserId()); if (profileOwnerUserId != UserHandle.USER_NULL) { admin = new EnforcedAdmin(dpm.getProfileOwnerAsUser(profileOwnerUserId), null, UserHandle.of(profileOwnerUserId)); } } RestrictedLockUtils.sendShowAdminSupportDetailsIntent(getContext(), admin); } else { showDialog(WIFI_DIALOG_ID); Loading Loading
src/com/android/settings/wifi/details2/WifiNetworkDetailsFragment2.java +4 −2 Original line number Diff line number Diff line Loading @@ -142,9 +142,11 @@ public class WifiNetworkDetailsFragment2 extends DashboardFragment implements getContext().getSystemService(Context.USER_SERVICE); final int profileOwnerUserId = Utils.getManagedProfileId( um, UserHandle.myUserId()); if (profileOwnerUserId != UserHandle.USER_NULL) { admin = new EnforcedAdmin(dpm.getProfileOwnerAsUser(profileOwnerUserId), null, UserHandle.of(profileOwnerUserId)); } } RestrictedLockUtils.sendShowAdminSupportDetailsIntent(getContext(), admin); } else { showDialog(WIFI_DIALOG_ID); Loading