Add dev setting to enable global actions bug report button.
Change-Id: I3768f95e1c6fbec9c10186093e5e1d48b0ef6ae4
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user