Merge "Brighten theme-icons when in Dark mode and add dark color for taskbar" into tm-dev

This commit is contained in:
Sebastián Franco
2022-03-29 00:00:33 +00:00
committed by Android (Google) Code Review
4 changed files with 65 additions and 3 deletions

View File

@@ -89,7 +89,8 @@ public class NotificationDotsPreference extends Preference
// Update intent
Bundle extras = new Bundle();
extras.putString(EXTRA_FRAGMENT_ARG_KEY, "notification_badging");
setIntent(new Intent("android.settings.NOTIFICATION_SETTINGS")
setIntent(new Intent("android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY")
.putExtra(EXTRA_SHOW_FRAGMENT_ARGS, extras));
}