pluto
pluto copied to clipboard
Open pluto in seperate window
Is your feature request related to a problem? Please describe. i wonder if we can open pluto in seperate window. I can't find any instruction to do so, so i assume there are none or not yet able to do so.
Describe the solution you'd like We can start pluto activity as new window instead of push to current activity stack. We can do that by adding FLAG_ACTIVITY_MULTIPLE_TASK to the intent. I'd like to help with this enhancement if it not yet available.