Merge "Add Title to the Tether help dialog" into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
388b4a8726
@@ -262,6 +262,7 @@ public class TetherSettings extends PreferenceActivity {
|
|||||||
|
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||||
builder.setCancelable(true);
|
builder.setCancelable(true);
|
||||||
|
builder.setTitle(R.string.tethering_help_button_text);
|
||||||
builder.setView(view);
|
builder.setView(view);
|
||||||
builder.show();
|
builder.show();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user