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

Commit 819c0bdc authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix convert to fbe"

parents 14ad1f02 5b729c32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ public class ConfirmConvertToFbe extends SettingsPreferenceFragment {
            public void onClick(View v) {
                Intent intent = new Intent(Intent.ACTION_FACTORY_RESET);
                intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
                intent.setPackage("android");
                intent.putExtra(Intent.EXTRA_REASON, "convert_fbe");
                getActivity().sendBroadcast(intent);
            }