Merge "Remember user choice for phone book access permission dialog"

This commit is contained in:
Matthew Xie
2011-08-18 17:12:33 -07:00
committed by Android (Google) Code Review
7 changed files with 212 additions and 53 deletions

View File

@@ -36,12 +36,12 @@
android:gravity="center_horizontal"
android:textAppearance="?android:attr/textAppearanceMedium" />
<CheckBox android:id="@+id/bluetooth_pb_alwaysallowed"
<CheckBox android:id="@+id/bluetooth_pb_remember_choice"
style="?android:attr/textAppearanceMedium"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="2dip"
android:text="@string/bluetooth_pb_alwaysallowed" />
android:text="@string/bluetooth_pb_remember_choice" />
</LinearLayout>