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

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

Merge "Check flag to see whether to show accessibility usage dialog."

parents e47446e0 15471852
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -50,6 +50,10 @@ public final class ReviewAccessibilityServicesActivity extends FragmentActivity
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);

        if (!Utils.isPermissionsHubEnabled()) {
            return;
        }

        new AlertDialog.Builder(this)
                .setView(createDialogView())
                .setPositiveButton(R.string.ok, null)