module Android: sig .. end
This module provides utility functions for handling Android
platform, for example, it provides a number of typical names for
commonly used classes within the Android framework (helpful for
finding and manipulating things like Buttons, for example)
Libraries
module App: sig .. end
module Content: sig .. end
module Database: sig .. end
module Location: sig .. end
module Net: sig .. end
module OS: sig .. end
module Preference: sig .. end
module Util: sig .. end
module View: sig .. end
val is_library : string -> bool
true if given class is Android library
val is_abstract : string -> bool
true if given method is abstract
Permissions
module Permission: sig .. end
Web Accessibility