Loading src/com/android/settings/users/AppRestrictionsFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -425,6 +425,7 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen intent.setPackage(packageName); intent.putParcelableArrayListExtra(Intent.EXTRA_RESTRICTIONS, new ArrayList<RestrictionEntry>(oldEntries)); intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES); getActivity().sendOrderedBroadcast(intent, null, new RestrictionsResultReceiver(packageName, preference), null, Activity.RESULT_OK, null, null); Loading Loading
src/com/android/settings/users/AppRestrictionsFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -425,6 +425,7 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen intent.setPackage(packageName); intent.putParcelableArrayListExtra(Intent.EXTRA_RESTRICTIONS, new ArrayList<RestrictionEntry>(oldEntries)); intent.addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES); getActivity().sendOrderedBroadcast(intent, null, new RestrictionsResultReceiver(packageName, preference), null, Activity.RESULT_OK, null, null); Loading