summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-03-23 13:05:50 -0700
committerSteve Kondik <steve@cyngn.com>2015-03-23 13:05:50 -0700
commitd8bac58c2fa80d27d513b71e8d611537759004df (patch)
tree5a22229308dfd3a36764f969d1a00ca288d580a6
parentd256bda32c87a360e3ddb03204df935b42f23f38 (diff)
downloadandroid_packages_apps_BluetoothExt-staging/cm-12.1.tar.gz
android_packages_apps_BluetoothExt-staging/cm-12.1.tar.bz2
android_packages_apps_BluetoothExt-staging/cm-12.1.zip
bluetooth: Disable Wipower servicesstaging/cm-12.1
Change-Id: I0f1ee7c3f87d8593f522301460c32b2c07af34e1
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a9c9416..81163e0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -190,6 +190,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</intent-filter>
</service>
+ <!--
<service
android:process="@string/process"
android:exported="true"
@@ -203,6 +204,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<action android:name="android.bluetooth.adapter.action.STATE_CHANGED" />
</intent-filter>
</receiver>
-
+ -->
</application>
</manifest>