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

Commit 123422c9 authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

Merge "Add positive button into regulatory info dialog" into sc-dev

parents e9cfef7a acbd6028
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -62,7 +62,8 @@ public class RegulatoryInfoDisplayActivity extends Activity implements
        super.onCreate(savedInstanceState);
        AlertDialog.Builder builder = new AlertDialog.Builder(this)
                .setTitle(R.string.regulatory_labels)
                .setOnDismissListener(this);
                .setOnDismissListener(this)
                .setPositiveButton(android.R.string.ok, null /* onClickListener */);

        boolean regulatoryInfoDrawableExists = false;