WidgetConfigureActivity not exported

This commit is contained in:
Milos Kozak 2022-04-25 16:46:19 +02:00
parent acc2782099
commit 94346f240b

View file

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