Android 14: explicit mutable intents

This commit is contained in:
M66B
2023-03-09 13:29:33 +01:00
parent 2832d5e2b9
commit 7f6116f9d8
2 changed files with 2 additions and 0 deletions

View File

@@ -121,6 +121,7 @@ public class WidgetUnified extends AppWidgetProvider {
views.setRemoteAdapter(R.id.lv, service);
Intent thread = new Intent(context, ActivityView.class);
thread.setPackage(BuildConfig.APPLICATION_ID);
thread.setAction("widget:" + appWidgetId);
thread.putExtra("widget_account", account);
thread.putExtra("widget_folder", folder);