WidgetConfigureActivity not exported

This commit is contained in:
Milos Kozak 2022-04-25 16:56:05 +02:00
parent 1b230c191a
commit d51955f739

View file

@ -52,7 +52,8 @@
<activity
android:name=".widget.WidgetConfigureActivity"
android:theme="@android:style/Theme.Material.Dialog.NoActionBar" >
android:theme="@android:style/Theme.Material.Dialog.NoActionBar"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>