Merge "Changed "Take Bug Report" action to call 'bugreportplus'."
This commit is contained in:
@@ -37,7 +37,7 @@ public class BugreportPreference extends CustomDialogPreference {
|
|||||||
@Override
|
@Override
|
||||||
protected void onClick(DialogInterface dialog, int which) {
|
protected void onClick(DialogInterface dialog, int which) {
|
||||||
if (which == DialogInterface.BUTTON_POSITIVE) {
|
if (which == DialogInterface.BUTTON_POSITIVE) {
|
||||||
SystemProperties.set("ctl.start", "bugreport");
|
SystemProperties.set("ctl.start", "bugreportplus");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user