Keyhandler: Export Keyhandler setting and service

This commit is contained in:
Adhitya Mohan
2024-08-27 15:05:47 +02:00
committed by TechPanelGM
parent b3debd299e
commit 45fd68a691

View File

@@ -43,7 +43,7 @@
<activity
android:name=".ButtonSettingsActivity"
android:label="@string/button_panel_title"
android:exported="false">
android:exported="true">
<intent-filter>
<action android:name="org.lineageos.settings.device.ADDITIONAL_BUTTONS_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
@@ -53,6 +53,6 @@
<service
android:name=".KeyHandler"
android:permission="KeyHandlerService"
android:exported="false" />
android:exported="true" />
</application>
</manifest>