Merge "Add positive button into regulatory info dialog" into sc-dev am: 123422c99c

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14048549

Change-Id: Ib535b28fcfd0a7d2678e871d0306a93a846296ba
This commit is contained in:
Yanting Yang
2021-04-01 04:17:17 +00:00
committed by Automerger Merge Worker

View File

@@ -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;