mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-14 14:56:11 -04:00
Change service exported to false
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user