Loading src/com/android/settings/accounts/AccountPreferenceController.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import android.content.IntentFilter; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.content.pm.UserInfo; import android.content.pm.UserProperties; import android.content.res.Resources; import android.graphics.drawable.Drawable; import android.os.Bundle; Loading Loading @@ -336,6 +337,10 @@ public class AccountPreferenceController extends AbstractPreferenceController } return; } if (mUm.getUserProperties(userInfo.getUserHandle()).getShowInSettings() == UserProperties.SHOW_IN_SETTINGS_NO) { return; } final Context context = mContext; final ProfileData profileData = new ProfileData(); profileData.userInfo = userInfo; Loading Loading
src/com/android/settings/accounts/AccountPreferenceController.java +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ import android.content.IntentFilter; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.content.pm.UserInfo; import android.content.pm.UserProperties; import android.content.res.Resources; import android.graphics.drawable.Drawable; import android.os.Bundle; Loading Loading @@ -336,6 +337,10 @@ public class AccountPreferenceController extends AbstractPreferenceController } return; } if (mUm.getUserProperties(userInfo.getUserHandle()).getShowInSettings() == UserProperties.SHOW_IN_SETTINGS_NO) { return; } final Context context = mContext; final ProfileData profileData = new ProfileData(); profileData.userInfo = userInfo; Loading