Skip to content

Instantly share code, notes, and snippets.

@Fast0n
Last active April 27, 2018 08:58
Show Gist options
  • Save Fast0n/6b5412457e663deb05b2e671c2eb7ab2 to your computer and use it in GitHub Desktop.
Save Fast0n/6b5412457e663deb05b2e671c2eb7ab2 to your computer and use it in GitHub Desktop.
change recent apps title color?
Bitmap bm = BitmapFactory.decodeResource(getResources(), app_icon);
TaskDescription taskDesc = new TaskDescription(getString(R.string.app_name), bm, getResources().getColor(R.color.primary_600));
MainActivity.setTaskDescription(taskDesc);
#Fonte
- https://stackoverflow.com/a/27703150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment