• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Is there a java API for an app to create a desktop shortcut?

    I have a web app which is accessible via browser and I'd like to be able to ask the user if they want to install a desktop shortcut so they can access the app directly, without having to launch the browser. Is there a java API for doing this?
  2. D

    Can an app installer depend on the presence of another app?

    Hi Folks, new to the forum. I would like to develop an app which would be distributed through the Playstore. However, this app needs to interact with another app. Is it possible to package an app such that it depends on another app? So that if the user installs one app, it will also try to...