WidgetConfigureActivity not exported
This commit is contained in:
parent
acc2782099
commit
94346f240b
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue