Change service exported to false

This commit is contained in:
Electric
2020-12-07 14:20:42 +02:00
parent b345a91630
commit 67b8ea654f
+2 -4
View File
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.dosse.airpods">
<uses-permission android:name="android.permission.BLUETOOTH" />
@@ -66,9 +65,8 @@
<service
android:name=".PodsService"
android:enabled="true"
android:exported="true"
android:foregroundServiceType="location"
tools:ignore="ExportedService" />
android:exported="false"
android:foregroundServiceType="location" />
</application>