We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05fa91 commit 0cc4a77Copy full SHA for 0cc4a77
app/src/main/AndroidManifest.xml
@@ -351,7 +351,7 @@
351
android:name=".services.AssistantWidgetService"
352
android:configChanges="orientation|screenSize|keyboard|keyboardHidden"
353
android:excludeFromRecents="true"
354
- android:exported="true"
+ android:exported="false"
355
android:launchMode="singleTop"
356
android:noHistory="true"
357
android:theme="@style/AppTheme.Transparent">
@@ -391,7 +391,7 @@
391
<!--widget configure activity-->
392
<activity
393
android:name=".widget.WidgetConfigureActivity"
394
- android:exported="true">
+ android:exported="false">
395
<intent-filter>
396
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
397
</intent-filter>
0 commit comments