summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2013-11-02 21:55:53 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2013-11-02 21:55:53 -0700
commit288e004d4dfa381e89f8d335bcab6d2d27aabc7c (patch)
treeb967743eb75fafa9d84324255982c590098d594f /AndroidManifest.xml
parent037e14cbd48b3f29761385ab43585ef306e429f2 (diff)
parent01b39464bf42a758b2b7ec5bb987a5ef6fb7b046 (diff)
downloadandroid_packages_apps_BluetoothExt-288e004d4dfa381e89f8d335bcab6d2d27aabc7c.tar.gz
android_packages_apps_BluetoothExt-288e004d4dfa381e89f8d335bcab6d2d27aabc7c.tar.bz2
android_packages_apps_BluetoothExt-288e004d4dfa381e89f8d335bcab6d2d27aabc7c.zip
Merge "Bluetooth: BTC: Disable BTC module"
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d422e64..ff8189c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -51,10 +51,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<application android:process="com.android.bluetooth">
<uses-library android:name="javax.obex" />
<service
+ android:enabled="@bool/profile_supported_btc"
android:name = ".btcservice.BTCService">
</service>
<receiver
android:exported="true"
+ android:enabled="@bool/profile_supported_btc"
android:name=".btcservice.BTCEventProvider">
<intent-filter>
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />