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"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.dosse.airpods"> package="com.dosse.airpods">
<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH" />
@@ -66,9 +65,8 @@
<service <service
android:name=".PodsService" android:name=".PodsService"
android:enabled="true" android:enabled="true"
android:exported="true" android:exported="false"
android:foregroundServiceType="location" android:foregroundServiceType="location" />
tools:ignore="ExportedService" />
</application> </application>