summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>