summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Mertz <smertz@cyngn.com>2014-07-28 13:31:50 -0700
committerScott Mertz <inwotep@cyngn.com>2014-08-05 19:21:00 +0000
commit2f2514e7e8aa451238b5329f15dcc225963238c9 (patch)
tree3225b4638e12afa7927f4d38753ddd25f7360246
parent7014345a9f2b64e911077613f1e81368646c5b7d (diff)
downloadandroid_packages_apps_BluetoothExt-2f2514e7e8aa451238b5329f15dcc225963238c9.tar.gz
android_packages_apps_BluetoothExt-2f2514e7e8aa451238b5329f15dcc225963238c9.tar.bz2
android_packages_apps_BluetoothExt-2f2514e7e8aa451238b5329f15dcc225963238c9.zip
BluetoothExt: Fix incorrect uses-feature declaration
Change-Id: I3d451a344db944fc2abd6853a4b6e3a82b907c96
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1fdc128..cc57348 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,9 +50,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<uses-permission android:name="com.android.email.permission.READ_ATTACHMENT"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
+ <uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />
<application android:process="com.android.bluetooth">
<uses-library android:name="javax.obex" />
- <uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />
<service
android:name = ".btcservice.BTCService">
</service>