Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -454,10 +454,14 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue super.onChange(selfChange, uri); Log.e("showHideNotificationIcon", "Testing....onChange................selfChange...... "+selfChange+".....Uri...."+uri); Log.e("showHideNotificationIcon", "onChange................selfChange.Uri..... "+uri.getLastPathSegment()); int hide_notificationIcon_left_system_icon = LineageSettings.System.getIntForUser( getContext().getContentResolver(), uri.getLastPathSegment(), 0, mUser); Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon); showHideNotificationIcon(); // Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -454,10 +454,14 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue super.onChange(selfChange, uri); Log.e("showHideNotificationIcon", "Testing....onChange................selfChange...... "+selfChange+".....Uri...."+uri); Log.e("showHideNotificationIcon", "onChange................selfChange.Uri..... "+uri.getLastPathSegment()); int hide_notificationIcon_left_system_icon = LineageSettings.System.getIntForUser( getContext().getContentResolver(), uri.getLastPathSegment(), 0, mUser); Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon); showHideNotificationIcon(); // Loading