Enable exported:true flag to ensure that intents from other applications

can be received

Change-Id: Ic5f84b37d53b0fe122f011c6e4080d3a5744354f
This commit is contained in:
Kausik Sinnaswamy
2012-04-09 20:10:53 +05:30
committed by Matthew Xie
parent 59a97f7a73
commit 0134761426

View File

@@ -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" />