Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 525 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 525 Bytes

#HyperLaunch The hypertext markup Android launcher

##Current features

  • Make a toast - Launcher.toast()
  • Get list of launchable & installed apps - Launcher.apps()

##Important Currently, all returned values from the Launcher class are strings and integers. This is due to technical issues that make it difficult to associate Java objects with Javascript objects. If an item returns a string and you were expecting an object or an array, it's likely that you simply have to run JSON.parse() on the text you received.