summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@codeaurora.org>2014-07-14 16:35:54 +0530
committerHemant Gupta <hemantg@codeaurora.org>2014-07-29 23:26:50 +0530
commit8bc5d918c489fe33e631b7dd073300642c149c02 (patch)
tree9f1d0532ea89848cb8d996cc31f4db84b45ccc6b /AndroidManifest.xml
parentabe00ff377eaa531713932ce360a9cae2487d3d3 (diff)
downloadandroid_packages_apps_BluetoothExt-8bc5d918c489fe33e631b7dd073300642c149c02.tar.gz
android_packages_apps_BluetoothExt-8bc5d918c489fe33e631b7dd073300642c149c02.tar.bz2
android_packages_apps_BluetoothExt-8bc5d918c489fe33e631b7dd073300642c149c02.zip
Disable ProximityService, a4wp and btceservice
Disable ProximityService, a4wp and btceservice Change-Id: If5ee8bc923d3b779123cce413ba9005c2a43df3f
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3e7c322..9b7872d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -55,6 +55,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
android:required="false" />
<uses-library android:name="javax.obex" />
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true" />
+<!--
<service
android:name = ".btcservice.BTCService">
</service>
@@ -98,6 +99,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/>
</intent-filter>
</receiver>
+-->
<activity android:name=".ftp.BluetoothFtpActivity"
android:process="@string/process"
android:excludeFromRecents="true"
@@ -122,6 +124,7 @@ 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"
@@ -149,6 +152,7 @@ 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"
@@ -176,6 +180,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/>
</intent-filter>
</receiver>
+<!--
<service
android:name=".pxpservice.PxpMonitorService"
android:process="@string/process"
@@ -197,5 +202,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
</intent-filter>
</receiver>
+-->
</application>
</manifest>