Package com.googlecode.android_scripting.facade

Interface Summary
AndroidFacade.Resources An instance of this interface is passed to the facade.
EventFacade.EventObserver  
 

Class Summary
ActivityResultFacade Allows you to return results to a startActivityForResult call.
AndroidFacade Some general purpose Android routines.
ApplicationManagerFacade Facade for managing Applications.
BatteryManagerFacade Exposes Batterymanager API.
BluetoothFacade Bluetooth functions.
CameraFacade Access Camera functions.
CommonIntentsFacade A selection of commonly used intents.
ContactsFacade Provides access to contacts related functionality.
EventFacade Manage the event queue.
EventServer An Event Forwarding server that forwards events from the rpc queue in realtime to listener clients.
EyesFreeFacade Provides Text To Speech services for API 3 or less.
FacadeConfiguration Encapsulates the list of supported facades and their construction.
FacadeManager  
FacadeManagerFactory  
LocationFacade This facade exposes the LocationManager related functionality.

Overview
Once activated by 'startLocating' the LocationFacade attempts to return location data collected via GPS or the cell network.
MediaPlayerFacade This facade exposes basic mediaPlayer functionality.
MediaRecorderFacade A facade for recording media.
PhoneFacade Exposes TelephonyManager functionality.
PreferencesFacade This facade allows access to the Preferences interface.
SensorManagerFacade Exposes the SensorManager related functionality.
SettingsFacade Exposes phone settings functionality.
SignalStrengthFacade Exposes SignalStrength functionality.
SmsFacade Provides access to SMS related functionality.
SpeechRecognitionFacade A facade containing RPC implementations related to the speech-to-text functionality of Android.
TextToSpeechFacade Provides Text To Speech services for API 4 or more.
ToneGeneratorFacade Generate DTMF tones.
WakeLockFacade A facade exposing some of the functionality of the PowerManager, in particular wake locks.
WebCamFacade Manages access to camera streaming.
WifiFacade Wifi functions.