Bluetooth Device picker will now scan for devices.

Bug: 17157824
Change-Id: Ifcf17f55e942dbf6cdbe2a2ee30c90ddbd9c4bd8
This commit is contained in:
PauloftheWest
2014-08-27 11:49:59 -07:00
parent ad280a9b09
commit 9432b926fe

View File

@@ -35,7 +35,7 @@
style="@style/wifi_item_label" /> style="@style/wifi_item_label" />
<EditText android:id="@+id/name" <EditText android:id="@+id/name"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:inputType="textNoSuggestions" android:inputType="textNoSuggestions"
android:maxLength="@integer/bluetooth_name_length" android:maxLength="@integer/bluetooth_name_length"
@@ -45,7 +45,7 @@
<fragment android:id="@+id/bluetooth_fragment_settings" <fragment android:id="@+id/bluetooth_fragment_settings"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
class="com.android.settings.bluetooth.DeviceProfilesSettings" /> class="com.android.settings.bluetooth.DevicePickerFragment" />
</LinearLayout> </LinearLayout>