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 <activity
android:name=".widget.WidgetConfigureActivity" android:name=".widget.WidgetConfigureActivity"
android:theme="@android:style/Theme.Material.Dialog.NoActionBar" android:theme="@android:style/Theme.Material.Dialog.NoActionBar" >
android:exported="true">
<intent-filter> <intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter> </intent-filter>