Add dev setting to enable global actions bug report button.

Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
This commit is contained in:
Dianne Hackborn
2012-08-07 11:26:32 -07:00
parent 0a83748580
commit 2d803a3931
4 changed files with 22 additions and 14 deletions

View File

@@ -33,8 +33,8 @@ public class BugreportPreference extends DialogPreference {
@Override
protected void onPrepareDialogBuilder(Builder builder) {
super.onPrepareDialogBuilder(builder);
builder.setPositiveButton(R.string.report, this);
builder.setMessage(R.string.bugreport_message);
builder.setPositiveButton(com.android.internal.R.string.report, this);
builder.setMessage(com.android.internal.R.string.bugreport_message);
}
@Override