[wiki.android-scripting] push by - Edited wiki page ApiReference through web user interface. on 2012-07-10 02:02 GMT

6 views
Skip to first unread message

android-...@googlecode.com

unread,
Jul 9, 2012, 10:02:37 PM7/9/12
to android-scri...@googlegroups.com
Revision: 4115554b00aa
Author: rjmatt...@gmail.com
Date: Mon Jul 9 19:02:29 2012
Log: Edited wiki page ApiReference through web user interface.
http://code.google.com/p/android-scripting/source/detail?r=4115554b00aa&repo=wiki

Modified:
/ApiReference.wiki

=======================================
--- /ApiReference.wiki Thu Mar 29 22:05:12 2012
+++ /ApiReference.wiki Mon Jul 9 19:02:29 2012
@@ -1,4 +1,4 @@
-#summary API Reference (release R5)
+#summary API Reference (release R6)
#labels Featured

More detailed API Help [http://www.mithril.com.au/android/doc here]
@@ -67,10 +67,14 @@
* [#bluetoothAccept bluetoothAccept]
* [#bluetoothActiveConnections bluetoothActiveConnections]
* [#bluetoothConnect bluetoothConnect]
+ * [#bluetoothDiscoveryCancel bluetoothDiscoveryCancel]
+ * [#bluetoothDiscoveryStart bluetoothDiscoveryStart]
* [#bluetoothGetConnectedDeviceName bluetoothGetConnectedDeviceName]
+ * [#bluetoothGetLocalAddress bluetoothGetLocalAddress]
* [#bluetoothGetLocalName bluetoothGetLocalName]
* [#bluetoothGetRemoteDeviceName bluetoothGetRemoteDeviceName]
* [#bluetoothGetScanMode bluetoothGetScanMode]
+ * [#bluetoothIsDiscovering bluetoothIsDiscovering]
* [#bluetoothMakeDiscoverable bluetoothMakeDiscoverable]
* [#bluetoothRead bluetoothRead]
* [#bluetoothReadBinary bluetoothReadBinary]
@@ -120,6 +124,8 @@
*!LocationFacade*
* [#geocode geocode]
* [#getLastKnownLocation getLastKnownLocation]
+ * [#locationProviderEnabled locationProviderEnabled]
+ * [#locationProviders locationProviders]
* [#readLocation readLocation]
* [#startLocating startLocating]
* [#stopLocating stopLocating]
@@ -246,10 +252,12 @@
* [#dialogSetSingleChoiceItems dialogSetSingleChoiceItems]
* [#dialogShow dialogShow]
* [#fullDismiss fullDismiss]
+ * [#fullKeyOverride fullKeyOverride]
* [#fullQuery fullQuery]
* [#fullQueryDetail fullQueryDetail]
* [#fullSetList fullSetList]
* [#fullSetProperty fullSetProperty]
+ * [#fullSetTitle fullSetTitle]
* [#fullShow fullShow]
* [#webViewShow webViewShow]
*!WakeLockFacade*
@@ -414,7 +422,7 @@
{{{
bluetoothActiveConnections()

-Returns true when there's an active Bluetooth connection.
+Returns active Bluetooth connections.

Requires API Level 5.
}}}
@@ -435,6 +443,30 @@

Requires API Level 5.
}}}
+
+===,,bluetoothDiscoveryCancel,,===
+{{{
+bluetoothDiscoveryCancel()
+
+Cancel the current device discovery process.
+
+Returns:
+ true on success, false on error
+
+Requires API Level 5.
+}}}
+
+===,,bluetoothDiscoveryStart,,===
+{{{
+bluetoothDiscoveryStart()
+
+Start the remote device discovery process.
+
+Returns:
+ true on success, false on error
+
+Requires API Level 5.
+}}}

===,,bluetoothGetConnectedDeviceName,,===
{{{
@@ -445,6 +477,15 @@

Requires API Level 5.
}}}
+
+===,,bluetoothGetLocalAddress,,===
+{{{
+bluetoothGetLocalAddress()
+
+Returns the hardware address of the local Bluetooth adapter.
+
+Requires API Level 5.
+}}}

===,,bluetoothGetLocalName,,===
{{{
@@ -478,6 +519,16 @@

Requires API Level 5.
}}}
+
+===,,bluetoothIsDiscovering,,===
+{{{
+bluetoothIsDiscovering()
+
+Return true if the local Bluetooth adapter is currently in the device
discovery
+process.
+
+Requires API Level 5.
+}}}

===,,bluetoothMakeDiscoverable,,===
{{{
@@ -1035,6 +1086,15 @@

Dismiss Full Screen.
}}}
+
+===,,fullKeyOverride,,===
+{{{
+fullKeyOverride(
+ JSONArray keycodes: List of keycodes to override,
+ Boolean enable[optional, default true]: Turn overriding or off)
+
+Override default key actions
+}}}

===,,fullQuery,,===
{{{
@@ -1069,11 +1129,20 @@

Set fullscreen widget property
}}}
+
+===,,fullSetTitle,,===
+{{{
+fullSetTitle(
+ String title: Activity Title)
+
+Set the Full Screen Activity Title
+}}}

===,,fullShow,,===
{{{
fullShow(
- String layout: String containing View layout)
+ String layout: String containing View layout,
+ String title[optional]: Activity Title)

Show Full Screen.
}}}
@@ -1385,6 +1454,21 @@

Start activity with the given class name.
}}}
+
+===,,locationProviderEnabled,,===
+{{{
+locationProviderEnabled(
+ String provider: Name of location provider)
+
+Ask if provider is enabled
+}}}
+
+===,,locationProviders,,===
+{{{
+locationProviders()
+
+Returns availables providers on the phone
+}}}

===,,log,,===
{{{
Reply all
Reply to author
Forward
0 new messages