Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f64383bd authored by Mohit Mali's avatar Mohit Mali
Browse files

added protected broadcast

parent acf0b16e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -393,9 +393,9 @@ public class AppInfoDashboardFragment extends DashboardFragment
            // Refresh option menu
                if (mAppEntry.info.packageName.equals("com.google.android.gms")){
                    Intent broadcastIntent = new Intent();
                    broadcastIntent.setAction("foundation.e.apps");
                    broadcastIntent.setAction("foundation.e.apps.debugg");
                    broadcastIntent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
                    sendImplicitBroadcast(getActivity(),broadcastIntent,"foundation.e.apps");
                    sendImplicitBroadcast(getActivity(),broadcastIntent,"foundation.e.apps.debugg");
                }

            getActivity().invalidateOptionsMenu();