Loading src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
src/com/android/settings/applications/appinfo/AppInfoDashboardFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading