Enable exported:true flag to ensure that intents from other applications
can be received
Change-Id: Ic5f84b37d53b0fe122f011c6e4080d3a5744354f
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0ac4d3e..f11b84e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />