Merge "Add Title to the Tether help dialog" into froyo

This commit is contained in:
Robert Greenwalt
2010-03-30 15:54:47 -07:00
committed by Android (Google) Code Review

View File

@@ -262,6 +262,7 @@ public class TetherSettings extends PreferenceActivity {
AlertDialog.Builder builder = new AlertDialog.Builder(this);
builder.setCancelable(true);
builder.setTitle(R.string.tethering_help_button_text);
builder.setView(view);
builder.show();
}