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

Commit 0b93579d authored by Mohit Mali's avatar Mohit Mali
Browse files

change broadcast messages

parent 8fc9372f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6,6 +6,8 @@

    <original-package android:name="com.android.settings" />

    <uses-permission android:name="foundation.e.apps"/>

    <protected-broadcast android:name="foundation.e.apps" />

    <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
+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();