Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Recent Apps button code

Community Beginner ,
Jan 19, 2023 Jan 19, 2023
Hi!! How are you!! I hope fine!! I'm trying to make a button for my Android App using Adobe Air on Animate that trigers the "Recent Apps Overview" EX: (https://user-images.githubusercontent.com/8175555/70100963-51f79f00-15e8-11ea-8992-6f618b2c9358.png) is there any code that I can use?
 
Im currently using the: 

import flash.desktop.NativeApplication;

function closeProgram(event:MouseEvent):void...........etc.... 

 

for quiting the app and it works great, so I guess there´s a way to make it happend. I hope you can help me. Thank you very much in advance!! 

TOPICS
ActionScript , Code , How to
192
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 19, 2023 Jan 19, 2023

you're trying to access an app recently used on the user's mobile device?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Jan 19, 2023 Jan 19, 2023

Yes, but not open a certain app directly like app a to b I woul like to emulate what the recent apps button does. I could be another game or settings etc. thank you ! 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 20, 2023 Jan 20, 2023
LATEST

you need to create or buy a native extension for that.

 

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines