Please add support to [android:alwaysRetainTaskState="true"] and [android:launchMode="singleTask"]

  • 2
  • Idea
  • Updated 5 years ago
Photo of WellBload

WellBload

  • 9 Posts
  • 0 Reply Likes

Posted 6 years ago

  • 2
Photo of ismael jimoh

ismael jimoh

  • 4116 Posts
  • 192 Reply Likes
Hi Jan,

Have you tried using config:file to achieve this?

It allows more than the basic customization available to config.xml by default.

Thanks.
Photo of WellBload

WellBload

  • 9 Posts
  • 0 Reply Likes
Hi Ismael.

I have tried this:

<!--
<gap:config-file platform="android" parent="/manifest/application">
<activity android:launchMode="singleTop" />
</gap:config-file>
-->

of course without comments

but there is no record in activity tag in AndroidManifest.xml, after i decompiled apk

Thanks
Photo of ismael jimoh

ismael jimoh

  • 4116 Posts
  • 192 Reply Likes
Will have a look at this Jan.
Photo of Olajide Olaolorun

Olajide Olaolorun

  • 17 Posts
  • 1 Reply Like
Any update on this
Photo of Chris Holland

Chris Holland

  • 5 Posts
  • 0 Reply Likes
Did this feature ever get added?