am 6ee5b450
: Merge "Bluetooth MAP profile - sms and mms support initial check-in" into klp-dev
* commit '6ee5b4508083fd0dd340396d66927c0fc8870a9b': Bluetooth MAP profile - sms and mms support initial check-in
This commit is contained in:
@@ -36,12 +36,12 @@
|
||||
android:gravity="center_horizontal"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<CheckBox android:id="@+id/bluetooth_pb_remember_choice"
|
||||
<CheckBox android:id="@+id/bluetooth_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_remember_choice" />
|
||||
android:text="@string/bluetooth_remember_choice" />
|
||||
|
||||
</LinearLayout>
|
||||
|
@@ -355,8 +355,19 @@
|
||||
<string name="bluetooth_pb_acceptance_dialog_text">%1$s wants to access your contacts and call history. Give access to %2$s?</string>
|
||||
|
||||
<!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_remember_choice">Don\'t ask again</string>
|
||||
<!--FIXME SHOULD BE REMOVED AND ALL LANG VERSIONS FIXED TO ABOVE NAME -->
|
||||
<string name="bluetooth_pb_remember_choice">Don\'t ask again</string>
|
||||
|
||||
<!-- Activity label of BluetoothMessagePermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_map_request">"Message request"</string>
|
||||
|
||||
<!-- Bluetooth message permission Alert Activity text [CHAR LIMIT=none] -->
|
||||
<string name="bluetooth_map_acceptance_dialog_text">%1$s wants to access your messages. Give access to %2$s?</string>
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Date & time settings screen title -->
|
||||
<string name="date_and_time">Date & time settings</string>
|
||||
<!-- The title of the activity to pick a time zone. -->
|
||||
|
Reference in New Issue
Block a user