mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Android 14: explicit mutable intents
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user