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

Autostart MOBILE app on ANDROID?

Explorer ,
Mar 09, 2019 Mar 09, 2019

Hi, I didn't find any solution. Is there a solution for this issue?

Thank you!

TOPICS
Development
1.6K
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

correct answers 1 Correct answer

Engaged , Mar 10, 2019 Mar 10, 2019
Translate
Enthusiast ,
Mar 09, 2019 Mar 09, 2019

I've never tried this myself, but I guess you at least need to set <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> in the manifest xml.

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
Explorer ,
Mar 09, 2019 Mar 09, 2019

Ok, maybe it is a beginning... I have to control it in AS in my app... so what code do I have to use?

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
Engaged ,
Mar 10, 2019 Mar 10, 2019
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
Explorer ,
Mar 10, 2019 Mar 10, 2019

Amazing!

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
Explorer ,
Mar 10, 2019 Mar 10, 2019

Other ways wihout an ANE?

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
Engaged ,
Mar 21, 2019 Mar 21, 2019
LATEST

I doubt this will be possible without an ANE as you need a receiver to handle the broadcasted boot intent which then launches the AIR activity. This code needs to be implemented natively.

Cheers

air native extensions // https://airnativeextensions.com
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