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

Commit 8fc9372f authored by Mohit Mali's avatar Mohit Mali
Browse files

change broadcast messages

parent f64383bd
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.debugg");
                    broadcastIntent.setAction("foundation.e.apps");
                    broadcastIntent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);
                    sendImplicitBroadcast(getActivity(),broadcastIntent,"foundation.e.apps.debugg");
                    sendImplicitBroadcast(getActivity(),broadcastIntent,"foundation.e.apps");
                }

            getActivity().invalidateOptionsMenu();