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

Commit 97caf58b authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "startActivityForResult with new Intent" into main

parents a274bcb4 1189e24e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -651,7 +651,7 @@ public class AppRestrictionsFragment extends SettingsPreferenceFragment implemen
                    int requestCode = generateCustomActivityRequestCode(
                            RestrictionsResultReceiver.this.preference);
                    AppRestrictionsFragment.this.startActivityForResult(
                            restrictionsIntent, requestCode);
                            new Intent(restrictionsIntent), requestCode);
                }
            }
        }