Loading src/com/android/settings/homepage/contextualcards/ContextualCardsFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ public class ContextualCardsFragment extends InstrumentedFragment implements private void registerKeyEventReceiver() { getActivity().registerReceiver(mKeyEventReceiver, new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), Context.RECEIVER_EXPORTED); } private void unregisterKeyEventReceiver() { Loading Loading
src/com/android/settings/homepage/contextualcards/ContextualCardsFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -129,7 +129,7 @@ public class ContextualCardsFragment extends InstrumentedFragment implements private void registerKeyEventReceiver() { getActivity().registerReceiver(mKeyEventReceiver, new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); new IntentFilter(Intent.ACTION_CLOSE_SYSTEM_DIALOGS), Context.RECEIVER_EXPORTED); } private void unregisterKeyEventReceiver() { Loading