Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 638ade33 authored by Mark Harman's avatar Mark Harman
Browse files

Explicitly set BluetoothLeService to not be exported.

parent e122f8d2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -145,6 +145,9 @@
                <action android:name="android.service.quicksettings.action.QS_TILE" />
            </intent-filter>
        </service>
        <service android:name="net.sourceforge.opencamera.remotecontrol.BluetoothLeService" android:enabled="true"/>
        <service android:name="net.sourceforge.opencamera.remotecontrol.BluetoothLeService"
            android:enabled="true"
            android:exported="false"
            />
    </application>
</manifest>