Enable exported:true flag to ensure that intents from other applications
can be received Change-Id: Ic5f84b37d53b0fe122f011c6e4080d3a5744354f
This commit is contained in:
committed by
Matthew Xie
parent
59a97f7a73
commit
0134761426
@@ -1464,7 +1464,7 @@
|
||||
|
||||
<receiver android:name=".widget.SettingsAppWidgetProvider"
|
||||
android:label="@string/gadget_title"
|
||||
android:exported="false"
|
||||
android:exported="true"
|
||||
android:enabled="@bool/has_powercontrol_widget">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
|
||||
Reference in New Issue
Block a user