We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0950a3e + b6e3476 commit c3d0d86Copy full SHA for c3d0d86
policy/src/com/android/internal/policy/impl/GlobalActions.java
@@ -221,8 +221,7 @@ public boolean showBeforeProvisioning() {
221
final AlertDialog.Builder ab = new AlertDialog.Builder(mContext);
222
223
ab.setAdapter(mAdapter, this)
224
- .setInverseBackgroundForced(true)
225
- .setTitle(R.string.global_actions);
+ .setInverseBackgroundForced(true);
226
227
final AlertDialog dialog = ab.create();
228
dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
@@ -249,6 +248,7 @@ private void prepareDialog() {
249
248
} else {
250
mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
251
}
+ mDialog.setTitle(R.string.global_actions);
252
253
254
0 commit comments