Loading packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +2 −2 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class SystemUIApplication extends Application implements // TODO(b/170396074): Remove this when we don't need an icon anymore. try { int showPeopleSpace = Settings.Global.getInt(context.getContentResolver(), Settings.Global.SHOW_PEOPLE_SPACE); Settings.Global.SHOW_PEOPLE_SPACE, 0); context.getPackageManager().setComponentEnabledSetting( new ComponentName(context, PeopleSpaceActivity.class), showPeopleSpace == 1 Loading @@ -128,7 +128,7 @@ public class SystemUIApplication extends Application implements // TODO(b/170396074): Remove this when we don't need a widget anymore. try { int showPeopleSpace = Settings.Global.getInt(context.getContentResolver(), Settings.Global.SHOW_PEOPLE_SPACE); Settings.Global.SHOW_PEOPLE_SPACE, 0); context.getPackageManager().setComponentEnabledSetting( new ComponentName(context, PeopleSpaceWidgetProvider.class), showPeopleSpace == 1 Loading packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public class PeopleSpaceUtils { IPeopleManager peopleManager ) throws Exception { boolean showAllConversations = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PEOPLE_SPACE_CONVERSATION_TYPE) == 0; Settings.Global.PEOPLE_SPACE_CONVERSATION_TYPE, 0) == 0; List<ConversationChannelWrapper> conversations = notificationManager.getConversations( !showAllConversations /* priority only */).getList(); Loading Loading
packages/SystemUI/src/com/android/systemui/SystemUIApplication.java +2 −2 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public class SystemUIApplication extends Application implements // TODO(b/170396074): Remove this when we don't need an icon anymore. try { int showPeopleSpace = Settings.Global.getInt(context.getContentResolver(), Settings.Global.SHOW_PEOPLE_SPACE); Settings.Global.SHOW_PEOPLE_SPACE, 0); context.getPackageManager().setComponentEnabledSetting( new ComponentName(context, PeopleSpaceActivity.class), showPeopleSpace == 1 Loading @@ -128,7 +128,7 @@ public class SystemUIApplication extends Application implements // TODO(b/170396074): Remove this when we don't need a widget anymore. try { int showPeopleSpace = Settings.Global.getInt(context.getContentResolver(), Settings.Global.SHOW_PEOPLE_SPACE); Settings.Global.SHOW_PEOPLE_SPACE, 0); context.getPackageManager().setComponentEnabledSetting( new ComponentName(context, PeopleSpaceWidgetProvider.class), showPeopleSpace == 1 Loading
packages/SystemUI/src/com/android/systemui/people/PeopleSpaceUtils.java +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ public class PeopleSpaceUtils { IPeopleManager peopleManager ) throws Exception { boolean showAllConversations = Settings.Global.getInt(context.getContentResolver(), Settings.Global.PEOPLE_SPACE_CONVERSATION_TYPE) == 0; Settings.Global.PEOPLE_SPACE_CONVERSATION_TYPE, 0) == 0; List<ConversationChannelWrapper> conversations = notificationManager.getConversations( !showAllConversations /* priority only */).getList(); Loading