summaryrefslogtreecommitdiffstats
path: root/samples/BluetoothChat
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-12-03 17:59:47 -0800
committerScott Main <smain@google.com>2009-12-03 17:59:47 -0800
commitcce4f51025492d0d80ae847261c9c0236f796d9d (patch)
tree90c8b4f4f8fddac7c2f38797b76e1da12fe6f621 /samples/BluetoothChat
parent67203cca65901d672803071bfc026c3657b85fdf (diff)
downloadandroid_development-cce4f51025492d0d80ae847261c9c0236f796d9d.tar.gz
android_development-cce4f51025492d0d80ae847261c9c0236f796d9d.tar.bz2
android_development-cce4f51025492d0d80ae847261c9c0236f796d9d.zip
change BT sample minsdkversion to 6 because it
uses the revised result codes when enabling BT
Diffstat (limited to 'samples/BluetoothChat')
-rw-r--r--samples/BluetoothChat/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/BluetoothChat/AndroidManifest.xml b/samples/BluetoothChat/AndroidManifest.xml
index 44f991188..199c6a567 100644
--- a/samples/BluetoothChat/AndroidManifest.xml
+++ b/samples/BluetoothChat/AndroidManifest.xml
@@ -17,7 +17,7 @@
package="com.example.android.BluetoothChat"
android:versionCode="1"
android:versionName="1.0">
- <uses-sdk minSdkVersion="5" />
+ <uses-sdk minSdkVersion="6" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.BLUETOOTH" />