Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,10 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon); SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this); boolean pref = sharedPrefs.getBoolean(uri.getLastPathSegment(), false); Log.e("showHideNotificationIcon", "onChange................pref..... "+pref); showHideNotificationIcon(); // // updateShowPercent(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +4 −0 Original line number Diff line number Diff line Loading @@ -463,6 +463,10 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue Log.e("showHideNotificationIcon", "onChange................hide_notificationIcon_left_system_icon..... "+hide_notificationIcon_left_system_icon); SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this); boolean pref = sharedPrefs.getBoolean(uri.getLastPathSegment(), false); Log.e("showHideNotificationIcon", "onChange................pref..... "+pref); showHideNotificationIcon(); // // updateShowPercent(); Loading