How to Set an Application as the Default Launcher

From wizarPOS
Revision as of 06:37, 17 March 2021 by Mahong (talk | contribs) (Created page with "* Develop launcher application according to Android related specifications. * Declare the following permissions in your application: android.permission.CLOUDPOS_DEFAULT_LAUNCH...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • Develop launcher application according to Android related specifications.
  • Declare the following permissions in your application: android.permission.CLOUDPOS_DEFAULT_LAUNCHER. When you declare this permission, your application will start as the default launcher.