summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJuffin Alex Varghese <jalex@codeaurora.org>2014-08-01 10:47:36 +0530
committerJuffin Alex Varghese <jalex@codeaurora.org>2014-08-04 19:08:24 +0530
commit25be01e2eda7a32421c694568893d92035b3325a (patch)
treee0aa76c4609a5a80ea3e50991efbc13890230959 /AndroidManifest.xml
parentc4170bafdaf1ddccc05250d405fe5fc237053d1a (diff)
downloadandroid_packages_apps_BluetoothExt-25be01e2eda7a32421c694568893d92035b3325a.tar.gz
android_packages_apps_BluetoothExt-25be01e2eda7a32421c694568893d92035b3325a.tar.bz2
android_packages_apps_BluetoothExt-25be01e2eda7a32421c694568893d92035b3325a.zip
Bluetooth: SAP: Enable SAP Service
Enable SAP Service in BluetoothExt app Change-Id: I6542cd9a8f7dce37e6e9b768feb302f77b6d2bc1
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9b7872d..b04f00f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -124,7 +124,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/>
</intent-filter>
</receiver>
-<!--
<activity android:name=".sap.BluetoothSapPermissionActivity"
android:process="@string/process"
android:excludeFromRecents="true"
@@ -152,7 +151,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/>
</intent-filter>
</receiver>
--->
<activity android:name=".dun.BluetoothDunPermissionActivity"
android:process="@string/process"
android:excludeFromRecents="true"