summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlexandra Gherghina <alexgherghina@google.com>2014-04-11 11:28:03 +0000
committerAlexandra Gherghina <alexgherghina@google.com>2014-04-11 11:28:03 +0000
commit16fab07b08751a344b74bde67dd86418f4456fe0 (patch)
tree14c212f423cc59c6e2726b0fe31fa9913c8b54aa /AndroidManifest.xml
parent7ed421e6fbd032fed75f27a97984fd2be450c6ca (diff)
downloadandroid_packages_apps_Bluetooth-16fab07b08751a344b74bde67dd86418f4456fe0.tar.gz
android_packages_apps_Bluetooth-16fab07b08751a344b74bde67dd86418f4456fe0.tar.bz2
android_packages_apps_Bluetooth-16fab07b08751a344b74bde67dd86418f4456fe0.zip
Revert "Mark Bluetooth as required for all profiles"
This reverts commit 7ed421e6fbd032fed75f27a97984fd2be450c6ca. We've switched to a whitelist approach. Change-Id: Ibd2719c44bfa976ba8773ba3066ddca92f7eda8b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8375b95fd..0d20a5aea 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -66,8 +66,7 @@
android:name=".btservice.AdapterApp"
android:icon="@drawable/bt_share"
android:persistent="false"
- android:label="@string/app_name"
- android:requiredForProfile="all">
+ android:label="@string/app_name">
<uses-library android:name="javax.obex" />
<provider android:name=".opp.BluetoothOppProvider"
android:authorities="com.android.bluetooth.opp"