Merge change Iefdb6f97 into eclair
* changes:
Fixing minor doc typo in android.widget.SimpleCursorAdapter.
diff --git a/Android.mk b/Android.mk
index 5034c7e..a83d497 100644
--- a/Android.mk
+++ b/Android.mk
@@ -345,6 +345,7 @@
-since ./frameworks/base/api/3.xml 3 \
-since ./frameworks/base/api/4.xml 4 \
-since ./frameworks/base/api/5.xml 5 \
+ -since ./frameworks/base/api/6.xml 6 \
-error 1 -error 2 -warning 3 -error 4 -error 6 -error 8 \
-overview $(LOCAL_PATH)/core/java/overview.html
@@ -373,7 +374,7 @@
## SDK version identifiers used in the published docs
# major[.minor] version for current SDK. (full releases only)
-framework_docs_SDK_VERSION:=2.0
+framework_docs_SDK_VERSION:=2.0.1
# release version (ie "Release x") (full releases only)
framework_docs_SDK_REL_ID:=1
# name of current SDK directory (full releases only)
@@ -382,10 +383,10 @@
framework_docs_SDK_PREVIEW:=0
## Latest ADT version identifiers, for reference from published docs
-framework_docs_ADT_VERSION:=0.9.4
-framework_docs_ADT_DOWNLOAD:=ADT-0.9.4.zip
-framework_docs_ADT_BYTES:=3367536
-framework_docs_ADT_CHECKSUM:=4cdecd72b3e28022d8a55891f13e7d43
+framework_docs_ADT_VERSION:=0.9.5
+framework_docs_ADT_DOWNLOAD:=ADT-0.9.5.zip
+framework_docs_ADT_BYTES:=3372982
+framework_docs_ADT_CHECKSUM:=227ec538359fbe417ccde7f0ad614a96
framework_docs_LOCAL_DROIDDOC_OPTIONS += \
-hdf sdk.version $(framework_docs_SDK_VERSION) \
@@ -439,6 +440,8 @@
LOCAL_DROIDDOC_OPTIONS:=\
$(framework_docs_LOCAL_DROIDDOC_OPTIONS) \
+ $(web_docs_sample_code_flags) \
+ -offlinemode \
-title "Android SDK" \
-proofread $(OUT_DOCS)/$(LOCAL_MODULE)-proofread.txt \
-todo $(OUT_DOCS)/$(LOCAL_MODULE)-docs-todo.html \
diff --git a/api/6.xml b/api/6.xml
index 74c2375..a4103fd 100644
--- a/api/6.xml
+++ b/api/6.xml
@@ -6389,6 +6389,72 @@
visibility="public"
>
</field>
+<field name="quickContactBadgeStyleSmallWindowLarge"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843443"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="quickContactBadgeStyleSmallWindowMedium"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843442"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="quickContactBadgeStyleSmallWindowSmall"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843441"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="quickContactBadgeStyleWindowLarge"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843440"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="quickContactBadgeStyleWindowMedium"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843439"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="quickContactBadgeStyleWindowSmall"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843438"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="radioButtonStyle"
type="int"
transient="false"
@@ -13804,6 +13870,8 @@
</parameter>
<parameter name="options" type="android.os.Bundle">
</parameter>
+<exception name="NetworkErrorException" type="android.accounts.NetworkErrorException">
+</exception>
</method>
<method name="editProperties"
return="android.os.Bundle"
@@ -13919,6 +13987,8 @@
</parameter>
<parameter name="loginOptions" type="android.os.Bundle">
</parameter>
+<exception name="NetworkErrorException" type="android.accounts.NetworkErrorException">
+</exception>
</method>
</class>
<class name="Account"
diff --git a/api/current.xml b/api/current.xml
index 6ddd439..065176b 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -1934,6 +1934,17 @@
visibility="public"
>
</field>
+<field name="author"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843444"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="authorities"
type="int"
transient="false"
@@ -1967,6 +1978,17 @@
visibility="public"
>
</field>
+<field name="autoStart"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="16843445"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="autoText"
type="int"
transient="false"
@@ -8842,17 +8864,6 @@
visibility="public"
>
</field>
-<field name="wallpaperAuthor"
- type="int"
- transient="false"
- volatile="false"
- value="16843444"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<field name="wallpaperCloseEnterAnimation"
type="int"
transient="false"
@@ -8875,17 +8886,6 @@
visibility="public"
>
</field>
-<field name="wallpaperDescription"
- type="int"
- transient="false"
- volatile="false"
- value="16843445"
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
<field name="wallpaperIntraCloseEnterAnimation"
type="int"
transient="false"
@@ -15058,71 +15058,6 @@
>
</method>
</interface>
-<class name="AccountManagerResponse"
- extends="java.lang.Object"
- abstract="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<implements name="android.os.Parcelable">
-</implements>
-<method name="describeContents"
- return="int"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</method>
-<method name="onError"
- return="void"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<parameter name="errorCode" type="int">
-</parameter>
-<parameter name="errorMessage" type="java.lang.String">
-</parameter>
-</method>
-<method name="onResult"
- return="void"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<parameter name="result" type="android.os.Bundle">
-</parameter>
-</method>
-<method name="writeToParcel"
- return="void"
- abstract="false"
- native="false"
- synchronized="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<parameter name="dest" type="android.os.Parcel">
-</parameter>
-<parameter name="flags" type="int">
-</parameter>
-</method>
-</class>
<class name="AccountsException"
extends="java.lang.Exception"
abstract="false"
@@ -25155,6 +25090,28 @@
visibility="public"
>
</field>
+<field name="COMMAND_DROP"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.home.drop""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="COMMAND_TAP"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.wallpaper.tap""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
</package>
<package name="android.appwidget"
@@ -36132,7 +36089,7 @@
value=""android.intent.extra.changed_component_name""
static="true"
final="true"
- deprecated="not deprecated"
+ deprecated="deprecated"
visibility="public"
>
</field>
@@ -42035,6 +41992,116 @@
visibility="public"
>
</field>
+<field name="FEATURE_CAMERA"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.camera""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_CAMERA_AUTOFOCUS"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.camera.autofocus""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_CAMERA_FLASH"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.camera.flash""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_LIVE_WALLPAPER"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.software.live_wallpaper""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_SENSOR_LIGHT"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.sensor.light""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_SENSOR_PROXIMITY"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.sensor.proximity""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_TELEPHONY"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.telephony""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_TELEPHONY_CDMA"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.telephony.cdma""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_TELEPHONY_GSM"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.telephony.gsm""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
+<field name="FEATURE_TOUCHSCREEN_MULTITOUCH"
+ type="java.lang.String"
+ transient="false"
+ volatile="false"
+ value=""android.hardware.touchscreen.multitouch""
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="GET_ACTIVITIES"
type="int"
transient="false"
@@ -99861,6 +99928,17 @@
visibility="public"
>
</field>
+<field name="ECLAIR_MR1"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="7"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
</class>
<class name="Bundle"
extends="java.lang.Object"
@@ -123806,34 +123884,6 @@
</parameter>
</method>
</class>
-<class name="WallpaperSettingsActivity"
- extends="android.preference.PreferenceActivity"
- abstract="false"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-<constructor name="WallpaperSettingsActivity"
- type="android.service.wallpaper.WallpaperSettingsActivity"
- static="false"
- final="false"
- deprecated="not deprecated"
- visibility="public"
->
-</constructor>
-<field name="EXTRA_PREVIEW_MODE"
- type="java.lang.String"
- transient="false"
- volatile="false"
- value=""android.service.wallpaper.PREVIEW_MODE""
- static="true"
- final="true"
- deprecated="not deprecated"
- visibility="public"
->
-</field>
-</class>
</package>
<package name="android.speech"
>
@@ -189616,6 +189666,21 @@
<parameter name="parcel" type="android.os.Parcel">
</parameter>
</constructor>
+<method name="addView"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="viewId" type="int">
+</parameter>
+<parameter name="nestedView" type="android.widget.RemoteViews">
+</parameter>
+</method>
<method name="apply"
return="android.view.View"
abstract="false"
@@ -189692,6 +189757,19 @@
<parameter name="v" type="android.view.View">
</parameter>
</method>
+<method name="removeAllViews"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="viewId" type="int">
+</parameter>
+</method>
<method name="setBitmap"
return="void"
abstract="false"
@@ -196277,6 +196355,17 @@
<parameter name="attrs" type="android.util.AttributeSet">
</parameter>
</constructor>
+<method name="isAutoStart"
+ return="boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<method name="isFlipping"
return="boolean"
abstract="false"
@@ -196288,6 +196377,19 @@
visibility="public"
>
</method>
+<method name="setAutoStart"
+ return="void"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="false"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+<parameter name="autoStart" type="boolean">
+</parameter>
+</method>
<method name="setFlipInterval"
return="void"
abstract="false"
diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c
index 642c943..3a23b49 100644
--- a/cmds/dumpstate/dumpstate.c
+++ b/cmds/dumpstate/dumpstate.c
@@ -84,6 +84,8 @@
EXEC("dmesg");
PRINT("------ KERNEL WAKELOCKS ------");
DUMP("/proc/wakelocks");
+ PRINT("------ KERNEL CPUFREQ ------");
+ DUMP("/sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state");
PRINT("");
PRINT("------ PROCESSES ------");
EXEC1("ps", "-P");
@@ -113,6 +115,10 @@
DUMP("/data/system/uiderrors.txt");
dump_kernel_log("/data/dontpanic/last_kmsg", "LAST KMSG");
+
+ PRINT("------ LAST RADIO LOG ------");
+ EXEC1("parse_radio_log", "/proc/last_radio_log");
+
dump_kernel_log("/data/dontpanic/apanic_console",
"PANIC CONSOLE");
dump_kernel_log("/data/dontpanic/apanic_threads",
diff --git a/cmds/svc/src/com/android/commands/svc/PowerCommand.java b/cmds/svc/src/com/android/commands/svc/PowerCommand.java
index e021012..d3ec3d9 100644
--- a/cmds/svc/src/com/android/commands/svc/PowerCommand.java
+++ b/cmds/svc/src/com/android/commands/svc/PowerCommand.java
@@ -66,7 +66,7 @@
IBinder lock = new Binder();
pm.acquireWakeLock(PowerManager.FULL_WAKE_LOCK, lock, "svc power");
pm.setStayOnSetting(val);
- pm.releaseWakeLock(lock);
+ pm.releaseWakeLock(lock, 0);
}
catch (RemoteException e) {
System.err.println("Faild to set setting: " + e);
diff --git a/core/java/android/accounts/AccountManagerResponse.java b/core/java/android/accounts/AccountManagerResponse.java
index 1cd6a74..11c6e60 100644
--- a/core/java/android/accounts/AccountManagerResponse.java
+++ b/core/java/android/accounts/AccountManagerResponse.java
@@ -22,7 +22,8 @@
import android.os.RemoteException;
/**
- * Used by Account Authenticators to return a response.
+ * Used to return a response to the AccountManager.
+ * @hide
*/
public class AccountManagerResponse implements Parcelable {
private IAccountManagerResponse mResponse;
diff --git a/core/java/android/accounts/GrantCredentialsPermissionActivity.java b/core/java/android/accounts/GrantCredentialsPermissionActivity.java
index e3ed2e9..4282c1b 100644
--- a/core/java/android/accounts/GrantCredentialsPermissionActivity.java
+++ b/core/java/android/accounts/GrantCredentialsPermissionActivity.java
@@ -26,6 +26,7 @@
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
+import android.text.TextUtils;
import com.android.internal.R;
/**
@@ -59,7 +60,7 @@
TextView messageView = (TextView) getWindow().findViewById(R.id.message);
String authTokenLabel = getIntent().getExtras().getString(EXTRAS_AUTH_TOKEN_LABEL);
- if (authTokenLabel.length() == 0) {
+ if (TextUtils.isEmpty(authTokenLabel)) {
CharSequence grantCredentialsPermissionFormat = getResources().getText(
R.string.grant_credentials_permission_message_desc);
messageView.setText(String.format(grantCredentialsPermissionFormat.toString(),
diff --git a/core/java/android/app/ActivityThread.java b/core/java/android/app/ActivityThread.java
index b116bf8..467812e 100644
--- a/core/java/android/app/ActivityThread.java
+++ b/core/java/android/app/ActivityThread.java
@@ -178,15 +178,16 @@
* null.
*/
Resources getTopLevelResources(String resDir, CompatibilityInfo compInfo) {
+ ResourcesKey key = new ResourcesKey(resDir, compInfo.applicationScale);
+ Resources r;
synchronized (mPackages) {
// Resources is app scale dependent.
- ResourcesKey key = new ResourcesKey(resDir, compInfo.applicationScale);
if (false) {
Log.w(TAG, "getTopLevelResources: " + resDir + " / "
+ compInfo.applicationScale);
}
WeakReference<Resources> wr = mActiveResources.get(key);
- Resources r = wr != null ? wr.get() : null;
+ r = wr != null ? wr.get() : null;
if (r != null && r.getAssets().isUpToDate()) {
if (false) {
Log.w(TAG, "Returning cached resources " + r + " " + resDir
@@ -194,25 +195,37 @@
}
return r;
}
+ }
- //if (r != null) {
- // Log.w(TAG, "Throwing away out-of-date resources!!!! "
- // + r + " " + resDir);
- //}
+ //if (r != null) {
+ // Log.w(TAG, "Throwing away out-of-date resources!!!! "
+ // + r + " " + resDir);
+ //}
- AssetManager assets = new AssetManager();
- if (assets.addAssetPath(resDir) == 0) {
- return null;
+ AssetManager assets = new AssetManager();
+ if (assets.addAssetPath(resDir) == 0) {
+ return null;
+ }
+
+ //Log.i(TAG, "Resource: key=" + key + ", display metrics=" + metrics);
+ DisplayMetrics metrics = getDisplayMetricsLocked(false);
+ r = new Resources(assets, metrics, getConfiguration(), compInfo);
+ if (false) {
+ Log.i(TAG, "Created app resources " + resDir + " " + r + ": "
+ + r.getConfiguration() + " appScale="
+ + r.getCompatibilityInfo().applicationScale);
+ }
+
+ synchronized (mPackages) {
+ WeakReference<Resources> wr = mActiveResources.get(key);
+ Resources existing = wr != null ? wr.get() : null;
+ if (existing != null && existing.getAssets().isUpToDate()) {
+ // Someone else already created the resources while we were
+ // unlocked; go ahead and use theirs.
+ r.getAssets().close();
+ return existing;
}
-
- //Log.i(TAG, "Resource: key=" + key + ", display metrics=" + metrics);
- DisplayMetrics metrics = getDisplayMetricsLocked(false);
- r = new Resources(assets, metrics, getConfiguration(), compInfo);
- if (false) {
- Log.i(TAG, "Created app resources " + resDir + " " + r + ": "
- + r.getConfiguration() + " appScale="
- + r.getCompatibilityInfo().applicationScale);
- }
+
// XXX need to remove entries when weak references go away
mActiveResources.put(key, new WeakReference<Resources>(r));
return r;
diff --git a/core/java/android/app/WallpaperInfo.java b/core/java/android/app/WallpaperInfo.java
index 34d3133..1034fab 100644
--- a/core/java/android/app/WallpaperInfo.java
+++ b/core/java/android/app/WallpaperInfo.java
@@ -101,10 +101,10 @@
com.android.internal.R.styleable.Wallpaper_thumbnail,
-1);
authorRes = sa.getResourceId(
- com.android.internal.R.styleable.Wallpaper_wallpaperAuthor,
+ com.android.internal.R.styleable.Wallpaper_author,
-1);
descriptionRes = sa.getResourceId(
- com.android.internal.R.styleable.Wallpaper_wallpaperDescription,
+ com.android.internal.R.styleable.Wallpaper_description,
-1);
sa.recycle();
diff --git a/core/java/android/app/WallpaperManager.java b/core/java/android/app/WallpaperManager.java
index f606346..e455a59 100644
--- a/core/java/android/app/WallpaperManager.java
+++ b/core/java/android/app/WallpaperManager.java
@@ -63,6 +63,21 @@
public static final String ACTION_LIVE_WALLPAPER_CHOOSER
= "android.service.wallpaper.LIVE_WALLPAPER_CHOOSER";
+ /**
+ * Command for {@link #sendWallpaperCommand}: reported by the wallpaper
+ * host when the user taps on an empty area (not performing an action
+ * in the host). The x and y arguments are the location of the tap in
+ * screen coordinates.
+ */
+ public static final String COMMAND_TAP = "android.wallpaper.tap";
+
+ /**
+ * Command for {@link #sendWallpaperCommand}: reported by the wallpaper
+ * host when the user drops an object into an area of the host. The x
+ * and y arguments are the location of the drop.
+ */
+ public static final String COMMAND_DROP = "android.home.drop";
+
private final Context mContext;
/**
@@ -604,7 +619,7 @@
/**
* For applications that use multiple virtual screens showing a wallpaper,
* specify the step size between virtual screens. For example, if the
- * launcher has 5 virtual screens, it would specify an xStep of 0.5,
+ * launcher has 3 virtual screens, it would specify an xStep of 0.5,
* since the X offset for those screens are 0.0, 0.5 and 1.0
* @param xStep The X offset delta from one screen to the next one
* @param yStep The Y offset delta from one screen to the next one
diff --git a/core/java/android/bluetooth/BluetoothAdapter.java b/core/java/android/bluetooth/BluetoothAdapter.java
index bd5b07c..bf561ef 100644
--- a/core/java/android/bluetooth/BluetoothAdapter.java
+++ b/core/java/android/bluetooth/BluetoothAdapter.java
@@ -130,13 +130,13 @@
/**
* Activity Action: Show a system activity that requests discoverable mode.
- * <p>This activity will also request the user to turn on Bluetooth if it
+ * This activity will also request the user to turn on Bluetooth if it
* is not currently enabled.
* <p>Discoverable mode is equivalent to {@link
* #SCAN_MODE_CONNECTABLE_DISCOVERABLE}. It allows remote devices to see
* this Bluetooth adapter when they perform a discovery.
- * <p>For privacy, Android is not by default discoverable.
- * <p>The sender can optionally use extra field {@link
+ * <p>For privacy, Android is not discoverable by default.
+ * <p>The sender of this Intent can optionally use extra field {@link
* #EXTRA_DISCOVERABLE_DURATION} to request the duration of
* discoverability. Currently the default duration is 120 seconds, and
* maximum duration is capped at 300 seconds for each request.
@@ -147,7 +147,8 @@
* {@link android.app.Activity#RESULT_CANCELED} if the user rejected
* discoverability or an error has occurred.
* <p>Applications can also listen for {@link #ACTION_SCAN_MODE_CHANGED}
- * for global notification whenever the scan mode changes.
+ * for global notification whenever the scan mode changes. For example, an
+ * application can be notified when the device has ended discoverability.
* <p>Requires {@link android.Manifest.permission#BLUETOOTH}
*/
@SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION)
@@ -549,7 +550,10 @@
* remote Bluetooth devices should not be attempted while discovery is in
* progress, and existing connections will experience limited bandwidth
* and high latency. Use {@link #cancelDiscovery()} to cancel an ongoing
- * discovery.
+ * discovery. Discovery is not managed by the Activity,
+ * but is run as a system service, so an application should always call
+ * {@link BluetoothAdapter#cancelDiscovery()} even if it
+ * did not directly request a discovery, just to be sure.
* <p>Device discovery will only find remote devices that are currently
* <i>discoverable</i> (inquiry scan enabled). Many Bluetooth devices are
* not discoverable by default, and need to be entered into a special mode.
@@ -567,6 +571,13 @@
/**
* Cancel the current device discovery process.
* <p>Requires {@link android.Manifest.permission#BLUETOOTH_ADMIN}.
+ * <p>Because discovery is a heavyweight precedure for the Bluetooth
+ * adapter, this method should always be called before attempting to connect
+ * to a remote device with {@link
+ * android.bluetooth.BluetoothSocket#connect()}. Discovery is not managed by
+ * the Activity, but is run as a system service, so an application should
+ * always call cancel discovery even if it did not directly request a
+ * discovery, just to be sure.
*
* @return true on success, false on error
*/
diff --git a/core/java/android/bluetooth/BluetoothServerSocket.java b/core/java/android/bluetooth/BluetoothServerSocket.java
index 1b23f6c..c9c6c0a 100644
--- a/core/java/android/bluetooth/BluetoothServerSocket.java
+++ b/core/java/android/bluetooth/BluetoothServerSocket.java
@@ -42,7 +42,11 @@
* BluetoothAdapter.listenUsingRfcommWithServiceRecord()}. Then call
* {@link #accept()} to listen for incoming connection requests. This call
* will block until a connection is established, at which point, it will return
- * a {@link BluetoothSocket} to manage the connection.
+ * a {@link BluetoothSocket} to manage the connection. Once the {@link
+ * BluetoothSocket} is acquired, it's a good idea to call {@link #close()} on
+ * the {@link BluetoothServerSocket} when it's no longer needed for accepting
+ * connections. Closing the {@link BluetoothServerSocket} will <em>not</em>
+ * close the returned {@link BluetoothSocket}.
*
* <p>{@link BluetoothServerSocket} is thread
* safe. In particular, {@link #close} will always immediately abort ongoing
@@ -105,6 +109,8 @@
* Immediately close this socket, and release all associated resources.
* <p>Causes blocked calls on this socket in other threads to immediately
* throw an IOException.
+ * <p>Closing the {@link BluetoothServerSocket} will <em>not</em>
+ * close any {@link BluetoothSocket} received from {@link #accept()}.
*/
public void close() throws IOException {
synchronized (this) {
diff --git a/core/java/android/bluetooth/BluetoothSocket.java b/core/java/android/bluetooth/BluetoothSocket.java
index dbcc758..ad03399 100644
--- a/core/java/android/bluetooth/BluetoothSocket.java
+++ b/core/java/android/bluetooth/BluetoothSocket.java
@@ -180,6 +180,15 @@
* <p>This method will block until a connection is made or the connection
* fails. If this method returns without an exception then this socket
* is now connected.
+ * <p>Creating new connections to
+ * remote Bluetooth devices should not be attempted while device discovery
+ * is in progress. Device discovery is a heavyweight procedure on the
+ * Bluetooth adapter and will significantly slow a device connection.
+ * Use {@link BluetoothAdapter#cancelDiscovery()} to cancel an ongoing
+ * discovery. Discovery is not managed by the Activity,
+ * but is run as a system service, so an application should always call
+ * {@link BluetoothAdapter#cancelDiscovery()} even if it
+ * did not directly request a discovery, just to be sure.
* <p>{@link #close} can be used to abort this call from another thread.
* @throws IOException on error, for example connection failure
*/
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java
index 0085f26..6ba79b4 100644
--- a/core/java/android/content/Intent.java
+++ b/core/java/android/content/Intent.java
@@ -2105,10 +2105,10 @@
"android.intent.extra.remote_intent_token";
/**
- * @Deprecated See {@link #EXTRA_CHANGED_COMPONENT_NAME_LIST}; this field
+ * @deprecated See {@link #EXTRA_CHANGED_COMPONENT_NAME_LIST}; this field
* will contain only the first name in the list.
*/
- public static final String EXTRA_CHANGED_COMPONENT_NAME =
+ @Deprecated public static final String EXTRA_CHANGED_COMPONENT_NAME =
"android.intent.extra.changed_component_name";
/**
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java
index cd48dcb..e2030be 100644
--- a/core/java/android/content/pm/PackageManager.java
+++ b/core/java/android/content/pm/PackageManager.java
@@ -514,6 +514,68 @@
public static final int DONT_DELETE_DATA = 0x00000001;
/**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device has a camera facing away
+ * from the screen.
+ */
+ public static final String FEATURE_CAMERA = "android.hardware.camera";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device's camera supports auto-focus.
+ */
+ public static final String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device's camera supports flash.
+ */
+ public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device includes a light sensor.
+ */
+ public static final String FEATURE_SENSOR_LIGHT = "android.hardware.sensor.light";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device includes a proximity sensor.
+ */
+ public static final String FEATURE_SENSOR_PROXIMITY = "android.hardware.sensor.proximity";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device has a telephony radio with data
+ * communication support.
+ */
+ public static final String FEATURE_TELEPHONY = "android.hardware.telephony";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device has a CDMA telephony stack.
+ */
+ public static final String FEATURE_TELEPHONY_CDMA = "android.hardware.telephony.cdma";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device has a GSM telephony stack.
+ */
+ public static final String FEATURE_TELEPHONY_GSM = "android.hardware.telephony.gsm";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device's touch screen supports multitouch.
+ */
+ public static final String FEATURE_TOUCHSCREEN_MULTITOUCH = "android.hardware.touchscreen.multitouch";
+
+ /**
+ * Feature for {@link #getSystemAvailableFeatures} and
+ * {@link #hasSystemFeature}: The device supports live wallpapers.
+ */
+ public static final String FEATURE_LIVE_WALLPAPER = "android.software.live_wallpaper";
+
+ /**
* Retrieve overall information about an application package that is
* installed on the system.
*
diff --git a/core/java/android/content/res/AssetManager.java b/core/java/android/content/res/AssetManager.java
index 0d43b2a..5894c4f 100644
--- a/core/java/android/content/res/AssetManager.java
+++ b/core/java/android/content/res/AssetManager.java
@@ -59,11 +59,12 @@
private static final String TAG = "AssetManager";
private static final boolean localLOGV = Config.LOGV || false;
- private static final Object mSync = new Object();
- private static final TypedValue mValue = new TypedValue();
- private static final long[] mOffsets = new long[2];
- private static AssetManager mSystem = null;
+ private static final Object sSync = new Object();
+ private static AssetManager sSystem = null;
+ private final TypedValue mValue = new TypedValue();
+ private final long[] mOffsets = new long[2];
+
// For communication with native code.
private int mObject;
@@ -71,9 +72,7 @@
private int mNumRefs = 1;
private boolean mOpen = true;
- private String mAssetDir;
- private String mAppName;
-
+
/**
* Create a new AssetManager containing only the basic system assets.
* Applications will not generally use this method, instead retrieving the
@@ -82,7 +81,7 @@
* {@hide}
*/
public AssetManager() {
- synchronized (mSync) {
+ synchronized (this) {
init();
if (localLOGV) Log.v(TAG, "New asset manager: " + this);
ensureSystemAssets();
@@ -90,11 +89,11 @@
}
private static void ensureSystemAssets() {
- synchronized (mSync) {
- if (mSystem == null) {
+ synchronized (sSync) {
+ if (sSystem == null) {
AssetManager system = new AssetManager(true);
system.makeStringBlocks(false);
- mSystem = system;
+ sSystem = system;
}
}
}
@@ -111,14 +110,14 @@
*/
public static AssetManager getSystem() {
ensureSystemAssets();
- return mSystem;
+ return sSystem;
}
/**
* Close this asset manager.
*/
public void close() {
- synchronized(mSync) {
+ synchronized(this) {
//System.out.println("Release: num=" + mNumRefs
// + ", released=" + mReleased);
if (mOpen) {
@@ -133,7 +132,7 @@
* identifier for the current configuration / skin.
*/
/*package*/ final CharSequence getResourceText(int ident) {
- synchronized (mSync) {
+ synchronized (this) {
TypedValue tmpValue = mValue;
int block = loadResourceValue(ident, tmpValue, true);
if (block >= 0) {
@@ -151,7 +150,7 @@
* identifier for the current configuration / skin.
*/
/*package*/ final CharSequence getResourceBagText(int ident, int bagEntryId) {
- synchronized (mSync) {
+ synchronized (this) {
TypedValue tmpValue = mValue;
int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
if (block >= 0) {
@@ -229,7 +228,7 @@
/*package*/ final void ensureStringBlocks() {
if (mStringBlocks == null) {
- synchronized (mSync) {
+ synchronized (this) {
if (mStringBlocks == null) {
makeStringBlocks(true);
}
@@ -238,14 +237,14 @@
}
private final void makeStringBlocks(boolean copyFromSystem) {
- final int sysNum = copyFromSystem ? mSystem.mStringBlocks.length : 0;
+ final int sysNum = copyFromSystem ? sSystem.mStringBlocks.length : 0;
final int num = getStringBlockCount();
mStringBlocks = new StringBlock[num];
if (localLOGV) Log.v(TAG, "Making string blocks for " + this
+ ": " + num);
for (int i=0; i<num; i++) {
if (i < sysNum) {
- mStringBlocks[i] = mSystem.mStringBlocks[i];
+ mStringBlocks[i] = sSystem.mStringBlocks[i];
} else {
mStringBlocks[i] = new StringBlock(getNativeStringBlock(i), true);
}
@@ -293,7 +292,7 @@
*/
public final InputStream open(String fileName, int accessMode)
throws IOException {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -308,7 +307,7 @@
public final AssetFileDescriptor openFd(String fileName)
throws IOException {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -384,7 +383,7 @@
*/
public final InputStream openNonAsset(int cookie, String fileName, int accessMode)
throws IOException {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -404,7 +403,7 @@
public final AssetFileDescriptor openNonAssetFd(int cookie,
String fileName) throws IOException {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -463,7 +462,7 @@
*/
/*package*/ final XmlBlock openXmlBlockAsset(int cookie, String fileName)
throws IOException {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -477,13 +476,13 @@
}
/*package*/ void xmlBlockGone() {
- synchronized (mSync) {
+ synchronized (this) {
decRefsLocked();
}
}
/*package*/ final int createTheme() {
- synchronized (mSync) {
+ synchronized (this) {
if (!mOpen) {
throw new RuntimeException("Assetmanager has been closed");
}
@@ -493,7 +492,7 @@
}
/*package*/ final void releaseTheme(int theme) {
- synchronized (mSync) {
+ synchronized (this) {
deleteTheme(theme);
decRefsLocked();
}
@@ -523,7 +522,7 @@
return len > Integer.MAX_VALUE ? Integer.MAX_VALUE : (int)len;
}
public final void close() throws IOException {
- synchronized (AssetManager.mSync) {
+ synchronized (AssetManager.this) {
if (mAsset != 0) {
destroyAsset(mAsset);
mAsset = 0;
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java
index ee18e88..e9353d8 100644
--- a/core/java/android/os/Build.java
+++ b/core/java/android/os/Build.java
@@ -161,6 +161,11 @@
* December 2009: Android 2.0.1
*/
public static final int ECLAIR_0_1 = 6;
+
+ /**
+ * January 2010: Android 2.1
+ */
+ public static final int ECLAIR_MR1 = 7;
}
/** The type of build, like "user" or "eng". */
diff --git a/core/java/android/os/IPowerManager.aidl b/core/java/android/os/IPowerManager.aidl
index bcf769d..b9dc860 100644
--- a/core/java/android/os/IPowerManager.aidl
+++ b/core/java/android/os/IPowerManager.aidl
@@ -22,7 +22,7 @@
{
void acquireWakeLock(int flags, IBinder lock, String tag);
void goToSleep(long time);
- void releaseWakeLock(IBinder lock);
+ void releaseWakeLock(IBinder lock, int flags);
void userActivity(long when, boolean noChangeLights);
void userActivityWithForce(long when, boolean noChangeLights, boolean force);
void setPokeLock(int pokey, IBinder lock, String tag);
diff --git a/core/java/android/os/LocalPowerManager.java b/core/java/android/os/LocalPowerManager.java
index 2c6b29a..3fe21d9 100644
--- a/core/java/android/os/LocalPowerManager.java
+++ b/core/java/android/os/LocalPowerManager.java
@@ -45,4 +45,6 @@
// the same as the method on PowerManager
public void userActivity(long time, boolean noChangeLights, int eventType);
+
+ boolean isScreenOn();
}
diff --git a/core/java/android/os/PowerManager.java b/core/java/android/os/PowerManager.java
index 2efc230..4b3b6f6 100644
--- a/core/java/android/os/PowerManager.java
+++ b/core/java/android/os/PowerManager.java
@@ -159,6 +159,15 @@
public static final int PROXIMITY_SCREEN_OFF_WAKE_LOCK = WAKE_BIT_PROXIMITY_SCREEN_OFF;
/**
+ * Flag for {@link WakeLock#release release(int)} to defer releasing a
+ * {@link #WAKE_BIT_PROXIMITY_SCREEN_OFF} wakelock until the proximity sensor returns
+ * a negative value.
+ *
+ * {@hide}
+ */
+ public static final int WAIT_FOR_PROXIMITY_NEGATIVE = 1;
+
+ /**
* Normally wake locks don't actually wake the device, they just cause
* it to remain on once it's already on. Think of the video player
* app as the normal behavior. Notifications that pop up and want
@@ -267,10 +276,26 @@
*/
public void release()
{
+ release(0);
+ }
+
+ /**
+ * Release your claim to the CPU or screen being on.
+ * @param flags Combination of flag values to modify the release behavior.
+ * Currently only {@link #WAIT_FOR_PROXIMITY_NEGATIVE} is supported.
+ *
+ * <p>
+ * It may turn off shortly after you release it, or it may not if there
+ * are other wake locks held.
+ *
+ * {@hide}
+ */
+ public void release(int flags)
+ {
synchronized (mToken) {
if (!mRefCounted || --mCount == 0) {
try {
- mService.releaseWakeLock(mToken);
+ mService.releaseWakeLock(mToken, flags);
} catch (RemoteException e) {
}
mHeld = false;
@@ -302,7 +327,7 @@
synchronized (mToken) {
if (mHeld) {
try {
- mService.releaseWakeLock(mToken);
+ mService.releaseWakeLock(mToken, 0);
} catch (RemoteException e) {
}
RuntimeInit.crash(TAG, new Exception(
diff --git a/core/java/android/provider/Checkin.java b/core/java/android/provider/Checkin.java
index 84753ee..4134dc29 100644
--- a/core/java/android/provider/Checkin.java
+++ b/core/java/android/provider/Checkin.java
@@ -74,6 +74,7 @@
CARRIER_BUG_REPORT,
CHECKIN_FAILURE,
CHECKIN_SUCCESS,
+ CPUFREQ_STATS,
FOTA_BEGIN,
FOTA_FAILURE,
FOTA_INSTALL,
diff --git a/core/java/android/server/BluetoothEventLoop.java b/core/java/android/server/BluetoothEventLoop.java
index c0b9a68..cb3b6ee 100644
--- a/core/java/android/server/BluetoothEventLoop.java
+++ b/core/java/android/server/BluetoothEventLoop.java
@@ -292,9 +292,9 @@
mBluetoothService.setProperty(name, propValues[1]);
} else if (name.equals("Pairable") || name.equals("Discoverable")) {
String pairable = name.equals("Pairable") ? propValues[1] :
- mBluetoothService.getProperty("Pairable");
+ mBluetoothService.getPropertyInternal("Pairable");
String discoverable = name.equals("Discoverable") ? propValues[1] :
- mBluetoothService.getProperty("Discoverable");
+ mBluetoothService.getPropertyInternal("Discoverable");
// This shouldn't happen, unless Adapter Properties are null.
if (pairable == null || discoverable == null)
diff --git a/core/java/android/server/BluetoothService.java b/core/java/android/server/BluetoothService.java
index 70af91f..db9f34a 100644
--- a/core/java/android/server/BluetoothService.java
+++ b/core/java/android/server/BluetoothService.java
@@ -172,6 +172,10 @@
public boolean isEnabled() {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ return isEnabledInternal();
+ }
+
+ private boolean isEnabledInternal() {
return mBluetoothState == BluetoothAdapter.STATE_ON;
}
@@ -328,7 +332,7 @@
public void handleMessage(Message msg) {
switch (msg.what) {
case MESSAGE_REGISTER_SDP_RECORDS:
- if (!isEnabled()) {
+ if (!isEnabledInternal()) {
return;
}
// SystemService.start() forks sdptool to register service
@@ -375,7 +379,7 @@
break;
case MESSAGE_DISCOVERABLE_TIMEOUT:
int mode = msg.arg1;
- if (isEnabled()) {
+ if (isEnabledInternal()) {
// TODO: Switch back to the previous scan mode
// This is ok for now, because we only use
// CONNECTABLE and CONNECTABLE_DISCOVERABLE
@@ -527,7 +531,7 @@
return;
}
String []bonds = null;
- String val = getProperty("Devices");
+ String val = getPropertyInternal("Devices");
if (val != null) {
bonds = val.split(",");
}
@@ -675,6 +679,7 @@
}
/*package*/synchronized void getAllProperties() {
+
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
mAdapterProperties.clear();
@@ -734,16 +739,19 @@
// The following looks dirty.
private boolean setPropertyString(String key, String value) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return false;
return setAdapterPropertyStringNative(key, value);
}
private boolean setPropertyInteger(String key, int value) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return false;
return setAdapterPropertyIntegerNative(key, value);
}
private boolean setPropertyBoolean(String key, boolean value) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return false;
return setAdapterPropertyBooleanNative(key, value ? 1 : 0);
}
@@ -797,7 +805,12 @@
return true;
}
- /*package*/ synchronized String getProperty (String name) {
+ /*package*/ synchronized String getProperty(String name) {
+ if (!isEnabledInternal()) return null;
+ return getPropertyInternal(name);
+ }
+
+ /*package*/ synchronized String getPropertyInternal(String name) {
if (!mAdapterProperties.isEmpty())
return mAdapterProperties.get(name);
getAllProperties();
@@ -852,7 +865,7 @@
public synchronized int getScanMode() {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
- if (!isEnabled())
+ if (!isEnabledInternal())
return BluetoothAdapter.SCAN_MODE_NONE;
boolean pairable = getProperty("Pairable").equals("true");
@@ -863,15 +876,16 @@
public synchronized boolean startDiscovery() {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
- if (!isEnabled()) {
- return false;
- }
+ if (!isEnabledInternal()) return false;
+
return startDiscoveryNative();
}
public synchronized boolean cancelDiscovery() {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
return stopDiscoveryNative();
}
@@ -887,6 +901,8 @@
public synchronized boolean createBond(String address) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -919,6 +935,8 @@
public synchronized boolean cancelBondProcess(String address) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -936,6 +954,8 @@
public synchronized boolean removeBond(String address) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -960,6 +980,8 @@
}
/*package*/ String[] getRemoteDeviceProperties(String address) {
+ if (!isEnabledInternal()) return null;
+
String objectPath = getObjectPathFromAddress(address);
return (String [])getDevicePropertiesNative(objectPath);
}
@@ -1055,6 +1077,8 @@
return false;
}
+ if (!isEnabledInternal()) return false;
+
return setDevicePropertyBooleanNative(getObjectPathFromAddress(address), "Trusted",
value ? 1 : 0);
}
@@ -1144,6 +1168,8 @@
public synchronized boolean fetchRemoteUuids(String address, ParcelUuid uuid,
IBluetoothCallback callback) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return false;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -1198,6 +1224,8 @@
*/
public int getRemoteServiceChannel(String address, ParcelUuid uuid) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return -1;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return BluetoothDevice.ERROR;
}
@@ -1216,6 +1244,8 @@
public synchronized boolean setPin(String address, byte[] pin) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (pin == null || pin.length <= 0 || pin.length > 16 ||
!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
@@ -1242,6 +1272,8 @@
public synchronized boolean setPasskey(String address, int passkey) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (passkey < 0 || passkey > 999999 || !BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -1259,6 +1291,8 @@
public synchronized boolean setPairingConfirmation(String address, boolean confirm) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
address = address.toUpperCase();
Integer data = mEventLoop.getPasskeyAgentRequestData().remove(address);
if (data == null) {
@@ -1273,6 +1307,8 @@
public synchronized boolean cancelPairingUserInput(String address) {
mContext.enforceCallingOrSelfPermission(BLUETOOTH_ADMIN_PERM,
"Need BLUETOOTH_ADMIN permission");
+ if (!isEnabledInternal()) return false;
+
if (!BluetoothAdapter.checkBluetoothAddress(address)) {
return false;
}
@@ -1289,7 +1325,7 @@
return cancelPairingUserInputNative(address, data.intValue());
}
- public void updateDeviceServiceChannelCache(String address) {
+ /*package*/ void updateDeviceServiceChannelCache(String address) {
ParcelUuid[] deviceUuids = getRemoteUuids(address);
// We are storing the rfcomm channel numbers only for the uuids
// we are interested in.
@@ -1364,8 +1400,9 @@
*/
public synchronized int addRfcommServiceRecord(String serviceName, ParcelUuid uuid,
int channel, IBinder b) {
- mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM,
- "Need BLUETOOTH permission");
+ mContext.enforceCallingOrSelfPermission(BLUETOOTH_PERM, "Need BLUETOOTH permission");
+ if (!isEnabledInternal()) return -1;
+
if (serviceName == null || uuid == null || channel < 1 ||
channel > BluetoothSocket.MAX_RFCOMM_CHANNEL) {
return -1;
@@ -1606,7 +1643,7 @@
}
/*package*/ String getAddressFromObjectPath(String objectPath) {
- String adapterObjectPath = getProperty("ObjectPath");
+ String adapterObjectPath = getPropertyInternal("ObjectPath");
if (adapterObjectPath == null || objectPath == null) {
Log.e(TAG, "getAddressFromObjectPath: AdpaterObjectPath:" + adapterObjectPath +
" or deviceObjectPath:" + objectPath + " is null");
@@ -1626,7 +1663,7 @@
}
/*package*/ String getObjectPathFromAddress(String address) {
- String path = getProperty("ObjectPath");
+ String path = getPropertyInternal("ObjectPath");
if (path == null) {
Log.e(TAG, "Error: Object Path is null");
return null;
diff --git a/core/java/android/service/wallpaper/WallpaperService.java b/core/java/android/service/wallpaper/WallpaperService.java
index b29d837..45719e4 100644
--- a/core/java/android/service/wallpaper/WallpaperService.java
+++ b/core/java/android/service/wallpaper/WallpaperService.java
@@ -44,9 +44,16 @@
import android.view.WindowManager;
import android.view.WindowManagerImpl;
+import java.util.ArrayList;
+
/**
* A wallpaper service is responsible for showing a live wallpaper behind
- * applications that would like to sit on top of it.
+ * applications that would like to sit on top of it. This service object
+ * itself does very little -- its only purpose is to generate instances of
+ * {@link Engine} as needed. Implementing a wallpaper thus
+ * involves subclassing from this, subclassing an Engine implementation,
+ * and implementing {@link #onCreateEngine()} to return a new instance of
+ * your engine.
*/
public abstract class WallpaperService extends Service {
/**
@@ -78,6 +85,8 @@
private static final int MSG_TOUCH_EVENT = 10040;
private Looper mCallbackLooper;
+ private final ArrayList<Engine> mActiveEngines
+ = new ArrayList<Engine>();
static final class WallpaperCommand {
String action;
@@ -591,8 +600,10 @@
}
void doVisibilityChanged(boolean visible) {
- mVisible = visible;
- reportVisibility();
+ if (!mDestroyed) {
+ mVisible = visible;
+ reportVisibility();
+ }
}
void reportVisibility() {
@@ -661,6 +672,10 @@
}
void detach() {
+ if (mDestroyed) {
+ return;
+ }
+
mDestroyed = true;
if (mVisible) {
@@ -768,10 +783,12 @@
}
Engine engine = onCreateEngine();
mEngine = engine;
+ mActiveEngines.add(engine);
engine.attach(this);
return;
}
case DO_DETACH: {
+ mActiveEngines.remove(mEngine);
mEngine.detach();
return;
}
@@ -839,6 +856,20 @@
}
}
+ @Override
+ public void onCreate() {
+ super.onCreate();
+ }
+
+ @Override
+ public void onDestroy() {
+ super.onDestroy();
+ for (int i=0; i<mActiveEngines.size(); i++) {
+ mActiveEngines.get(i).detach();
+ }
+ mActiveEngines.clear();
+ }
+
/**
* Implement to return the implementation of the internal accessibility
* service interface. Subclasses should not override.
@@ -861,5 +892,11 @@
mCallbackLooper = looper;
}
+ /**
+ * Must be implemented to return a new instance of the wallpaper's engine.
+ * Note that multiple instances may be active at the same time, such as
+ * when the wallpaper is currently set as the active wallpaper and the user
+ * is in the wallpaper picker viewing a preview of it as well.
+ */
public abstract Engine onCreateEngine();
}
diff --git a/core/java/android/service/wallpaper/WallpaperSettingsActivity.java b/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
index 501947da..aca336f 100644
--- a/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
+++ b/core/java/android/service/wallpaper/WallpaperSettingsActivity.java
@@ -24,6 +24,7 @@
* Base class for activities that will be used to configure the settings of
* a wallpaper. You should derive from this class to allow it to select the
* proper theme of the activity depending on how it is being used.
+ * @hide
*/
public class WallpaperSettingsActivity extends PreferenceActivity {
/**
diff --git a/core/java/android/text/method/QwertyKeyListener.java b/core/java/android/text/method/QwertyKeyListener.java
index 2e76470..b3926f2 100644
--- a/core/java/android/text/method/QwertyKeyListener.java
+++ b/core/java/android/text/method/QwertyKeyListener.java
@@ -432,7 +432,7 @@
PICKER_SETS.put('y', "\u00FD\u00FF");
PICKER_SETS.put('z', "\u017A\u017C\u017E");
PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT,
- "\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\");
+ "\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\|");
PICKER_SETS.put('/', "\\");
// From packages/inputmethods/LatinIME/res/xml/kbd_symbols.xml
diff --git a/core/java/android/view/IWindowManager.aidl b/core/java/android/view/IWindowManager.aidl
index 23e7fb7..0ebe360 100644
--- a/core/java/android/view/IWindowManager.aidl
+++ b/core/java/android/view/IWindowManager.aidl
@@ -104,8 +104,12 @@
int getSwitchStateForDevice(int devid, int sw);
int getScancodeState(int sw);
int getScancodeStateForDevice(int devid, int sw);
+ int getTrackballScancodeState(int sw);
+ int getDPadScancodeState(int sw);
int getKeycodeState(int sw);
int getKeycodeStateForDevice(int devid, int sw);
+ int getTrackballKeycodeState(int sw);
+ int getDPadKeycodeState(int sw);
// Report whether the hardware supports the given keys; returns true if successful
boolean hasKeys(in int[] keycodes, inout boolean[] keyExists);
diff --git a/core/java/android/widget/RemoteViews.java b/core/java/android/widget/RemoteViews.java
index 6771711..3b1f7a0 100644
--- a/core/java/android/widget/RemoteViews.java
+++ b/core/java/android/widget/RemoteViews.java
@@ -457,6 +457,46 @@
}
}
+ /**
+ * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
+ * given {@link RemoteViews}, or calling {@link ViewGroup#removeAllViews()}
+ * when null. This allows users to build "nested" {@link RemoteViews}.
+ */
+ private class ViewGroupAction extends Action {
+ public ViewGroupAction(int viewId, RemoteViews nestedViews) {
+ this.viewId = viewId;
+ this.nestedViews = nestedViews;
+ }
+
+ public ViewGroupAction(Parcel parcel) {
+ viewId = parcel.readInt();
+ nestedViews = parcel.readParcelable(null);
+ }
+
+ public void writeToParcel(Parcel dest, int flags) {
+ dest.writeInt(TAG);
+ dest.writeInt(viewId);
+ dest.writeParcelable(nestedViews, 0 /* no flags */);
+ }
+
+ @Override
+ public void apply(View root) {
+ final Context context = root.getContext();
+ final ViewGroup target = (ViewGroup) root.findViewById(viewId);
+ if (nestedViews != null) {
+ // Inflate nested views and add as children
+ target.addView(nestedViews.apply(context, target));
+ } else if (target != null) {
+ // Clear all children when nested views omitted
+ target.removeAllViews();
+ }
+ }
+
+ int viewId;
+ RemoteViews nestedViews;
+
+ public final static int TAG = 4;
+ }
/**
* Create a new RemoteViews object that will display the views contained
@@ -493,6 +533,9 @@
case ReflectionAction.TAG:
mActions.add(new ReflectionAction(parcel));
break;
+ case ViewGroupAction.TAG:
+ mActions.add(new ViewGroupAction(parcel));
+ break;
default:
throw new ActionException("Tag " + tag + " not found");
}
@@ -519,7 +562,31 @@
}
mActions.add(a);
}
-
+
+ /**
+ * Equivalent to calling {@link ViewGroup#addView(View)} after inflating the
+ * given {@link RemoteViews}. This allows users to build "nested"
+ * {@link RemoteViews}. In cases where consumers of {@link RemoteViews} may
+ * recycle layouts, use {@link #removeAllViews(int)} to clear any existing
+ * children.
+ *
+ * @param viewId The id of the parent {@link ViewGroup} to add child into.
+ * @param nestedView {@link RemoteViews} that describes the child.
+ */
+ public void addView(int viewId, RemoteViews nestedView) {
+ addAction(new ViewGroupAction(viewId, nestedView));
+ }
+
+ /**
+ * Equivalent to calling {@link ViewGroup#removeAllViews()}.
+ *
+ * @param viewId The id of the parent {@link ViewGroup} to remove all
+ * children from.
+ */
+ public void removeAllViews(int viewId) {
+ addAction(new ViewGroupAction(viewId, null));
+ }
+
/**
* Equivalent to calling View.setVisibility
*
diff --git a/core/java/android/widget/ViewAnimator.java b/core/java/android/widget/ViewAnimator.java
index fa8935e3..4112501 100644
--- a/core/java/android/widget/ViewAnimator.java
+++ b/core/java/android/widget/ViewAnimator.java
@@ -43,7 +43,7 @@
public ViewAnimator(Context context) {
super(context);
- initViewAnimator();
+ initViewAnimator(context, null);
}
public ViewAnimator(Context context, AttributeSet attrs) {
@@ -61,11 +61,28 @@
}
a.recycle();
- initViewAnimator();
+ initViewAnimator(context, attrs);
}
- private void initViewAnimator() {
- mMeasureAllChildren = true;
+ /**
+ * Initialize this {@link ViewAnimator}, possibly setting
+ * {@link #setMeasureAllChildren(boolean)} based on {@link FrameLayout} flags.
+ */
+ private void initViewAnimator(Context context, AttributeSet attrs) {
+ if (attrs == null) {
+ // For compatibility, always measure children when undefined.
+ mMeasureAllChildren = true;
+ return;
+ }
+
+ // For compatibility, default to measure children, but allow XML
+ // attribute to override.
+ final TypedArray a = context.obtainStyledAttributes(attrs,
+ com.android.internal.R.styleable.FrameLayout);
+ final boolean measureAllChildren = a.getBoolean(
+ com.android.internal.R.styleable.FrameLayout_measureAllChildren, true);
+ setMeasureAllChildren(measureAllChildren);
+ a.recycle();
}
/**
diff --git a/core/java/android/widget/ViewFlipper.java b/core/java/android/widget/ViewFlipper.java
index 8a7946b..aee25b0 100644
--- a/core/java/android/widget/ViewFlipper.java
+++ b/core/java/android/widget/ViewFlipper.java
@@ -16,12 +16,15 @@
package android.widget;
-
+import android.content.BroadcastReceiver;
import android.content.Context;
+import android.content.Intent;
+import android.content.IntentFilter;
import android.content.res.TypedArray;
import android.os.Handler;
import android.os.Message;
import android.util.AttributeSet;
+import android.util.Log;
import android.widget.RemoteViews.RemoteView;
/**
@@ -30,10 +33,22 @@
* requested, can automatically flip between each child at a regular interval.
*
* @attr ref android.R.styleable#ViewFlipper_flipInterval
+ * @attr ref android.R.styleable#ViewFlipper_autoStart
*/
+@RemoteView
public class ViewFlipper extends ViewAnimator {
- private int mFlipInterval = 3000;
- private boolean mKeepFlipping = false;
+ private static final String TAG = "ViewFlipper";
+ private static final boolean LOGD = true;
+
+ private static final int DEFAULT_INTERVAL = 3000;
+
+ private int mFlipInterval = DEFAULT_INTERVAL;
+ private boolean mAutoStart = false;
+
+ private boolean mRunning = false;
+ private boolean mStarted = false;
+ private boolean mVisible = false;
+ private boolean mUserPresent = true;
public ViewFlipper(Context context) {
super(context);
@@ -44,14 +59,62 @@
TypedArray a = context.obtainStyledAttributes(attrs,
com.android.internal.R.styleable.ViewFlipper);
- mFlipInterval = a.getInt(com.android.internal.R.styleable.ViewFlipper_flipInterval,
- 3000);
+ mFlipInterval = a.getInt(
+ com.android.internal.R.styleable.ViewFlipper_flipInterval, DEFAULT_INTERVAL);
+ mAutoStart = a.getBoolean(
+ com.android.internal.R.styleable.ViewFlipper_autoStart, false);
a.recycle();
}
+ private final BroadcastReceiver mReceiver = new BroadcastReceiver() {
+ @Override
+ public void onReceive(Context context, Intent intent) {
+ final String action = intent.getAction();
+ if (Intent.ACTION_SCREEN_OFF.equals(action)) {
+ mUserPresent = false;
+ updateRunning();
+ } else if (Intent.ACTION_USER_PRESENT.equals(action)) {
+ mUserPresent = true;
+ updateRunning();
+ }
+ }
+ };
+
+ @Override
+ protected void onAttachedToWindow() {
+ super.onAttachedToWindow();
+
+ // Listen for broadcasts related to user-presence
+ final IntentFilter filter = new IntentFilter();
+ filter.addAction(Intent.ACTION_SCREEN_OFF);
+ filter.addAction(Intent.ACTION_USER_PRESENT);
+ getContext().registerReceiver(mReceiver, filter);
+
+ if (mAutoStart) {
+ // Automatically start when requested
+ startFlipping();
+ }
+ }
+
+ @Override
+ protected void onDetachedFromWindow() {
+ super.onDetachedFromWindow();
+ mVisible = false;
+
+ getContext().unregisterReceiver(mReceiver);
+ updateRunning();
+ }
+
+ @Override
+ protected void onWindowVisibilityChanged(int visibility) {
+ super.onWindowVisibilityChanged(visibility);
+ mVisible = visibility == VISIBLE;
+ updateRunning();
+ }
+
/**
* How long to wait before flipping to the next view
- *
+ *
* @param milliseconds
* time in milliseconds
*/
@@ -64,26 +127,61 @@
* Start a timer to cycle through child views
*/
public void startFlipping() {
- if (!mKeepFlipping) {
- mKeepFlipping = true;
- showOnly(mWhichChild);
- Message msg = mHandler.obtainMessage(FLIP_MSG);
- mHandler.sendMessageDelayed(msg, mFlipInterval);
- }
+ mStarted = true;
+ updateRunning();
}
/**
* No more flips
*/
public void stopFlipping() {
- mKeepFlipping = false;
+ mStarted = false;
+ updateRunning();
+ }
+
+ /**
+ * Internal method to start or stop dispatching flip {@link Message} based
+ * on {@link #mRunning} and {@link #mVisible} state.
+ */
+ private void updateRunning() {
+ boolean running = mVisible && mStarted && mUserPresent;
+ if (running != mRunning) {
+ if (running) {
+ showOnly(mWhichChild);
+ Message msg = mHandler.obtainMessage(FLIP_MSG);
+ mHandler.sendMessageDelayed(msg, mFlipInterval);
+ } else {
+ mHandler.removeMessages(FLIP_MSG);
+ }
+ mRunning = running;
+ }
+ if (LOGD) {
+ Log.d(TAG, "updateRunning() mVisible=" + mVisible + ", mStarted=" + mStarted
+ + ", mUserPresent=" + mUserPresent + ", mRunning=" + mRunning);
+ }
}
/**
* Returns true if the child views are flipping.
*/
public boolean isFlipping() {
- return mKeepFlipping;
+ return mStarted;
+ }
+
+ /**
+ * Set if this view automatically calls {@link #startFlipping()} when it
+ * becomes attached to a window.
+ */
+ public void setAutoStart(boolean autoStart) {
+ mAutoStart = autoStart;
+ }
+
+ /**
+ * Returns true if this view automatically calls {@link #startFlipping()}
+ * when it becomes attached to a window.
+ */
+ public boolean isAutoStart() {
+ return mAutoStart;
}
private final int FLIP_MSG = 1;
@@ -92,7 +190,7 @@
@Override
public void handleMessage(Message msg) {
if (msg.what == FLIP_MSG) {
- if (mKeepFlipping) {
+ if (mRunning) {
showNext();
msg = obtainMessage(FLIP_MSG);
sendMessageDelayed(msg, mFlipInterval);
diff --git a/core/java/com/android/internal/os/BatteryStatsImpl.java b/core/java/com/android/internal/os/BatteryStatsImpl.java
index 8698cb7..5199ada 100644
--- a/core/java/com/android/internal/os/BatteryStatsImpl.java
+++ b/core/java/com/android/internal/os/BatteryStatsImpl.java
@@ -57,7 +57,7 @@
private static final int MAGIC = 0xBA757475; // 'BATSTATS'
// Current on-disk Parcel version
- private static final int VERSION = 41;
+ private static final int VERSION = 42;
private static int sNumSpeedSteps;
diff --git a/core/java/com/android/internal/widget/ContactHeaderWidget.java b/core/java/com/android/internal/widget/ContactHeaderWidget.java
index d441155..19debec 100644
--- a/core/java/com/android/internal/widget/ContactHeaderWidget.java
+++ b/core/java/com/android/internal/widget/ContactHeaderWidget.java
@@ -119,6 +119,14 @@
int CONTACT_STATUS_RES_PACKAGE = 8;
int CONTACT_STATUS_LABEL = 9;
}
+
+ private interface PhotoQuery {
+ String[] COLUMNS = new String[] {
+ Photo.PHOTO
+ };
+
+ int PHOTO = 0;
+ }
//Projection used for looking up contact id from phone number
protected static final String[] PHONE_LOOKUP_PROJECTION = new String[] {
@@ -144,6 +152,7 @@
private static final int TOKEN_CONTACT_INFO = 0;
private static final int TOKEN_PHONE_LOOKUP = 1;
private static final int TOKEN_EMAIL_LOOKUP = 2;
+ private static final int TOKEN_PHOTO_QUERY = 3;
public ContactHeaderWidget(Context context) {
this(context, null);
@@ -229,11 +238,36 @@
protected void onQueryComplete(int token, Object cookie, Cursor cursor) {
try{
switch (token) {
- case TOKEN_CONTACT_INFO: {
- bindContactInfo(cursor);
+ case TOKEN_PHOTO_QUERY: {
+ //Set the photo
+ Bitmap photoBitmap = null;
+ if (cursor != null && cursor.moveToFirst()
+ && !cursor.isNull(PhotoQuery.PHOTO)) {
+ byte[] photoData = cursor.getBlob(PhotoQuery.PHOTO);
+ photoBitmap = BitmapFactory.decodeByteArray(photoData, 0,
+ photoData.length, null);
+ }
+
+ if (photoBitmap == null) {
+ photoBitmap = loadPlaceholderPhoto(null);
+ }
+ mPhotoView.setImageBitmap(photoBitmap);
+ if (cookie != null && cookie instanceof Uri) {
+ mPhotoView.assignContactUri((Uri) cookie);
+ }
invalidate();
break;
}
+ case TOKEN_CONTACT_INFO: {
+ if (cursor != null && cursor.moveToFirst()) {
+ bindContactInfo(cursor);
+ Uri lookupUri = Contacts.getLookupUri(cursor.getLong(ContactQuery._ID),
+ cursor.getString(ContactQuery.LOOKUP_KEY));
+ startPhotoQuery(cursor.getLong(ContactQuery.PHOTO_ID), lookupUri);
+ invalidate();
+ }
+ break;
+ }
case TOKEN_PHONE_LOOKUP: {
if (cursor != null && cursor.moveToFirst()) {
long contactId = cursor.getLong(PHONE_LOOKUP_CONTACT_ID_COLUMN_INDEX);
@@ -375,8 +409,6 @@
*/
public void bindFromContactUri(Uri contactUri) {
mContactUri = contactUri;
- long contactId = ContentUris.parseId(contactUri);
-
startContactQuery(contactUri);
}
@@ -424,30 +456,24 @@
null, null, null);
}
+ protected void startPhotoQuery(long photoId, Uri lookupKey) {
+ mQueryHandler.startQuery(TOKEN_PHOTO_QUERY, lookupKey,
+ ContentUris.withAppendedId(Data.CONTENT_URI, photoId), PhotoQuery.COLUMNS,
+ null, null, null);
+ }
+
/**
* Bind the contact details provided by the given {@link Cursor}.
*/
protected void bindContactInfo(Cursor c) {
- if (c == null || !c.moveToFirst()) return;
-
// TODO: Bring back phonetic name
final String displayName = c.getString(ContactQuery.DISPLAY_NAME);
- final long contactId = c.getLong(ContactQuery._ID);
- final String lookupKey = c.getString(ContactQuery.LOOKUP_KEY);
final String phoneticName = null;
this.setDisplayName(displayName, null);
final boolean starred = c.getInt(ContactQuery.STARRED) != 0;
mStarredView.setChecked(starred);
- //Set the photo
- Bitmap photoBitmap = loadContactPhoto(c.getLong(ContactQuery.PHOTO_ID), null);
- if (photoBitmap == null) {
- photoBitmap = loadPlaceholderPhoto(null);
- }
- mPhotoView.setImageBitmap(photoBitmap);
- mPhotoView.assignContactUri(Contacts.getLookupUri(contactId, lookupKey));
-
//Set the presence status
if (!c.isNull(ContactQuery.CONTACT_PRESENCE_STATUS)) {
int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS);
@@ -554,30 +580,6 @@
}
}
- private Bitmap loadContactPhoto(long photoId, BitmapFactory.Options options) {
- Cursor photoCursor = null;
- Bitmap photoBm = null;
-
- try {
- photoCursor = mContentResolver.query(
- ContentUris.withAppendedId(Data.CONTENT_URI, photoId),
- new String[] { Photo.PHOTO },
- null, null, null);
-
- if (photoCursor != null && photoCursor.moveToFirst() && !photoCursor.isNull(0)) {
- byte[] photoData = photoCursor.getBlob(0);
- photoBm = BitmapFactory.decodeByteArray(photoData, 0,
- photoData.length, options);
- }
- } finally {
- if (photoCursor != null) {
- photoCursor.close();
- }
- }
-
- return photoBm;
- }
-
private Bitmap loadPlaceholderPhoto(BitmapFactory.Options options) {
if (mNoPhotoResource == 0) {
return null;
diff --git a/core/java/com/android/internal/widget/DigitalClock.java b/core/java/com/android/internal/widget/DigitalClock.java
index ca71722..fa47ff6 100644
--- a/core/java/com/android/internal/widget/DigitalClock.java
+++ b/core/java/com/android/internal/widget/DigitalClock.java
@@ -61,7 +61,12 @@
Intent.ACTION_TIMEZONE_CHANGED)) {
mCalendar = Calendar.getInstance();
}
- updateTime();
+ // Post a runnable to avoid blocking the broadcast.
+ mHandler.post(new Runnable() {
+ public void run() {
+ updateTime();
+ }
+ });
}
};
@@ -133,7 +138,7 @@
filter.addAction(Intent.ACTION_TIME_TICK);
filter.addAction(Intent.ACTION_TIME_CHANGED);
filter.addAction(Intent.ACTION_TIMEZONE_CHANGED);
- mContext.registerReceiver(mIntentReceiver, filter, null, mHandler);
+ mContext.registerReceiver(mIntentReceiver, filter);
}
/* monitor 12/24-hour display preference */
diff --git a/core/java/com/android/internal/widget/SlidingTab.java b/core/java/com/android/internal/widget/SlidingTab.java
index 6ea6460..cb67bfc 100644
--- a/core/java/com/android/internal/widget/SlidingTab.java
+++ b/core/java/com/android/internal/widget/SlidingTab.java
@@ -17,8 +17,10 @@
package com.android.internal.widget;
import android.content.Context;
+import android.content.res.Configuration;
import android.content.res.Resources;
import android.content.res.TypedArray;
+import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.os.Handler;
@@ -30,6 +32,12 @@
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
+import android.view.animation.AlphaAnimation;
+import android.view.animation.Animation;
+import android.view.animation.AnimationSet;
+import android.view.animation.LinearInterpolator;
+import android.view.animation.TranslateAnimation;
+import android.view.animation.Animation.AnimationListener;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.ImageView.ScaleType;
@@ -37,25 +45,28 @@
/**
* A special widget containing two Sliders and a threshold for each. Moving either slider beyond
- * the threshold will cause the registered OnTriggerListener.onTrigger() to be called with
+ * the threshold will cause the registered OnTriggerListener.onTrigger() to be called with
* whichHandle being {@link OnTriggerListener#LEFT_HANDLE} or {@link OnTriggerListener#RIGHT_HANDLE}
- * Equivalently, selecting a tab will result in a call to
+ * Equivalently, selecting a tab will result in a call to
* {@link OnTriggerListener#onGrabbedStateChange(View, int)} with one of these two states. Releasing
* the tab will result in whichHandle being {@link OnTriggerListener#NO_HANDLE}.
*
*/
public class SlidingTab extends ViewGroup {
- private static final int ANIMATION_DURATION = 250; // animation transition duration (in ms)
private static final String LOG_TAG = "SlidingTab";
private static final boolean DBG = false;
private static final int HORIZONTAL = 0; // as defined in attrs.xml
private static final int VERTICAL = 1;
- private static final int MSG_ANIMATE = 100;
// TODO: Make these configurable
private static final float THRESHOLD = 2.0f / 3.0f;
private static final long VIBRATE_SHORT = 30;
private static final long VIBRATE_LONG = 40;
+ private static final int TRACKING_MARGIN = 50;
+ private static final int ANIM_DURATION = 250; // Time for most animations (in ms)
+ private static final int ANIM_TARGET_TIME = 500; // Time to show targets (in ms)
+ private boolean mHoldLeftOnTransition = true;
+ private boolean mHoldRightOnTransition = true;
private OnTriggerListener mOnTriggerListener;
private int mGrabbedState = OnTriggerListener.NO_HANDLE;
@@ -63,8 +74,6 @@
private Vibrator mVibrator;
private float mDensity; // used to scale dimensions for bitmaps.
- private final SlidingTabHandler mHandler = new SlidingTabHandler();
-
/**
* Either {@link #HORIZONTAL} or {@link #VERTICAL}.
*/
@@ -77,6 +86,24 @@
private float mThreshold;
private Slider mOtherSlider;
private boolean mAnimating;
+ private Rect mTmpRect;
+
+ /**
+ * Listener used to reset the view when the current animation completes.
+ */
+ private final AnimationListener mAnimationDoneListener = new AnimationListener() {
+ public void onAnimationStart(Animation animation) {
+
+ }
+
+ public void onAnimationRepeat(Animation animation) {
+
+ }
+
+ public void onAnimationEnd(Animation animation) {
+ onAnimationDone();
+ }
+ };
/**
* Interface definition for a callback to be invoked when a tab is triggered
@@ -121,10 +148,24 @@
void onGrabbedStateChange(View v, int grabbedState);
}
+ // TODO: For debugging; remove after glitches debugged.
+ @Override
+ protected void dispatchDraw(Canvas canvas) {
+ int orientation = getResources().getConfiguration().orientation;
+ if (mOrientation == HORIZONTAL && orientation != Configuration.ORIENTATION_PORTRAIT
+ || mOrientation == VERTICAL && orientation != Configuration.ORIENTATION_LANDSCAPE) {
+ // UBER HACK ALERT. This is a workaround for a configuration race condition between
+ // orientation changed notification and the resize notification. This just prevents
+ // us from drawing under this circumstance, though the view will still be wrong.
+ return;
+ }
+ super.dispatchDraw(canvas);
+ }
+
/**
- * Simple container class for all things pertinent to a slider.
+ * Simple container class for all things pertinent to a slider.
* A slider consists of 3 Views:
- *
+ *
* {@link #tab} is the tab shown on the screen in the default state.
* {@link #text} is the view revealed as the user slides the tab out.
* {@link #target} is the target the user must drag the slider past to trigger the slider.
@@ -138,6 +179,7 @@
public static final int ALIGN_RIGHT = 1;
public static final int ALIGN_TOP = 2;
public static final int ALIGN_BOTTOM = 3;
+ public static final int ALIGN_UNKNOWN = 4;
/**
* States for the view.
@@ -150,10 +192,12 @@
private final TextView text;
private final ImageView target;
private int currentState = STATE_NORMAL;
+ private int alignment = ALIGN_UNKNOWN;
+ private int alignment_value;
/**
* Constructor
- *
+ *
* @param parent the container view of this one
* @param tabId drawable for the tab
* @param barId drawable for the bar
@@ -191,27 +235,50 @@
void setIcon(int iconId) {
tab.setImageResource(iconId);
}
-
+
void setTabBackgroundResource(int tabId) {
tab.setBackgroundResource(tabId);
}
-
+
void setBarBackgroundResource(int barId) {
text.setBackgroundResource(barId);
}
-
+
void setHintText(int resId) {
- // TODO: Text should be blank if widget is vertical
- text.setText(resId);
+ text.setText(resId);
}
void hide() {
- // TODO: Animate off the screen
- text.setVisibility(View.INVISIBLE);
- tab.setVisibility(View.INVISIBLE);
+ boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
+ int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
+ : alignment_value - tab.getLeft()) : 0;
+ int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
+ : alignment_value - tab.getTop());
+
+ Animation trans = new TranslateAnimation(0, dx, 0, dy);
+ trans.setDuration(ANIM_DURATION);
+ trans.setFillAfter(true);
+ tab.startAnimation(trans);
+ text.startAnimation(trans);
target.setVisibility(View.INVISIBLE);
}
+ void show(boolean animate) {
+ text.setVisibility(View.VISIBLE);
+ tab.setVisibility(View.VISIBLE);
+ //target.setVisibility(View.INVISIBLE);
+ if (animate) {
+ boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
+ int dx = horiz ? (alignment == ALIGN_LEFT ? tab.getWidth() : -tab.getWidth()) : 0;
+ int dy = horiz ? 0: (alignment == ALIGN_TOP ? tab.getHeight() : -tab.getHeight());
+
+ Animation trans = new TranslateAnimation(-dx, 0, -dy, 0);
+ trans.setDuration(ANIM_DURATION);
+ tab.startAnimation(trans);
+ text.startAnimation(trans);
+ }
+ }
+
void setState(int state) {
text.setPressed(state == STATE_PRESSED);
tab.setPressed(state == STATE_PRESSED);
@@ -231,15 +298,41 @@
}
void showTarget() {
+ AlphaAnimation alphaAnim = new AlphaAnimation(0.0f, 1.0f);
+ alphaAnim.setDuration(ANIM_TARGET_TIME);
+ target.startAnimation(alphaAnim);
target.setVisibility(View.VISIBLE);
}
- void reset() {
+ void reset(boolean animate) {
setState(STATE_NORMAL);
text.setVisibility(View.VISIBLE);
text.setTextAppearance(text.getContext(), R.style.TextAppearance_SlidingTabNormal);
tab.setVisibility(View.VISIBLE);
target.setVisibility(View.INVISIBLE);
+ final boolean horiz = alignment == ALIGN_LEFT || alignment == ALIGN_RIGHT;
+ int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
+ : alignment_value - tab.getRight()) : 0;
+ int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
+ : alignment_value - tab.getBottom());
+ if (animate) {
+ TranslateAnimation trans = new TranslateAnimation(0, dx, 0, dy);
+ trans.setDuration(ANIM_DURATION);
+ trans.setFillAfter(false);
+ text.startAnimation(trans);
+ tab.startAnimation(trans);
+ } else {
+ if (horiz) {
+ text.offsetLeftAndRight(dx);
+ tab.offsetLeftAndRight(dx);
+ } else {
+ text.offsetTopAndBottom(dy);
+ tab.offsetTopAndBottom(dy);
+ }
+ text.clearAnimation();
+ tab.clearAnimation();
+ target.clearAnimation();
+ }
}
void setTarget(int targetId) {
@@ -256,6 +349,7 @@
* @param alignment which side to align the widget to
*/
void layout(int l, int t, int r, int b, int alignment) {
+ this.alignment = alignment;
final Drawable tabBackground = tab.getBackground();
final int handleWidth = tabBackground.getIntrinsicWidth();
final int handleHeight = tabBackground.getIntrinsicHeight();
@@ -281,11 +375,13 @@
text.layout(0 - parentWidth, top, 0, bottom);
text.setGravity(Gravity.RIGHT);
target.layout(leftTarget, targetTop, leftTarget + targetWidth, targetBottom);
+ alignment_value = l;
} else {
tab.layout(parentWidth - handleWidth, top, parentWidth, bottom);
text.layout(parentWidth, top, parentWidth + parentWidth, bottom);
target.layout(rightTarget, targetTop, rightTarget + targetWidth, targetBottom);
text.setGravity(Gravity.TOP);
+ alignment_value = r;
}
} else {
// vertical
@@ -297,10 +393,12 @@
tab.layout(left, 0, right, handleHeight);
text.layout(left, 0 - parentHeight, right, 0);
target.layout(targetLeft, top, targetRight, top + targetHeight);
+ alignment_value = t;
} else {
tab.layout(left, parentHeight - handleHeight, right, parentHeight);
text.layout(left, parentHeight, right, parentHeight + parentHeight);
target.layout(targetLeft, bottom, targetRight, bottom + targetHeight);
+ alignment_value = b;
}
}
}
@@ -334,6 +432,16 @@
public int getTabHeight() {
return tab.getMeasuredHeight();
}
+
+ public void startAnimation(Animation animation) {
+ tab.startAnimation(animation);
+ text.startAnimation(animation);
+ }
+
+ public void hideTarget() {
+ target.clearAnimation();
+ target.setVisibility(View.INVISIBLE);
+ }
}
public SlidingTab(Context context) {
@@ -346,6 +454,9 @@
public SlidingTab(Context context, AttributeSet attrs) {
super(context, attrs);
+ // Allocate a temporary once that can be used everywhere.
+ mTmpRect = new Rect();
+
TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SlidingTab);
mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL);
a.recycle();
@@ -354,12 +465,12 @@
mDensity = r.getDisplayMetrics().density;
if (DBG) log("- Density: " + mDensity);
- mLeftSlider = new Slider(this,
- R.drawable.jog_tab_left_generic,
+ mLeftSlider = new Slider(this,
+ R.drawable.jog_tab_left_generic,
R.drawable.jog_tab_bar_left_generic,
R.drawable.jog_tab_target_gray);
- mRightSlider = new Slider(this,
- R.drawable.jog_tab_right_generic,
+ mRightSlider = new Slider(this,
+ R.drawable.jog_tab_right_generic,
R.drawable.jog_tab_bar_right_generic,
R.drawable.jog_tab_target_gray);
@@ -402,19 +513,17 @@
final float x = event.getX();
final float y = event.getY();
- final Rect frame = new Rect();
-
if (mAnimating) {
return false;
}
View leftHandle = mLeftSlider.tab;
- leftHandle.getHitRect(frame);
- boolean leftHit = frame.contains((int) x, (int) y);
+ leftHandle.getHitRect(mTmpRect);
+ boolean leftHit = mTmpRect.contains((int) x, (int) y);
View rightHandle = mRightSlider.tab;
- rightHandle.getHitRect(frame);
- boolean rightHit = frame.contains((int)x, (int) y);
+ rightHandle.getHitRect(mTmpRect);
+ boolean rightHit = mTmpRect.contains((int)x, (int) y);
if (!mTracking && !(leftHit || rightHit)) {
return false;
@@ -447,45 +556,47 @@
}
@Override
+ public void setVisibility(int visibility) {
+ // Clear animations so sliders don't continue to animate when we show the widget again.
+ if (visibility != getVisibility() && visibility == View.INVISIBLE) {
+ mLeftSlider.reset(false);
+ mRightSlider.reset(false);
+ }
+ super.setVisibility(visibility);
+ }
+
+ @Override
public boolean onTouchEvent(MotionEvent event) {
if (mTracking) {
final int action = event.getAction();
final float x = event.getX();
final float y = event.getY();
- final View handle = mCurrentSlider.tab;
+
switch (action) {
case MotionEvent.ACTION_MOVE:
- moveHandle(x, y);
- float position = isHorizontal() ? x : y;
- float target = mThreshold * (isHorizontal() ? getWidth() : getHeight());
- boolean thresholdReached;
- if (isHorizontal()) {
- thresholdReached = mCurrentSlider == mLeftSlider ?
- position > target : position < target;
- } else {
- thresholdReached = mCurrentSlider == mLeftSlider ?
- position < target : position > target;
- }
- if (!mTriggered && thresholdReached) {
- mTriggered = true;
- mTracking = false;
- mCurrentSlider.setState(Slider.STATE_ACTIVE);
- dispatchTriggerEvent(mCurrentSlider == mLeftSlider ?
- OnTriggerListener.LEFT_HANDLE : OnTriggerListener.RIGHT_HANDLE);
+ if (withinView(x, y, this) ) {
+ moveHandle(x, y);
+ float position = isHorizontal() ? x : y;
+ float target = mThreshold * (isHorizontal() ? getWidth() : getHeight());
+ boolean thresholdReached;
+ if (isHorizontal()) {
+ thresholdReached = mCurrentSlider == mLeftSlider ?
+ position > target : position < target;
+ } else {
+ thresholdReached = mCurrentSlider == mLeftSlider ?
+ position < target : position > target;
+ }
+ if (!mTriggered && thresholdReached) {
+ mTriggered = true;
+ mTracking = false;
+ mCurrentSlider.setState(Slider.STATE_ACTIVE);
+ boolean isLeft = mCurrentSlider == mLeftSlider;
+ dispatchTriggerEvent(isLeft ?
+ OnTriggerListener.LEFT_HANDLE : OnTriggerListener.RIGHT_HANDLE);
- // TODO: This is a place holder for the real animation. It just holds
- // the screen for the duration of the animation for now.
- mAnimating = true;
- mHandler.postDelayed(new Runnable() {
- public void run() {
- resetView();
- mAnimating = false;
- }
- }, ANIMATION_DURATION);
- }
-
- if (isHorizontal() && (y <= handle.getBottom() && y >= handle.getTop()) ||
- !isHorizontal() && (x >= handle.getLeft() && x <= handle.getRight()) ) {
+ startAnimating(isLeft ? mHoldLeftOnTransition : mHoldRightOnTransition);
+ setGrabbedState(OnTriggerListener.NO_HANDLE);
+ }
break;
}
// Intentionally fall through - we're outside tracking rectangle
@@ -494,7 +605,11 @@
case MotionEvent.ACTION_CANCEL:
mTracking = false;
mTriggered = false;
- resetView();
+ mOtherSlider.show(true);
+ mCurrentSlider.reset(false);
+ mCurrentSlider.hideTarget();
+ mCurrentSlider = null;
+ mOtherSlider = null;
setGrabbedState(OnTriggerListener.NO_HANDLE);
break;
}
@@ -503,14 +618,86 @@
return mTracking || super.onTouchEvent(event);
}
+ void startAnimating(final boolean holdAfter) {
+ mAnimating = true;
+ final Animation trans;
+ final Slider slider = mCurrentSlider;
+ final Slider other = mOtherSlider;
+ final int dx;
+ final int dy;
+ if (isHorizontal()) {
+ int right = slider.tab.getRight();
+ int width = slider.tab.getWidth();
+ int left = slider.tab.getLeft();
+ int viewWidth = getWidth();
+ int holdOffset = holdAfter ? 0 : width; // how much of tab to show at the end of anim
+ dx = slider == mRightSlider ? - (right + viewWidth - holdOffset)
+ : (viewWidth - left) + viewWidth - holdOffset;
+ dy = 0;
+ } else {
+ int top = slider.tab.getTop();
+ int bottom = slider.tab.getBottom();
+ int height = slider.tab.getHeight();
+ int viewHeight = getHeight();
+ int holdOffset = holdAfter ? 0 : height; // how much of tab to show at end of anim
+ dx = 0;
+ dy = slider == mRightSlider ? (top + viewHeight - holdOffset)
+ : - ((viewHeight - bottom) + viewHeight - holdOffset);
+ }
+ trans = new TranslateAnimation(0, dx, 0, dy);
+ trans.setDuration(ANIM_DURATION);
+ trans.setInterpolator(new LinearInterpolator());
+ trans.setFillAfter(true);
+
+ trans.setAnimationListener(new AnimationListener() {
+ public void onAnimationEnd(Animation animation) {
+ Animation anim;
+ if (holdAfter) {
+ anim = new TranslateAnimation(dx, dx, dy, dy);
+ anim.setDuration(1000); // plenty of time for transitions
+ mAnimating = false;
+ } else {
+ anim = new AlphaAnimation(0.5f, 1.0f);
+ anim.setDuration(ANIM_DURATION);
+ resetView();
+ }
+ anim.setAnimationListener(mAnimationDoneListener);
+ mLeftSlider.startAnimation(anim);
+ mRightSlider.startAnimation(anim);
+ }
+
+ public void onAnimationRepeat(Animation animation) {
+
+ }
+
+ public void onAnimationStart(Animation animation) {
+
+ }
+
+ });
+
+ slider.hideTarget();
+ slider.startAnimation(trans);
+ }
+
+ private void onAnimationDone() {
+ resetView();
+ mAnimating = false;
+ }
+
+ private boolean withinView(final float x, final float y, final View view) {
+ return isHorizontal() && y > - TRACKING_MARGIN && y < TRACKING_MARGIN + view.getHeight()
+ || !isHorizontal() && x > -TRACKING_MARGIN && x < TRACKING_MARGIN + view.getWidth();
+ }
+
private boolean isHorizontal() {
return mOrientation == HORIZONTAL;
}
private void resetView() {
- mLeftSlider.reset();
- mRightSlider.reset();
- onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
+ mLeftSlider.reset(false);
+ mRightSlider.reset(false);
+ // onLayout(true, getLeft(), getTop(), getLeft() + getWidth(), getTop() + getHeight());
}
@Override
@@ -520,8 +707,6 @@
// Center the widgets in the view
mLeftSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_LEFT : Slider.ALIGN_BOTTOM);
mRightSlider.layout(l, t, r, b, isHorizontal() ? Slider.ALIGN_RIGHT : Slider.ALIGN_TOP);
-
- invalidate(); // TODO: be more conservative about what we're invalidating
}
private void moveHandle(float x, float y) {
@@ -548,11 +733,11 @@
* @param iconId the resource ID of the icon drawable
* @param targetId the resource of the target drawable
* @param barId the resource of the bar drawable (stateful)
- * @param tabId the resource of the
+ * @param tabId the resource of the
*/
public void setLeftTabResources(int iconId, int targetId, int barId, int tabId) {
mLeftSlider.setIcon(iconId);
- mLeftSlider.setTarget(targetId);
+ mLeftSlider.setTarget(targetId);
mLeftSlider.setBarBackgroundResource(barId);
mLeftSlider.setTabBackgroundResource(tabId);
mLeftSlider.updateDrawableStates();
@@ -564,7 +749,9 @@
* @param resId
*/
public void setLeftHintText(int resId) {
- mLeftSlider.setHintText(resId);
+ if (isHorizontal()) {
+ mLeftSlider.setHintText(resId);
+ }
}
/**
@@ -576,11 +763,11 @@
* @param iconId the resource ID of the icon drawable
* @param targetId the resource of the target drawable
* @param barId the resource of the bar drawable (stateful)
- * @param tabId the resource of the
+ * @param tabId the resource of the
*/
public void setRightTabResources(int iconId, int targetId, int barId, int tabId) {
mRightSlider.setIcon(iconId);
- mRightSlider.setTarget(targetId);
+ mRightSlider.setTarget(targetId);
mRightSlider.setBarBackgroundResource(barId);
mRightSlider.setTabBackgroundResource(tabId);
mRightSlider.updateDrawableStates();
@@ -592,7 +779,14 @@
* @param resId
*/
public void setRightHintText(int resId) {
- mRightSlider.setHintText(resId);
+ if (isHorizontal()) {
+ mRightSlider.setHintText(resId);
+ }
+ }
+
+ public void setHoldAfterTrigger(boolean holdLeft, boolean holdRight) {
+ mHoldLeftOnTransition = holdLeft;
+ mHoldRightOnTransition = holdRight;
}
/**
@@ -639,22 +833,6 @@
}
}
- private class SlidingTabHandler extends Handler {
- public void handleMessage(Message m) {
- switch (m.what) {
- case MSG_ANIMATE:
- doAnimation();
- break;
- }
- }
- }
-
- private void doAnimation() {
- if (mAnimating) {
-
- }
- }
-
private void log(String msg) {
Log.d(LOG_TAG, msg);
}
diff --git a/core/jni/.android_server_BluetoothEventLoop.cpp.swp b/core/jni/.android_server_BluetoothEventLoop.cpp.swp
deleted file mode 100644
index d36e403..0000000
--- a/core/jni/.android_server_BluetoothEventLoop.cpp.swp
+++ /dev/null
Binary files differ
diff --git a/core/jni/android_util_AssetManager.cpp b/core/jni/android_util_AssetManager.cpp
index 562cc8f..e83d2e2 100644
--- a/core/jni/android_util_AssetManager.cpp
+++ b/core/jni/android_util_AssetManager.cpp
@@ -17,6 +17,8 @@
#define LOG_TAG "asset"
+#define DEBUG_STYLES(x) //x
+
#include <android_runtime/android_util_AssetManager.h>
#include "jni.h"
@@ -894,6 +896,9 @@
return JNI_FALSE;
}
+ DEBUG_STYLES(LOGI("APPLY STYLE: theme=0x%x defStyleAttr=0x%x defStyleRes=0x%x xml=0x%x",
+ themeToken, defStyleAttr, defStyleRes, xmlParserToken));
+
ResTable::Theme* theme = (ResTable::Theme*)themeToken;
const ResTable& res = theme->getResTable();
ResXMLParser* xmlParser = (ResXMLParser*)xmlParserToken;
@@ -991,6 +996,8 @@
for (jsize ii=0; ii<NI; ii++) {
const uint32_t curIdent = (uint32_t)src[ii];
+ DEBUG_STYLES(LOGI("RETRIEVING ATTR 0x%08x...", curIdent));
+
// Try to find a value for this attribute... we prioritize values
// coming from, first XML attributes, then XML style, then default
// style, and finally the theme.
@@ -1010,6 +1017,8 @@
xmlParser->getAttributeValue(ix, &value);
ix++;
curXmlAttr = xmlParser->getAttributeNameResID(ix);
+ DEBUG_STYLES(LOGI("-> From XML: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
}
// Skip through the style values until the end or the next possible match.
@@ -1022,6 +1031,8 @@
block = styleEnt->stringBlock;
typeSetFlags = styleTypeSetFlags;
value = styleEnt->map.value;
+ DEBUG_STYLES(LOGI("-> From style: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
}
styleEnt++;
}
@@ -1036,37 +1047,43 @@
block = defStyleEnt->stringBlock;
typeSetFlags = defStyleTypeSetFlags;
value = defStyleEnt->map.value;
+ DEBUG_STYLES(LOGI("-> From def style: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
}
defStyleEnt++;
}
- //printf("Attribute 0x%08x: type=0x%x, data=0x%08x\n", curIdent, value.dataType, value.data);
uint32_t resid = 0;
if (value.dataType != Res_value::TYPE_NULL) {
// Take care of resolving the found resource to its final value.
- //printf("Resolving attribute reference\n");
ssize_t newBlock = theme->resolveAttributeReference(&value, block,
&resid, &typeSetFlags, &config);
if (newBlock >= 0) block = newBlock;
+ DEBUG_STYLES(LOGI("-> Resolved attr: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
} else {
// If we still don't have a value for this attribute, try to find
// it in the theme!
- //printf("Looking up in theme\n");
ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
if (newBlock >= 0) {
- //printf("Resolving resource reference\n");
+ DEBUG_STYLES(LOGI("-> From theme: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
newBlock = res.resolveReference(&value, block, &resid,
&typeSetFlags, &config);
if (newBlock >= 0) block = newBlock;
+ DEBUG_STYLES(LOGI("-> Resolved theme: type=0x%x, data=0x%08x",
+ value.dataType, value.data));
}
}
// Deal with the special @null value -- it turns back to TYPE_NULL.
if (value.dataType == Res_value::TYPE_REFERENCE && value.data == 0) {
+ DEBUG_STYLES(LOGI("-> Setting to @null!"));
value.dataType = Res_value::TYPE_NULL;
}
- //printf("Attribute 0x%08x: final type=0x%x, data=0x%08x\n", curIdent, value.dataType, value.data);
+ DEBUG_STYLES(LOGI("Attribute 0x%08x: type=0x%x, data=0x%08x",
+ curIdent, value.dataType, value.data));
// Write the final value back to Java.
dest[STYLE_TYPE] = value.dataType;
diff --git a/core/res/res/drawable-mdpi/blank_tile.png b/core/res/res/drawable-mdpi/blank_tile.png
deleted file mode 100644
index 63b9296..0000000
--- a/core/res/res/drawable-mdpi/blank_tile.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-mdpi/loading_tile.png b/core/res/res/drawable-mdpi/loading_tile.png
deleted file mode 100644
index f5a80c9..0000000
--- a/core/res/res/drawable-mdpi/loading_tile.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-mdpi/no_tile_128.png b/core/res/res/drawable-mdpi/no_tile_128.png
deleted file mode 100644
index a9b007d..0000000
--- a/core/res/res/drawable-mdpi/no_tile_128.png
+++ /dev/null
Binary files differ
diff --git a/core/res/res/drawable-hdpi/blank_tile.png b/core/res/res/drawable-nodpi/blank_tile.png
similarity index 100%
rename from core/res/res/drawable-hdpi/blank_tile.png
rename to core/res/res/drawable-nodpi/blank_tile.png
Binary files differ
diff --git a/core/res/res/drawable-hdpi/loading_tile.png b/core/res/res/drawable-nodpi/loading_tile.png
similarity index 100%
rename from core/res/res/drawable-hdpi/loading_tile.png
rename to core/res/res/drawable-nodpi/loading_tile.png
Binary files differ
diff --git a/core/res/res/drawable-hdpi/no_tile_128.png b/core/res/res/drawable-nodpi/no_tile_128.png
similarity index 100%
rename from core/res/res/drawable-hdpi/no_tile_128.png
rename to core/res/res/drawable-nodpi/no_tile_128.png
Binary files differ
diff --git a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
index ac404f2..45e96a3 100644
--- a/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
+++ b/core/res/res/layout/keyguard_screen_sim_pin_portrait.xml
@@ -24,7 +24,7 @@
<LinearLayout android:id="@+id/topDisplayGroup"
android:layout_width="fill_parent"
- android:layout_height="115dip"
+ android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:orientation="vertical"
>
@@ -35,8 +35,9 @@
android:layout_height="wrap_content"
android:layout_marginTop="9dip"
android:gravity="center"
+ android:lines="2"
android:textAppearance="?android:attr/textAppearanceLarge"
- />
+ />
<RelativeLayout
android:layout_width="fill_parent"
diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml
index 1991e98..fdb9ad5 100644
--- a/core/res/res/layout/keyguard_screen_tab_unlock.xml
+++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml
@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/carrier"
android:layout_marginBottom="8dip"
- android:layout_marginTop="16dip"
+ android:layout_marginTop="60dip"
android:layout_marginLeft="24dip"
>
diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml
index 2856794..5916786 100644
--- a/core/res/res/layout/keyguard_screen_unlock_portrait.xml
+++ b/core/res/res/layout/keyguard_screen_unlock_portrait.xml
@@ -38,27 +38,27 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
+ android:layout_marginTop="6dip"
android:layout_alignParentRight="true"
- android:layout_marginTop="16dip"
- android:layout_marginRight="16dip"
+ android:layout_marginRight="8dip"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<com.android.internal.widget.DigitalClock android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
- android:layout_marginBottom="8dip"
- android:layout_marginTop="16dip"
- android:layout_marginLeft="24dip"
+ android:layout_alignParentTop="true"
+ android:layout_marginTop="15dip"
+ android:layout_marginBottom="6dip"
+ android:layout_marginLeft="20dip"
>
<TextView android:id="@+id/timeDisplay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="bottom"
- android:textSize="72sp"
+ android:textSize="56sp"
android:textAppearance="?android:attr/textAppearanceMedium"
android:shadowColor="#C0000000"
android:shadowDx="0"
@@ -66,14 +66,13 @@
android:shadowRadius="3.0"
/>
-
<TextView android:id="@+id/am_pm"
android:layout_width="wrap_content"
android:layout_height="fill_parent"
android:gravity="bottom"
- android:textSize="22sp"
+ android:textSize="18sp"
android:singleLine="true"
- android:layout_marginLeft="8dip"
+ android:layout_marginLeft="4dip"
android:layout_marginBottom="-6dip"
android:textAppearance="?android:attr/textAppearanceMedium"
android:shadowColor="#C0000000"
@@ -97,7 +96,6 @@
<View
android:id="@+id/divider"
- android:layout_below="@id/date"
android:layout_width="fill_parent"
android:layout_height="1dip"
android:layout_marginTop="8dip"
@@ -111,8 +109,8 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:layout_marginTop="3dip"
- android:layout_marginLeft="24dip"
+ android:layout_marginTop="0dip"
+ android:layout_marginLeft="12dip"
android:gravity="left"
>
<TextView
@@ -120,7 +118,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="17sp"
+ android:textSize="18sp"
android:drawablePadding="4dip"
/>
<TextView
@@ -130,7 +128,7 @@
android:layout_marginLeft="5dip"
android:layout_marginRight="5dip"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="17sp"
+ android:textSize="18sp"
/>
<TextView
android:id="@+id/status2"
@@ -138,7 +136,7 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:textSize="17sp"
+ android:textSize="18sp"
android:drawablePadding="4dip"
/>
</LinearLayout>
diff --git a/core/res/res/values-ar-rEG/donottranslate-cldr.xml b/core/res/res/values-ar-rEG/donottranslate-cldr.xml
index d662590..5819afc 100644
--- a/core/res/res/values-ar-rEG/donottranslate-cldr.xml
+++ b/core/res/res/values-ar-rEG/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s، %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s، %3$s %2$s - %6$s، %8$s %7$s، %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE، d MMMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE، d MMMM yyyy</string>
</resources>
diff --git a/core/res/res/values-bg-rBG/donottranslate-cldr.xml b/core/res/res/values-bg-rBG/donottranslate-cldr.xml
index f03b060..4c38ad2 100644
--- a/core/res/res/values-bg-rBG/donottranslate-cldr.xml
+++ b/core/res/res/values-bg-rBG/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%3$s %2$s %9$s, %1$s - %8$s %7$s y, %6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">d MMM y, E</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">d MMM yyyy, E</string>
</resources>
diff --git a/core/res/res/values-ca-rES/donottranslate-cldr.xml b/core/res/res/values-ca-rES/donottranslate-cldr.xml
index a77aa38..52c33d8 100644
--- a/core/res/res/values-ca-rES/donottranslate-cldr.xml
+++ b/core/res/res/values-ca-rES/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s de %2$s de %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s de %2$s - %6$s %8$s de %7$s de %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-cs/donottranslate-cldr.xml b/core/res/res/values-cs/donottranslate-cldr.xml
index 6235b2c..e90e53c 100644
--- a/core/res/res/values-cs/donottranslate-cldr.xml
+++ b/core/res/res/values-cs/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.-%8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s. %2$s - %6$s %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">E d. MMMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">E d. MMMM yyyy</string>
</resources>
diff --git a/core/res/res/values-cs/strings.xml b/core/res/res/values-cs/strings.xml
index f5346d8..e93e8ff 100644
--- a/core/res/res/values-cs/strings.xml
+++ b/core/res/res/values-cs/strings.xml
@@ -353,7 +353,7 @@
<string name="permdesc_useCredentials" msgid="7416570544619546974">"Umožňuje aplikaci požadovat ověřovací tokeny."</string>
<string name="permlab_accessNetworkState" msgid="6865575199464405769">"zobrazení stavu sítě"</string>
<string name="permdesc_accessNetworkState" msgid="558721128707712766">"Umožňuje aplikaci zobrazit stav všech sítí."</string>
- <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"plný přístup k Internetu"</string>
+ <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"plný přístup k internetu"</string>
<string name="permdesc_createNetworkSockets" msgid="4593339106921772192">"Umožňuje aplikaci vytvořit síťové sokety."</string>
<string name="permlab_writeApnSettings" msgid="7823599210086622545">"zápis nastavení názvu přístupového bodu (APN)"</string>
<string name="permdesc_writeApnSettings" msgid="7443433457842966680">"Umožňuje aplikaci změnit nastavení APN, jako je například proxy či port APN."</string>
@@ -387,7 +387,7 @@
<string name="permdesc_readDictionary" msgid="1082972603576360690">"Umožní aplikaci číst soukromá slova, jména a fráze, která uživatel mohl uložit do svého slovníku."</string>
<string name="permlab_writeDictionary" msgid="6703109511836343341">"zápis do slovníku definovaného uživatelem"</string>
<string name="permdesc_writeDictionary" msgid="2241256206524082880">"Umožní aplikaci zapisovat nová slova do uživatelského slovníku."</string>
- <string name="permlab_sdcardWrite" msgid="8079403759001777291">"změna/smazání obsah karty SD"</string>
+ <string name="permlab_sdcardWrite" msgid="8079403759001777291">"změna/smazání obsahu karty SD"</string>
<string name="permdesc_sdcardWrite" msgid="6643963204976471878">"Umožní aplikaci zápis na kartu SD."</string>
<string-array name="phoneTypes">
<item msgid="8901098336658710359">"Domů"</item>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Přihlásit se"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Neplatné uživatelské jméno nebo heslo."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Probíhá kontrola..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Odemknout"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Zapnout zvuk"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Vypnout zvuk"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Vymazat"</string>
diff --git a/core/res/res/values-da/donottranslate-cldr.xml b/core/res/res/values-da/donottranslate-cldr.xml
index a731174..b078385 100644
--- a/core/res/res/values-da/donottranslate-cldr.xml
+++ b/core/res/res/values-da/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.-%8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s d. %3$s. %2$s - %6$s d. %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-da/strings.xml b/core/res/res/values-da/strings.xml
index 6ebd460..11ef0a9 100644
--- a/core/res/res/values-da/strings.xml
+++ b/core/res/res/values-da/strings.xml
@@ -33,7 +33,7 @@
<string name="serviceEnabledFor" msgid="6856228140453471041">"Tjenesten blev aktiveret for:"</string>
<string name="serviceDisabled" msgid="1937553226592516411">"Tjenesten er deaktiveret."</string>
<string name="serviceRegistered" msgid="6275019082598102493">"Registreringen er afsluttet."</string>
- <string name="serviceErased" msgid="1288584695297200972">"Sletning afsluttet."</string>
+ <string name="serviceErased" msgid="1288584695297200972">"Sletningen er fuldført."</string>
<string name="passwordIncorrect" msgid="7612208839450128715">"Forkert adgangskode."</string>
<string name="mmiComplete" msgid="8232527495411698359">"MMI-nummer afsluttet."</string>
<string name="badPin" msgid="5085454289896032547">"Den gamle PIN-kode, du indtastede, er ikke korrekt."</string>
@@ -49,11 +49,11 @@
<string name="BaMmi" msgid="455193067926770581">"Opkaldsspærring"</string>
<string name="PwdMmi" msgid="7043715687905254199">"Ændring af adgangskode"</string>
<string name="PinMmi" msgid="3113117780361190304">"ændring af PIN-kode"</string>
- <string name="CnipMmi" msgid="3110534680557857162">"Opkaldsnummer til stede"</string>
- <string name="CnirMmi" msgid="3062102121430548731">"Opkaldsnummer begrænset"</string>
+ <string name="CnipMmi" msgid="3110534680557857162">"Opkaldsnummeret er til stede"</string>
+ <string name="CnirMmi" msgid="3062102121430548731">"Opkaldsnummeret er begrænset"</string>
<string name="ThreeWCMmi" msgid="9051047170321190368">"Trevejsopkald"</string>
<string name="RuacMmi" msgid="7827887459138308886">"Afvisning af uønskede, irriterende opkald"</string>
- <string name="CndMmi" msgid="3116446237081575808">"Opkaldsnummer levering"</string>
+ <string name="CndMmi" msgid="3116446237081575808">"Levering af opkaldsnummer"</string>
<string name="DndMmi" msgid="1265478932418334331">"Forstyr ikke"</string>
<string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"Standarder for opkalds-id til begrænset. Næste opkald: Begrænset"</string>
<string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"Standarder for opkalds-id til begrænset. Næste opkald: Ikke begrænset"</string>
@@ -62,14 +62,14 @@
<string name="serviceNotProvisioned" msgid="8614830180508686666">"Tjenesten leveres ikke!"</string>
<string name="CLIRPermanent" msgid="5460892159398802465">"Indstillingen for opkalds-id kan ikke ændres."</string>
<string name="RestrictedChangedTitle" msgid="5592189398956187498">"Begrænset adgang ændret"</string>
- <string name="RestrictedOnData" msgid="8653794784690065540">"Datatjeneste er blokeret."</string>
- <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Nødtjeneste er blokeret."</string>
- <string name="RestrictedOnNormal" msgid="2045364908281990708">"Stemme-/SMS-tjeneste er blokeret."</string>
- <string name="RestrictedOnAll" msgid="4923139582141626159">"Alle stemme-/SMS-tjenester er blokerede."</string>
+ <string name="RestrictedOnData" msgid="8653794784690065540">"Datatjenesten er blokeret."</string>
+ <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Nødtjenesten er blokeret."</string>
+ <string name="RestrictedOnNormal" msgid="2045364908281990708">"Stemme-/sms-tjenesten er blokeret."</string>
+ <string name="RestrictedOnAll" msgid="4923139582141626159">"Alle stemme-/sms-tjenester er blokerede."</string>
<string name="serviceClassVoice" msgid="1258393812335258019">"Stemme"</string>
<string name="serviceClassData" msgid="872456782077937893">"Data"</string>
<string name="serviceClassFAX" msgid="5566624998840486475">"FAX"</string>
- <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
+ <string name="serviceClassSMS" msgid="2015460373701527489">"sms"</string>
<string name="serviceClassDataAsync" msgid="4523454783498551468">"Asynkroniser"</string>
<string name="serviceClassDataSync" msgid="7530000519646054776">"Synkroniser"</string>
<string name="serviceClassPacket" msgid="6991006557993423453">"Pakke"</string>
@@ -77,8 +77,8 @@
<string name="roamingText0" msgid="7170335472198694945">"Roamingindikator til"</string>
<string name="roamingText1" msgid="5314861519752538922">"Roamingindikator fra"</string>
<string name="roamingText2" msgid="8969929049081268115">"Roamingindikator blinker"</string>
- <string name="roamingText3" msgid="5148255027043943317">"Ude af kvarteret"</string>
- <string name="roamingText4" msgid="8808456682550796530">"Ude af bygningen"</string>
+ <string name="roamingText3" msgid="5148255027043943317">"Ikke i kvarteret"</string>
+ <string name="roamingText4" msgid="8808456682550796530">"Ikke i bygningen"</string>
<string name="roamingText5" msgid="7604063252850354350">"Roaming – Foretrukket system"</string>
<string name="roamingText6" msgid="2059440825782871513">"Roaming – Tilgængeligt system"</string>
<string name="roamingText7" msgid="7112078724097233605">"Roaming – Alliance Partner"</string>
@@ -88,12 +88,12 @@
<string name="roamingText11" msgid="4154476854426920970">"Roamingbanner til"</string>
<string name="roamingText12" msgid="1189071119992726320">"Roamingbanner fra"</string>
<string name="roamingTextSearching" msgid="8360141885972279963">"Søger efter tjeneste"</string>
- <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke videresendt"</string>
+ <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke viderestillet"</string>
<string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
<string name="cfTemplateForwardedTime" msgid="9206251736527085256">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g> efter <xliff:g id="TIME_DELAY">{2}</xliff:g> sekunder"</string>
- <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke videresendt"</string>
- <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke videresendt"</string>
- <string name="fcComplete" msgid="3118848230966886575">"Funktionskode komplet."</string>
+ <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke viderestillet"</string>
+ <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Ikke viderestillet"</string>
+ <string name="fcComplete" msgid="3118848230966886575">"Funktionskoden er komplet."</string>
<string name="fcError" msgid="3327560126588500777">"Forbindelsesproblemer eller ugyldig funktionskode."</string>
<string name="httpErrorOk" msgid="1191919378083472204">"OK"</string>
<string name="httpError" msgid="2567300624552921790">"Websiden indeholder en fejl."</string>
@@ -124,29 +124,29 @@
<string name="screen_lock" msgid="799094655496098153">"Skærmlås"</string>
<string name="power_off" msgid="4266614107412865048">"Sluk"</string>
<string name="shutdown_progress" msgid="2281079257329981203">"Lukker ned ..."</string>
- <string name="shutdown_confirm" msgid="649792175242821353">"Din telefon lukkes ned."</string>
+ <string name="shutdown_confirm" msgid="649792175242821353">"lydstyrke for opkald"</string>
<string name="no_recent_tasks" msgid="279702952298056674">"Der er ingen nye programmer."</string>
- <string name="global_actions" msgid="2406416831541615258">"Telefonvalgmuligheder"</string>
+ <string name="global_actions" msgid="2406416831541615258">"Indstillinger for telefon"</string>
<string name="global_action_lock" msgid="2844945191792119712">"Skærmlås"</string>
<string name="global_action_power_off" msgid="4471879440839879722">"Sluk"</string>
<string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Lydløs"</string>
- <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Lyden er FRA"</string>
+ <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Lyden er slået FRA"</string>
<string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Lyden er TIL"</string>
<string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"Flytilstand"</string>
<string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"Flytilstand er TIL"</string>
- <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Flytilstand er FRA"</string>
+ <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Flytilstand er slået FRA"</string>
<string name="safeMode" msgid="2788228061547930246">"Sikker tilstand"</string>
<string name="android_system_label" msgid="6577375335728551336">"Android-system"</string>
<string name="permgrouplab_costMoney" msgid="5429808217861460401">"Tjenester, der koster dig penge"</string>
- <string name="permgroupdesc_costMoney" msgid="8193824940620517189">"Tillader et program at gøre ting, som kan koste penge."</string>
+ <string name="permgroupdesc_costMoney" msgid="8193824940620517189">"Tillader, at et program kan gøre ting, som kan koste penge."</string>
<string name="permgrouplab_messages" msgid="7521249148445456662">"Dine beskeder"</string>
- <string name="permgroupdesc_messages" msgid="7045736972019211994">"Læs og skriv dine SMS-, e-mail- og andre beskeder."</string>
+ <string name="permgroupdesc_messages" msgid="7045736972019211994">"Læs og skriv dine sms-, e-mail- og andre beskeder."</string>
<string name="permgrouplab_personalInfo" msgid="3519163141070533474">"Dine personlige oplysninger"</string>
<string name="permgroupdesc_personalInfo" msgid="5488050357388806068">"Få direkte adgang til dine kontakter og din kalender, der er gemt på telefonen."</string>
<string name="permgrouplab_location" msgid="635149742436692049">"Din placering"</string>
<string name="permgroupdesc_location" msgid="2430258821648348660">"Overvåg din fysiske placering"</string>
<string name="permgrouplab_network" msgid="5808983377727109831">"Netværkskommunikation"</string>
- <string name="permgroupdesc_network" msgid="5035763698958415998">"Tillader programmer at få adgang til forskellige netværksfunktioner."</string>
+ <string name="permgroupdesc_network" msgid="5035763698958415998">"Tillader, at programmerne får adgang til forskellige netværksfunktioner."</string>
<string name="permgrouplab_accounts" msgid="3359646291125325519">"Dine konti"</string>
<string name="permgroupdesc_accounts" msgid="4948732641827091312">"Få adgang til de tilgængelige konti."</string>
<string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"Hardwarekontroller"</string>
@@ -160,123 +160,123 @@
<string name="permgrouplab_storage" msgid="1971118770546336966">"Lagring"</string>
<string name="permgroupdesc_storage" msgid="9203302214915355774">"Få adgang til SD-kortet."</string>
<string name="permlab_statusBar" msgid="7417192629601890791">"deaktiver eller rediger statuslinje"</string>
- <string name="permdesc_statusBar" msgid="1365473595331989732">"Tillader et program at deaktivere statuslinjen eller tilføje eller fjerne systemikoner."</string>
+ <string name="permdesc_statusBar" msgid="1365473595331989732">"Tillader, at et program deaktiverer statuslinjen eller tilføjer eller fjerner systemikoner."</string>
<string name="permlab_expandStatusBar" msgid="1148198785937489264">"udvid/skjul statuslinje"</string>
- <string name="permdesc_expandStatusBar" msgid="7088604400110768665">"Tillader et program at udvide eller skjule statuslinjen."</string>
+ <string name="permdesc_expandStatusBar" msgid="7088604400110768665">"Tillader, at et program udvider eller skjuler statuslinjen."</string>
<string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"opfang udgående opkald"</string>
- <string name="permdesc_processOutgoingCalls" msgid="2228988201852654461">"Tillader et program at behandle udgående opkald og ændre nummeret, der skal ringes til. Ondsindede programmer kan overvåge, omdirigere eller forhindre udgående opkald."</string>
- <string name="permlab_receiveSms" msgid="2697628268086208535">"modtag SMS"</string>
- <string name="permdesc_receiveSms" msgid="6298292335965966117">"Tillader et program at modtage og behandle SMS-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
- <string name="permlab_receiveMms" msgid="8894700916188083287">"modtag MMS"</string>
- <string name="permdesc_receiveMms" msgid="4563346832000174373">"Tillader et program at modtage og behandle MMS-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
- <string name="permlab_sendSms" msgid="5600830612147671529">"send SMS-beskeder"</string>
- <string name="permdesc_sendSms" msgid="1946540351763502120">"Tillader et program at sende SMS-beskeder. Ondsindede programmer kan eventuelt koste dig penge ved at sende beskeder uden din bekræftelse."</string>
- <string name="permlab_readSms" msgid="4085333708122372256">"læs SMS eller MMS"</string>
- <string name="permdesc_readSms" msgid="3002170087197294591">"Tillader et program at læse SMS-beskeder, der er gemt på din telefon eller dit SIM-kort. Ondsindede programmer kan eventuelt læse dine fortrolige beskeder."</string>
- <string name="permlab_writeSms" msgid="6881122575154940744">"rediger SMS eller MMS"</string>
- <string name="permdesc_writeSms" msgid="6299398896177548095">"Tillader et program at skrive til SMS-beskeder, der er gemt på din telefon eller dit SIM-kort. Ondsindede programmer kan eventuelt slette dine beskeder."</string>
+ <string name="permdesc_processOutgoingCalls" msgid="2228988201852654461">"Tillader, at et program behandler udgående opkald og ændrer det nummer, der ringes til. Ondsindede programmer kan overvåge, omdirigere eller forhindre udgående opkald."</string>
+ <string name="permlab_receiveSms" msgid="2697628268086208535">"modtag sms"</string>
+ <string name="permdesc_receiveSms" msgid="6298292335965966117">"Tillader, at et program modtager og behandler sms-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
+ <string name="permlab_receiveMms" msgid="8894700916188083287">"modtag mms"</string>
+ <string name="permdesc_receiveMms" msgid="4563346832000174373">"Tillader, at et program modtager og behandler mms-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
+ <string name="permlab_sendSms" msgid="5600830612147671529">"send sms-beskeder"</string>
+ <string name="permdesc_sendSms" msgid="1946540351763502120">"Tillader, at et program at sender sms-beskeder. Ondsindede programmer kan eventuelt koste dig penge ved at sende beskeder uden din bekræftelse."</string>
+ <string name="permlab_readSms" msgid="4085333708122372256">"læs sms eller mms"</string>
+ <string name="permdesc_readSms" msgid="3002170087197294591">"Tillader, at et program læser sms-beskeder, der er gemt på din telefon eller dit SIM-kort. Ondsindede programmer kan eventuelt læse dine fortrolige beskeder."</string>
+ <string name="permlab_writeSms" msgid="6881122575154940744">"rediger sms eller mms"</string>
+ <string name="permdesc_writeSms" msgid="6299398896177548095">"Tillader, at et program skriver i sms-beskeder, der er gemt på din telefon eller dit SIM-kort. Ondsindede programmer kan eventuelt slette dine beskeder."</string>
<string name="permlab_receiveWapPush" msgid="8258226427716551388">"modtag WAP"</string>
- <string name="permdesc_receiveWapPush" msgid="5979623826128082171">"Tillader et program at modtage og behandle WAP-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
+ <string name="permdesc_receiveWapPush" msgid="5979623826128082171">"Tillader, at et program modtager og behandler WAP-beskeder. Ondsindede programmer kan overvåge dine beskeder eller slette dem uden at vise dem til dig."</string>
<string name="permlab_getTasks" msgid="5005277531132573353">"hent kørende programmer"</string>
- <string name="permdesc_getTasks" msgid="7048711358713443341">"Tillader et program at hente oplysninger om nuværende og for nyligt kørende opgaver. Tillader eventuelt ondsindede programmer at finde private oplysninger om andre programmer."</string>
+ <string name="permdesc_getTasks" msgid="7048711358713443341">"Tillader, at et program henter oplysninger om nuværende og for nyligt kørende opgaver. Tillader, at eventuelt ondsindede programmer finder private oplysninger om andre programmer."</string>
<string name="permlab_reorderTasks" msgid="5669588525059921549">"omorganiser kørende programmer"</string>
- <string name="permdesc_reorderTasks" msgid="126252774270522835">"Tillader et program at flytte opgaver til forgrunden og baggrunden. Ondsindede programmer kan tvinge dem selv til forgrunden uden din kontrol."</string>
+ <string name="permdesc_reorderTasks" msgid="126252774270522835">"Tillader, at et program flytter opgaver til forgrunden og baggrunden. Ondsindede programmer kan tvinge dem selv til forgrunden uden din kontrol."</string>
<string name="permlab_setDebugApp" msgid="4339730312925176742">"aktiver programfejlretning"</string>
- <string name="permdesc_setDebugApp" msgid="5584310661711990702">"Tillader et program at slå fejlretning af andet program til. Ondsindede programmer kan bruge dette til at standse andre programmer."</string>
- <string name="permlab_changeConfiguration" msgid="8214475779521218295">"skift dine UI-indstillinger"</string>
- <string name="permdesc_changeConfiguration" msgid="3465121501528064399">"Tillader et program at ændre den nuværende konfiguration, som f.eks. den lokale eller overordnede skrifttypestørrelse."</string>
+ <string name="permdesc_setDebugApp" msgid="5584310661711990702">"Tillader, at et program slår fejlretning af andet program til. Ondsindede programmer kan bruge dette til at standse andre programmer."</string>
+ <string name="permlab_changeConfiguration" msgid="8214475779521218295">"skift indstillinger for brugergrænsefladen"</string>
+ <string name="permdesc_changeConfiguration" msgid="3465121501528064399">"Tillader, at et program ændrer den nuværende konfiguration, f.eks. den lokale eller overordnede skrifttypestørrelse."</string>
<string name="permlab_restartPackages" msgid="2386396847203622628">"genstart andre programmer"</string>
- <string name="permdesc_restartPackages" msgid="1076364837492936814">"Tillader et program at tvangsgenstarte andre programmer."</string>
+ <string name="permdesc_restartPackages" msgid="1076364837492936814">"Tillader, at et program tvangsgenstarter andre programmer."</string>
<string name="permlab_forceBack" msgid="1804196839880393631">"tving programmet til at lukke"</string>
- <string name="permdesc_forceBack" msgid="6534109744159919013">"Tillader et program at tvinge alle programmer, der er i forgrunden, til at lukke og gå tilbage. Bør aldrig være nødvendigt til normale programmer."</string>
+ <string name="permdesc_forceBack" msgid="6534109744159919013">"Tillader, at et program tvinger alle programmer, der er i forgrunden, til at lukke og køre i baggrunden. Bør aldrig være nødvendigt til normale programmer."</string>
<string name="permlab_dump" msgid="1681799862438954752">"hent intern systemtilstand"</string>
- <string name="permdesc_dump" msgid="2198776174276275220">"Tillader et program at hente systemets interne tilstand. Ondsindede programmer kan hente en række private og sikre oplysninger, som de normalt aldrig bør have brug for."</string>
+ <string name="permdesc_dump" msgid="2198776174276275220">"Tillader, at et program henter systemets interne tilstand. Ondsindede programmer kan hente en række private og sikre oplysninger, som de normalt aldrig bør have brug for."</string>
<string name="permlab_shutdown" msgid="7185747824038909016">"delvis lukning"</string>
<string name="permdesc_shutdown" msgid="7046500838746291775">"Sætter aktivitetsadministratoren i lukningstilstand. Lukker ikke helt ned."</string>
<string name="permlab_stopAppSwitches" msgid="4138608610717425573">"undgå programskift"</string>
<string name="permdesc_stopAppSwitches" msgid="3857886086919033794">"Forhindrer brugeren i at skifte til et andet program."</string>
<string name="permlab_runSetActivityWatcher" msgid="7811586187574696296">"overvåg og kontroller start af alle programmer"</string>
- <string name="permdesc_runSetActivityWatcher" msgid="3228701938345388092">"Tillader et program at overvåge og kontrollere, hvordan systemet starter aktiviteter. Ondsindede programmer kan fuldstændig kompromittere systemet. Denne tilladelse er kun nødvendig til udvikling, aldrig til normal telefonbrug."</string>
+ <string name="permdesc_runSetActivityWatcher" msgid="3228701938345388092">"Tillader, at et program overvåger og kontrollerer, hvordan systemet starter aktiviteter. Ondsindede programmer kan fuldstændig kompromittere systemet. Denne tilladelse er kun nødvendig til udvikling, aldrig til normal telefonbrug."</string>
<string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"send udsendelse om fjernet pakke"</string>
- <string name="permdesc_broadcastPackageRemoved" msgid="3453286591439891260">"Tillader et program at udsende en meddelelse om, at en programpakke er fjernet. Ondsindede programmer kan bruge dette til at afslutte et andet kørende program."</string>
- <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"send SMS-modtaget udsendelse"</string>
- <string name="permdesc_broadcastSmsReceived" msgid="9122419277306740155">"Tillader et program at udsende en meddelelse om, at der er modtaget en SMS-besked. Ondsindede programmer kan eventuelt bruge dette til at forfalske indgående SMS-beskeder."</string>
+ <string name="permdesc_broadcastPackageRemoved" msgid="3453286591439891260">"Tillader, at et program udsender en meddelelse om, at en programpakke er fjernet. Ondsindede programmer kan bruge dette til at afslutte et andet kørende program."</string>
+ <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"send sms-modtaget udsendelse"</string>
+ <string name="permdesc_broadcastSmsReceived" msgid="9122419277306740155">"Tillader, at et program udsender en meddelelse om, at der er modtaget en sms-besked. Ondsindede programmer kan eventuelt bruge dette til at forfalske indgående sms-beskeder."</string>
<string name="permlab_broadcastWapPush" msgid="3145347413028582371">"send WAP-PUSH-modtaget udsendelse"</string>
- <string name="permdesc_broadcastWapPush" msgid="3955303669461378091">"Tillader et program at udsende en meddelelse om, at der er modtaget en WAP PUSH-besked. Ondsindede programmer kan eventuelt bruge dette til at forfalske modtagelse af MMS-besked eller i det skjulte erstatte indholdet på alle websider med ondsindede varianter."</string>
+ <string name="permdesc_broadcastWapPush" msgid="3955303669461378091">"Tillader, at et program udsender en meddelelse om, at der er modtaget en WAP PUSH-besked. Ondsindede programmer kan eventuelt bruge dette til at forfalske modtagelse af mms-besked eller i det skjulte erstatte indholdet på alle websider med ondsindede varianter."</string>
<string name="permlab_setProcessLimit" msgid="2451873664363662666">"begræns antallet af kørende processer"</string>
- <string name="permdesc_setProcessLimit" msgid="7824786028557379539">"Tillader et program at kontrollere det maksimale antal processer, der kan køre. Er aldrig nødvendigt til normale programmer."</string>
+ <string name="permdesc_setProcessLimit" msgid="7824786028557379539">"Tillader, at et program kontrollerer det maksimale antal processer, der kan køre. Er aldrig nødvendigt til normale programmer."</string>
<string name="permlab_setAlwaysFinish" msgid="5342837862439543783">"få alle baggrundsprogrammer til at lukke"</string>
- <string name="permdesc_setAlwaysFinish" msgid="8773936403987091620">"Tillader et program at kontrollere, om aktiviteter altid afsluttes, så snart de går i baggrunden. Aldrig nødvendigt til normale programmer."</string>
+ <string name="permdesc_setAlwaysFinish" msgid="8773936403987091620">"Tillader, at et program kontrollerer, om aktiviteter altid afsluttes, så snart de går i baggrunden. Aldrig nødvendigt til normale programmer."</string>
<string name="permlab_batteryStats" msgid="7863923071360031652">"rediger batteristatistikker"</string>
<string name="permdesc_batteryStats" msgid="5847319823772230560">"Tillader ændring af indsamlede batteristatistikker. Ikke til brug for normale programmer."</string>
<string name="permlab_backup" msgid="470013022865453920">"kontroller sikkerhedskopiering af system, og gendan"</string>
- <string name="permdesc_backup" msgid="4837493065154256525">"Tillader et program at kontrollere systemets sikkerhedskopierings- og gendannelsesmekanisme. Ikke til brug til normale programmer."</string>
- <string name="permlab_backup_data" msgid="4057625941707926463">"Sikkerhedskopier og gendan programmets data"</string>
- <string name="permdesc_backup_data" msgid="8274426305151227766">"Tillader et program at deltage i systemets sikkerhedskopierings- og gendannelsesmekanisme."</string>
+ <string name="permdesc_backup" msgid="4837493065154256525">"Tillader, at et program kontrollerer systemets sikkerhedskopierings- og gendannelsesfunktion. Ikke til brug til normale programmer."</string>
+ <string name="permlab_backup_data" msgid="4057625941707926463">"sikkerhedskopier og gendan programmets data"</string>
+ <string name="permdesc_backup_data" msgid="8274426305151227766">"Tillader, at et program deltager i systemets sikkerhedskopierings- og gendannelsesfunktion."</string>
<string name="permlab_internalSystemWindow" msgid="2148563628140193231">"vis uautoriserede vinduer"</string>
<string name="permdesc_internalSystemWindow" msgid="5895082268284998469">"Tillader oprettelse af vinduer, der er beregnet til at blive brugt af den interne systembrugergrænseflade. Ikke til brug for normale programmer."</string>
<string name="permlab_systemAlertWindow" msgid="3372321942941168324">"vis underretninger på systemniveau"</string>
- <string name="permdesc_systemAlertWindow" msgid="5109622689323490558">"Tillader et program at vise systemunderretningsvinduer. Ondsindede programmer kan overtage hele telefonens skærm."</string>
+ <string name="permdesc_systemAlertWindow" msgid="5109622689323490558">"Tillader, at et program viser vinduer med systemunderretninger. Ondsindede programmer kan overtage hele telefonens skærm."</string>
<string name="permlab_setAnimationScale" msgid="2805103241153907174">"rediger global animationshastighed"</string>
- <string name="permdesc_setAnimationScale" msgid="7181522138912391988">"Tillader et program at ændre den globale animationshastighed (hurtigere eller langsommere animationer) når som helst."</string>
+ <string name="permdesc_setAnimationScale" msgid="7181522138912391988">"Tillader, at et program altid kan ændre den globale animationshastighed (hurtigere eller langsommere animationer)."</string>
<string name="permlab_manageAppTokens" msgid="17124341698093865">"administrer programtokens"</string>
- <string name="permdesc_manageAppTokens" msgid="977127907524195988">"Tillader programmet at oprette og administrere deres egen tokens og gå uden om deres normale Z-rækkefølge. Bør aldrig være nødvendigt til normale programmer."</string>
+ <string name="permdesc_manageAppTokens" msgid="977127907524195988">"Tillader, at programmet opretter og administrerer sine egen tokens og gå uden om sin normale Z-rækkefølge. Bør aldrig være nødvendigt til normale programmer."</string>
<string name="permlab_injectEvents" msgid="1378746584023586600">"tryk på taster og kontrolknapper"</string>
- <string name="permdesc_injectEvents" msgid="3946098050410874715">"Tillader et program at levere sine egne inputbegivenheder (tastetryk osv.) til andre programmer. Ondsindede programmer kan bruge dette til at overtage telefonen."</string>
+ <string name="permdesc_injectEvents" msgid="3946098050410874715">"Tillader, at et program leverer sine egne inputbegivenheder (tastetryk osv.) til andre programmer. Ondsindede programmer kan bruge dette til at overtage telefonen."</string>
<string name="permlab_readInputState" msgid="469428900041249234">"registrerer, hvad du indtaster, og hvilke handlinger du foretager dig"</string>
- <string name="permdesc_readInputState" msgid="5132879321450325445">"Tillader et program at holde øje med de taster, du trykker på, selv når du interagerer med andre programmer (som f.eks. indtastning af adgangskode). Bør aldrig være nødvendigt til normale programmer."</string>
+ <string name="permdesc_readInputState" msgid="5132879321450325445">"Tillader, at et program registrerer taster, du trykker på, selv når du interagerer med andre programmer (f.eks. ved indtastning af adgangskode). Bør aldrig være nødvendigt til normale programmer."</string>
<string name="permlab_bindInputMethod" msgid="3360064620230515776">"forpligt til en inputmetode"</string>
- <string name="permdesc_bindInputMethod" msgid="3734838321027317228">"Tillader brugeren at forpligte sig på en inputmetodes grænseflade på øverste niveau. Bør aldrig være nødvendig til normale programmer."</string>
+ <string name="permdesc_bindInputMethod" msgid="3734838321027317228">"Tillader, at brugeren forpligter sig til en inputmetodes grænseflade på øverste niveau. Bør aldrig være nødvendig til normale programmer."</string>
<string name="permlab_bindWallpaper" msgid="8716400279937856462">"forpligt til et tapet"</string>
- <string name="permdesc_bindWallpaper" msgid="5287754520361915347">"Tillader brugeren at forpligte sig på et tapets grænseflade på øverste niveau. Bør aldrig være nødvendig til normale programmer."</string>
+ <string name="permdesc_bindWallpaper" msgid="5287754520361915347">"Tillader, at brugeren forpligter sig til et tapets grænseflade på øverste niveau. Bør aldrig være nødvendig til normale programmer."</string>
<string name="permlab_setOrientation" msgid="3365947717163866844">"skift skærmretning"</string>
- <string name="permdesc_setOrientation" msgid="6335814461615851863">"Tillader et program at ændre rotationen af skærmen når som helst. Bør aldrig være nødvendigt til normale programmer."</string>
+ <string name="permdesc_setOrientation" msgid="6335814461615851863">"Tillader, at et program ændrer rotationen af skærmen når som helst. Bør aldrig være nødvendigt til normale programmer."</string>
<string name="permlab_signalPersistentProcesses" msgid="4255467255488653854">"send Linux-signaler til programmer"</string>
- <string name="permdesc_signalPersistentProcesses" msgid="3565530463215015289">"Tillader program at anmode om, at det leverede signal sendes til alle vedholdende processer."</string>
+ <string name="permdesc_signalPersistentProcesses" msgid="3565530463215015289">"Tillader, at programmet kan anmode om, at det leverede signal sendes til alle vedholdende processer."</string>
<string name="permlab_persistentActivity" msgid="8659652042401085862">"lad altid programmet køre"</string>
- <string name="permdesc_persistentActivity" msgid="5037199778265006008">"Tillader et program at gøre dele af sig selv vedholdende, så systemet ikke kan bruge det til andre programmer."</string>
+ <string name="permdesc_persistentActivity" msgid="5037199778265006008">"Tillader, at et program gør dele af sig selv vedholdende, så systemet ikke kan bruge det til andre programmer."</string>
<string name="permlab_deletePackages" msgid="3343439331576348805">"slet programmer"</string>
- <string name="permdesc_deletePackages" msgid="3634943677518723314">"Tillader et program at slette Android-pakker. Ondsindede programmer kan bruge dette til at slette vigtige programmer."</string>
+ <string name="permdesc_deletePackages" msgid="3634943677518723314">"Tillader, at et program sletter Android-pakker. Ondsindede programmer kan bruge dette til at slette vigtige programmer."</string>
<string name="permlab_clearAppUserData" msgid="2192134353540277878">"slet andre programmers data"</string>
- <string name="permdesc_clearAppUserData" msgid="7546345080434325456">"Lader et program rydde brugerdata."</string>
+ <string name="permdesc_clearAppUserData" msgid="7546345080434325456">"Tillader, at et program rydder brugerdata."</string>
<string name="permlab_deleteCacheFiles" msgid="1518556602634276725">"slet andre programmers cacher"</string>
- <string name="permdesc_deleteCacheFiles" msgid="2283074077168165971">"Tillader et program at slette cachefiler."</string>
- <string name="permlab_getPackageSize" msgid="4799785352306641460">"måler programmets lagerplads"</string>
- <string name="permdesc_getPackageSize" msgid="5557253039670753437">"Tillader et program at hente dets kode, data og cachestørrelser"</string>
+ <string name="permdesc_deleteCacheFiles" msgid="2283074077168165971">"Tillader, at et program sletter cachefiler."</string>
+ <string name="permlab_getPackageSize" msgid="4799785352306641460">"vis programmets lagerplads"</string>
+ <string name="permdesc_getPackageSize" msgid="5557253039670753437">"Tillader, at et program henter sin kode, data og cachestørrelser"</string>
<string name="permlab_installPackages" msgid="335800214119051089">"installer programmer direkte"</string>
- <string name="permdesc_installPackages" msgid="526669220850066132">"Tillader et program at installere nye eller opdaterede Android-pakker. Ondsindede programmer kan bruge dette til at tilføje nye programmer med vilkårlige, effektive tilladelser."</string>
+ <string name="permdesc_installPackages" msgid="526669220850066132">"Tillader, at et program installerer nye eller opdaterede Android-pakker. Ondsindede programmer kan bruge dette til at tilføje nye programmer med vilkårlige, effektive tilladelser."</string>
<string name="permlab_clearAppCache" msgid="4747698311163766540">"slet alle cachedata for programmet"</string>
- <string name="permdesc_clearAppCache" msgid="7740465694193671402">"Tillader et program at frigøre plads på telefonen ved at slette filer i programmets cachemappe. Adgang er normalt meget begrænset til systemprocesser."</string>
+ <string name="permdesc_clearAppCache" msgid="7740465694193671402">"Tillader, at et program frigør plads på telefonen ved at slette filer i programmets cachemappe. Adgang er normalt meget begrænset til systemprocesser."</string>
<string name="permlab_readLogs" msgid="4811921703882532070">"læs systemlogfiler"</string>
- <string name="permdesc_readLogs" msgid="2257937955580475902">"Tillader et program at læse fra systemets forskellige logfiler. Dermed kan generelle oplysninger om, hvad du laver med telefonen, opdages, men logfilerne skulle ikke indeholde personlige eller private oplysninger."</string>
+ <string name="permdesc_readLogs" msgid="2257937955580475902">"Tillader, at et program læser fra systemets forskellige logfiler. Dermed kan generelle oplysninger om, hvad du laver med telefonen, registreres, men logfilerne bør ikke indeholde personlige eller private oplysninger."</string>
<string name="permlab_diagnostic" msgid="8076743953908000342">"læs/skriv til ressourcer ejet af diag"</string>
- <string name="permdesc_diagnostic" msgid="3121238373951637049">"Tillader et program at læse og skrive til alle ressourcer, der ejes af diag-gruppen, som f.eks. flier i /dev. Dette kan muligvis påvirke systemets stabilitet og sikkerhed. Dette bør KUN bruges til hardwarespecifikke diagnosticeringer foretaget af producent eller udbyder."</string>
+ <string name="permdesc_diagnostic" msgid="3121238373951637049">"Tillader, at et program læser og skriver til alle ressourcer, der ejes af diag-gruppen, som f.eks. flier i /dev. Dette kan muligvis påvirke systemets stabilitet og sikkerhed. Dette bør KUN bruges til hardwarespecifikke diagnosticeringer foretaget af producent eller udbyder."</string>
<string name="permlab_changeComponentState" msgid="79425198834329406">"aktiver eller deaktiver programkomponenter"</string>
- <string name="permdesc_changeComponentState" msgid="4569107043246700630">"Tillader et program at ændre, om en komponent fra et andet program er aktiveret eller ej. Ondsindede programmer kan bruge dette til at deaktivere vigtige telefonfunktioner. Denne tilladelse skal anvendes med forsigtighed, da det kan forårsage ubrugelige, inkonsekvente eller ustabile programkomponenter."</string>
- <string name="permlab_setPreferredApplications" msgid="3393305202145172005">"indstil foretrukne programmer"</string>
- <string name="permdesc_setPreferredApplications" msgid="760008293501937546">"Tillader et program at ændre dine foretrukne programmer. Dette kan tillade, at ondsindede programmer ændrer kørende programmer i det skjulte og narrer dine eksisterende programmer til at indsamle personlige data fra dig."</string>
+ <string name="permdesc_changeComponentState" msgid="4569107043246700630">"Tillader, at et program ændrer, om en komponent fra et andet program er aktiveret eller ej. Ondsindede programmer kan bruge dette til at deaktivere vigtige telefonfunktioner. Denne tilladelse skal anvendes med forsigtighed, da det kan forårsage ubrugelige, inkonsekvente eller ustabile programkomponenter."</string>
+ <string name="permlab_setPreferredApplications" msgid="3393305202145172005">"angiv foretrukne programmer"</string>
+ <string name="permdesc_setPreferredApplications" msgid="760008293501937546">"Tillader, at et program ændrer dine foretrukne programmer. Dette kan medføre, at ondsindede programmer ændrer kørende programmer i det skjulte og narrer dine eksisterende programmer til at indsamle personlige oplysninger fra dig."</string>
<string name="permlab_writeSettings" msgid="1365523497395143704">"rediger globale systemindstillinger"</string>
- <string name="permdesc_writeSettings" msgid="838789419871034696">"Tillader et program at ændre systemets indstillingsdata. Ondsindede programmer kan skade systemets konfiguration."</string>
+ <string name="permdesc_writeSettings" msgid="838789419871034696">"Tillader, at et program ændrer systemets indstillingsdata. Ondsindede programmer kan skade systemets konfiguration."</string>
<string name="permlab_writeSecureSettings" msgid="204676251876718288">"rediger sikre systemindstillinger"</string>
- <string name="permdesc_writeSecureSettings" msgid="5497873143539034724">"Tillader et program at ændre systemernes sikre indstillingsdata. Ikke til brug til almindelige programmer."</string>
+ <string name="permdesc_writeSecureSettings" msgid="5497873143539034724">"Tillader, at et program ændrer systemernes sikre indstillingsdata. Ikke til brug til almindelige programmer."</string>
<string name="permlab_writeGservices" msgid="2149426664226152185">"rediger kortet over Google-tjenester"</string>
- <string name="permdesc_writeGservices" msgid="6602362746516676175">"Tillader et program at ændre kortet over Google-tjenester. Ikke til brug til normale programmer."</string>
+ <string name="permdesc_writeGservices" msgid="6602362746516676175">"Tillader, at et program ændrer kortet over Google-tjenester. Ikke til brug til normale programmer."</string>
<string name="permlab_receiveBootCompleted" msgid="7776779842866993377">"start automatisk ved opstart"</string>
- <string name="permdesc_receiveBootCompleted" msgid="698336728415008796">"Tillader et program at starte selv, når systemet er færdig med at starte. Dette kan gøre start af telefonen langsommere og generelt gøre telefonen langsommere ved altid at lade programmet køre."</string>
+ <string name="permdesc_receiveBootCompleted" msgid="698336728415008796">"Tillader, at et program starter selv, når systemet er færdig med at starte. Dette kan gøre startem af telefonen langsommere og generelt gøre telefonen langsommere ved altid at lade programmet køre."</string>
<string name="permlab_broadcastSticky" msgid="7919126372606881614">"send klæbende udsendelse"</string>
- <string name="permdesc_broadcastSticky" msgid="1920045289234052219">"Tillader et program at sende klæbende udsendelser, der bliver tilbage, efter udsendelsen er slut. Ondsindede programmer kan gøre telefonen langsom eller ustabil ved at få den til at bruge for meget hukommelse."</string>
+ <string name="permdesc_broadcastSticky" msgid="1920045289234052219">"Tillader, at et program sender klæbende udsendelser, der bliver tilbage, efter udsendelsen er slut. Ondsindede programmer kan gøre telefonen langsom eller ustabil ved at få den til at bruge for meget hukommelse."</string>
<string name="permlab_readContacts" msgid="6219652189510218240">"læs kontaktdata"</string>
- <string name="permdesc_readContacts" msgid="3371591512896545975">"Tillader et program at læse alle kontaktdata (adresse), der er gemt på din telefon. Ondsindede programmer kan bruge dette til at sende dine data til andre mennesker."</string>
+ <string name="permdesc_readContacts" msgid="3371591512896545975">"Tillader, at et program læser alle kontaktdata (adresser), der er gemt på din telefon. Ondsindede programmer kan bruge dette til at sende dine data til andre mennesker."</string>
<string name="permlab_writeContacts" msgid="644616215860933284">"skriv kontaktdata"</string>
- <string name="permdesc_writeContacts" msgid="3924383579108183601">"Tillader et program at ændre telefonens kontaktdata (adresse), der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre kontaktdata."</string>
+ <string name="permdesc_writeContacts" msgid="3924383579108183601">"Tillader, at et program ændrer kontaktdata (adresser), der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre kontaktdata."</string>
<string name="permlab_writeOwnerData" msgid="4892555913849295393">"skriv ejerdata"</string>
- <string name="permdesc_writeOwnerData" msgid="2344055317969787124">"Tillader et program at ændre telefonens ejerdata, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre ejerdata."</string>
+ <string name="permdesc_writeOwnerData" msgid="2344055317969787124">"Tillader, at et program ændrer rtelefonens ejerdata, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre ejerdata."</string>
<string name="permlab_readOwnerData" msgid="6668525984731523563">"læs ejerdata"</string>
- <string name="permdesc_readOwnerData" msgid="3088486383128434507">"Tillader et program at læse telefonens ejerdata, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at læse ejerdata."</string>
+ <string name="permdesc_readOwnerData" msgid="3088486383128434507">"Tillader, at et program læser telefonens ejerdata, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at læse ejerdata."</string>
<string name="permlab_readCalendar" msgid="3728905909383989370">"læs kalenderdata"</string>
- <string name="permdesc_readCalendar" msgid="5533029139652095734">"Tillader et program at læse alle kalenderbegivenheder, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at sende dine kalenderbegivenheder til andre mennesker."</string>
+ <string name="permdesc_readCalendar" msgid="5533029139652095734">"Tillader, at et program læser alle kalenderbegivenheder, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at sende dine kalenderbegivenheder til andre mennesker."</string>
<string name="permlab_writeCalendar" msgid="377926474603567214">"skriv kalenderdata"</string>
- <string name="permdesc_writeCalendar" msgid="8674240662630003173">"Tillader et program at ændre telefonens kalenderbegivenheder, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre kalenderdata."</string>
+ <string name="permdesc_writeCalendar" msgid="8674240662630003173">"Tillader, at et program ændrer de kalenderbegivenheder, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre kalenderdata."</string>
<string name="permlab_accessMockLocation" msgid="8688334974036823330">"imiterede placeringskilder til test"</string>
<string name="permdesc_accessMockLocation" msgid="7648286063459727252">"Opret imiterede placeringskilder til testning. Ondsindede programmer kan bruge dette til at tilsidesætte den returnerede placering og/eller status fra rigtige placeringskilder som f.eks. GPS eller netværksudbydere."</string>
<string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"få adgang til ekstra kommandoer for placeringsudbyder"</string>
@@ -288,33 +288,33 @@
<string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"grov (netværksbaseret) placering"</string>
<string name="permdesc_accessCoarseLocation" msgid="8235655958070862293">"Få adgang til grove placeringskilder som f.eks. den mobile netværksdatabase for at finde en omtrentlig placering for telefonen, hvor det er muligt. Ondsindede programmer kan bruge dette til at finde ud af, hvor du omtrent er."</string>
<string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"få adgang til SurfaceFlinger"</string>
- <string name="permdesc_accessSurfaceFlinger" msgid="6805241830020733025">"Tillader et program at bruge SurfaceFlinger-funktioner på lavt niveau."</string>
+ <string name="permdesc_accessSurfaceFlinger" msgid="6805241830020733025">"Tillader, at et program bruger SurfaceFlinger-funktioner på lavt niveau."</string>
<string name="permlab_readFrameBuffer" msgid="6690504248178498136">"læs rammebuffer"</string>
- <string name="permdesc_readFrameBuffer" msgid="7530020370469942528">"Tillader et program at læse indholdet fra rammebufferen."</string>
+ <string name="permdesc_readFrameBuffer" msgid="7530020370469942528">"Tillader, at et program læser indholdet fra rammebufferen."</string>
<string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"skift dine lydindstillinger"</string>
- <string name="permdesc_modifyAudioSettings" msgid="5793461287365991922">"Tillader et program at ændre globale lydindstillinger som f.eks. lydstyrke og kanalisering."</string>
+ <string name="permdesc_modifyAudioSettings" msgid="5793461287365991922">"Tillader, at et program ændrer globale lydindstillinger som f.eks. lydstyrke og kanalisering."</string>
<string name="permlab_recordAudio" msgid="3876049771427466323">"optag lyd"</string>
- <string name="permdesc_recordAudio" msgid="6493228261176552356">"Tillader et program at få adgang til lydregistreringsstien."</string>
+ <string name="permdesc_recordAudio" msgid="6493228261176552356">"Tillader, at et program får adgang til lydregistreringsstien."</string>
<string name="permlab_camera" msgid="8059288807274039014">"tag billeder"</string>
- <string name="permdesc_camera" msgid="9013476258810982546">"Tillader programmet at tage billeder med kameraet. Dette tillader programmet til hver en tid at indsamle de billeder, kameraet ser."</string>
+ <string name="permdesc_camera" msgid="9013476258810982546">"Tillader, at programmet tager billeder med kameraet. Dette giver programmet mulighed for altid at indsamle de billeder, kameraet ser."</string>
<string name="permlab_brick" msgid="8337817093326370537">"deaktiver telefonen permanent"</string>
- <string name="permdesc_brick" msgid="5569526552607599221">"Tillader programmet at deaktivere hele telefonen permanent. Dette er meget farligt."</string>
+ <string name="permdesc_brick" msgid="5569526552607599221">"Tillader, at programmet deaktiverer hele telefonen permanent. Dette er meget farligt."</string>
<string name="permlab_reboot" msgid="2898560872462638242">"tving telefon til at genstarte"</string>
- <string name="permdesc_reboot" msgid="7914933292815491782">"Tillader programmet at tvinge telefonen til at genstarte."</string>
+ <string name="permdesc_reboot" msgid="7914933292815491782">"Tillader, at programmet tvinger telefonen til at genstarte."</string>
<string name="permlab_mount_unmount_filesystems" msgid="1761023272170956541">"monter eller demonter filsystemer"</string>
- <string name="permdesc_mount_unmount_filesystems" msgid="6253263792535859767">"Tillader programmet at montere eller demontere filsystemer til flytbar lagring."</string>
+ <string name="permdesc_mount_unmount_filesystems" msgid="6253263792535859767">"Tillader, at programmet monterer eller demonterer filsystemer til flytbar lagring."</string>
<string name="permlab_mount_format_filesystems" msgid="5523285143576718981">"formater ekstern lagring"</string>
- <string name="permdesc_mount_format_filesystems" msgid="574060044906047386">"Tillader et program at formatere flytbar lagring."</string>
+ <string name="permdesc_mount_format_filesystems" msgid="574060044906047386">"Tillader, at et program formaterer flytbart lager."</string>
<string name="permlab_vibrate" msgid="7768356019980849603">"kontroller vibrator"</string>
<string name="permdesc_vibrate" msgid="2886677177257789187">"Lader programmet kontrollere vibratoren."</string>
<string name="permlab_flashlight" msgid="2155920810121984215">"kontroller lommelygte"</string>
- <string name="permdesc_flashlight" msgid="6433045942283802309">"Tillader programmet at kontrollere lommelygten."</string>
+ <string name="permdesc_flashlight" msgid="6433045942283802309">"Tillader, at programmet kontrollerer lommelygten."</string>
<string name="permlab_hardware_test" msgid="4148290860400659146">"test hardware"</string>
- <string name="permdesc_hardware_test" msgid="3668894686500081699">"Tillader et program at kontrollere forskellige perifere enheder med det formål at teste hardwaren."</string>
+ <string name="permdesc_hardware_test" msgid="3668894686500081699">"Tillader, at et program kontrollerer forskellige perifere enheder for at teste hardwaren."</string>
<string name="permlab_callPhone" msgid="3925836347681847954">"ring direkte op til telefonnumre"</string>
- <string name="permdesc_callPhone" msgid="3369867353692722456">"Tillader programmet at ringe til telefonnumre uden din indgriben. Ondsindede programmer kan forårsage uventede opkald på din telefonregning. Vær opmærksom på, at det ikke tillader programmet at ringe til nødnumre."</string>
+ <string name="permdesc_callPhone" msgid="3369867353692722456">"Tillader, at programmet ringer til telefonnumre uden din indgriben. Ondsindede programmer kan forårsage uventede opkald på din telefonregning. Vær opmærksom på, at programmet ikke kan ringe til nødnumre."</string>
<string name="permlab_callPrivileged" msgid="4198349211108497879">"ring direkte op til alle telefonnumre"</string>
- <string name="permdesc_callPrivileged" msgid="244405067160028452">"Tillader programmet at ringe til alle telefonnumre inklusive nødnumre uden din indgriben. Ondsindede programmer kan eventuelt foretage unødvendige og ulovlige opkald til nødtjenester."</string>
+ <string name="permdesc_callPrivileged" msgid="244405067160028452">"Tillader, at programmet ringer til alle telefonnumre inklusive nødnumre uden din indgriben. Ondsindede programmer kan eventuelt foretage unødvendige og ulovlige opkald til nødtjenester."</string>
<string name="permlab_performCdmaProvisioning" msgid="5604848095315421425">"start CDMA-telefonopsætning direkte"</string>
<string name="permdesc_performCdmaProvisioning" msgid="6457447676108355905">"Tillader, at programmet starter CDMA-levering. Ondsindede programmer kan starte unødvendig CDMA-levering"</string>
<string name="permlab_locationUpdates" msgid="7785408253364335740">"kontroller meddelelser om placeringsopdatering"</string>
@@ -322,75 +322,75 @@
<string name="permlab_checkinProperties" msgid="7855259461268734914">"egenskaber for adgangskontrol"</string>
<string name="permdesc_checkinProperties" msgid="7150307006141883832">"Tillader læse/skrive-adgang til egenskaber, der er uploadet af kontroltjenesten. Ikke til brug til normale programmer."</string>
<string name="permlab_bindGadget" msgid="776905339015863471">"vælg widgets"</string>
- <string name="permdesc_bindGadget" msgid="2098697834497452046">"Tillader programmet at fortælle systemet, hvilke widgets der kan bruges af hvilke programmer. Med denne tilladelse kan programmer give adgang til personlige data til andre programmer. Ikke til brug til normale programmer."</string>
+ <string name="permdesc_bindGadget" msgid="2098697834497452046">"Tillader, at programmet fortæller systemet, hvilke widgets der kan bruges af hvilke programmer. Med denne tilladelse kan programmer give adgang til personlige oplysninger til andre programmer. Ikke til brug til normale programmer."</string>
<string name="permlab_modifyPhoneState" msgid="8423923777659292228">"rediger telefontilstand"</string>
- <string name="permdesc_modifyPhoneState" msgid="3302284561346956587">"Tillader programmet at kontrollere enhedens telefonfunktioner. Et program med denne tilladelse kan skifte netværk, slå telefonens radio til og fra og lignende uden nogensinde at underrette dig."</string>
+ <string name="permdesc_modifyPhoneState" msgid="3302284561346956587">"Tillader, at programmet kontrollerer enhedens telefonfunktioner. Et program med denne tilladelse kan skifte netværk, slå telefonens radio til og fra og lignende uden nogensinde at informere dig."</string>
<string name="permlab_readPhoneState" msgid="2326172951448691631">"læs telefontilstand og identitet"</string>
- <string name="permdesc_readPhoneState" msgid="188877305147626781">"Tillader programmet at få adgang til enhedens telefonfunktioner. Et program med denne tilladelse kan afgøre denne telefons telefon- og serienummer, om et opkald er aktivt, nummeret som opkaldet er forbundet til osv."</string>
+ <string name="permdesc_readPhoneState" msgid="188877305147626781">"Tillader, at programmet får adgang til enhedens telefonfunktioner. Et program kan med denne tilladelse registrere denne telefons telefon- og serienummer, om et opkald er aktivt, nummeret som det opkald er forbundet til osv."</string>
<string name="permlab_wakeLock" msgid="573480187941496130">"afhold telefonen fra at gå i dvale"</string>
- <string name="permdesc_wakeLock" msgid="7584036471227467099">"Tillader et program at forhindre telefonen i at gå i dvale."</string>
- <string name="permlab_devicePower" msgid="4928622470980943206">"Tænd eller sluk for telefonen"</string>
- <string name="permdesc_devicePower" msgid="4577331933252444818">"Tillader programmet at slå telefonen til eller fra."</string>
+ <string name="permdesc_wakeLock" msgid="7584036471227467099">"Tillader, at et program forhindrer telefonen i at gå i dvale."</string>
+ <string name="permlab_devicePower" msgid="4928622470980943206">"tænd eller sluk for telefonen"</string>
+ <string name="permdesc_devicePower" msgid="4577331933252444818">"Tillader, at programmet slukker og tænder telefonen."</string>
<string name="permlab_factoryTest" msgid="3715225492696416187">"kør i fabriksindstillet testtilstand"</string>
<string name="permdesc_factoryTest" msgid="8136644990319244802">"Kør som en producenttest på lavt niveau. Giver fuld adgang til telefonens hardware. Kun tilgængeligt når en telefon kører i producenttesttilstand."</string>
<string name="permlab_setWallpaper" msgid="6627192333373465143">"angiv tapet"</string>
- <string name="permdesc_setWallpaper" msgid="6417041752170585837">"Tillader programmet at opsætte systemets tapet."</string>
+ <string name="permdesc_setWallpaper" msgid="6417041752170585837">"Tillader, at programmet opsætter systemets tapet."</string>
<string name="permlab_setWallpaperHints" msgid="3600721069353106851">"opsæt tip til tapetstørrelse"</string>
- <string name="permdesc_setWallpaperHints" msgid="6019479164008079626">"Tillader programmet at opsætte størrelsestip for systemets tapet."</string>
+ <string name="permdesc_setWallpaperHints" msgid="6019479164008079626">"Tillader, at programmet opsætter størrelsestip for systemets tapet."</string>
<string name="permlab_masterClear" msgid="2315750423139697397">"nulstil system til fabriksstandarder"</string>
- <string name="permdesc_masterClear" msgid="5033465107545174514">"Tillader et program fuldstændig at nulstille systemet til fabriksindstillingerne, slette alle data, konfigurationen og installerede programmer."</string>
- <string name="permlab_setTimeZone" msgid="2945079801013077340">"indstil tidszone"</string>
- <string name="permdesc_setTimeZone" msgid="1902540227418179364">"Tillader et program at ændre telefonens tidszone."</string>
+ <string name="permdesc_masterClear" msgid="5033465107545174514">"Tillader, at et program nulstiller systemet fuldstændig til fabriksindstillingerne, sletter alle data, konfigurationer og installerede programmer."</string>
+ <string name="permlab_setTimeZone" msgid="2945079801013077340">"angiv tidszone"</string>
+ <string name="permdesc_setTimeZone" msgid="1902540227418179364">"Tillader, at et program ændrer telefonens tidszone."</string>
<string name="permlab_accountManagerService" msgid="4829262349691386986">"fungerer som kontoadministrationstjeneste"</string>
- <string name="permdesc_accountManagerService" msgid="6056903274106394752">"Tillader et program at foretage opkald til kontogodkendere"</string>
- <string name="permlab_getAccounts" msgid="4549918644233460103">"opdag kendte konti"</string>
- <string name="permdesc_getAccounts" msgid="6839262446413155394">"Tillader et program at hente listen over konti, der er kendt af telefonen."</string>
+ <string name="permdesc_accountManagerService" msgid="6056903274106394752">"Tillader, at et program foretager opkald til kontogodkendere"</string>
+ <string name="permlab_getAccounts" msgid="4549918644233460103">"registrer kendte konti"</string>
+ <string name="permdesc_getAccounts" msgid="6839262446413155394">"Tillader, at et program henter listen over konti, der er kendt af telefonen."</string>
<string name="permlab_authenticateAccounts" msgid="3940505577982882450">"fungerer som en kontogodkender"</string>
- <string name="permdesc_authenticateAccounts" msgid="4006839406474208874">"Tillader et program at bruge kontoadministratorens kontogodkendelsesegenskaber, bl.a. oprettelse af konti samt hentning og indstilling af deres adgangskoder."</string>
- <string name="permlab_manageAccounts" msgid="4440380488312204365">"administrer kontilisten"</string>
- <string name="permdesc_manageAccounts" msgid="8804114016661104517">"Tillader et program at foretage handlinger, som f.eks. at tilføje og fjerne konti samt slette deres adgangskode."</string>
+ <string name="permdesc_authenticateAccounts" msgid="4006839406474208874">"Tillader, at et program bruger kontoadministratorens kontogodkendelsesegenskaber, bl.a. oprettelse af konti samt hentning og indstilling af deres adgangskoder."</string>
+ <string name="permlab_manageAccounts" msgid="4440380488312204365">"administrer kontolisten"</string>
+ <string name="permdesc_manageAccounts" msgid="8804114016661104517">"Tillader, at et program foretager handlinger, f.eks. at tilføje og fjerne konti samt slette sin adgangskode."</string>
<string name="permlab_useCredentials" msgid="6401886092818819856">"brug en kontos godkendelsesoplysninger"</string>
- <string name="permdesc_useCredentials" msgid="7416570544619546974">"Tillader et program at anmode om godkendelsestokens"</string>
+ <string name="permdesc_useCredentials" msgid="7416570544619546974">"Tillader, at et program anmoder om godkendelsestokens"</string>
<string name="permlab_accessNetworkState" msgid="6865575199464405769">"vis netværkstilstand"</string>
- <string name="permdesc_accessNetworkState" msgid="558721128707712766">"Tillader et program at vise tilstanden for alle netværk."</string>
+ <string name="permdesc_accessNetworkState" msgid="558721128707712766">"Tillader, at et program viser tilstanden for alle netværk."</string>
<string name="permlab_createNetworkSockets" msgid="9121633680349549585">"Fuld internetadgang"</string>
- <string name="permdesc_createNetworkSockets" msgid="4593339106921772192">"Tillader et program at oprette netværks-sockets."</string>
+ <string name="permdesc_createNetworkSockets" msgid="4593339106921772192">"Tillader, at et program opretter netværks-sockets."</string>
<string name="permlab_writeApnSettings" msgid="7823599210086622545">"skriv indstillinger for adgangspunktnavn"</string>
- <string name="permdesc_writeApnSettings" msgid="7443433457842966680">"Tillader et program at ændre APN-indstillingerne, som f.eks. enhver APNs Proxy og Port."</string>
+ <string name="permdesc_writeApnSettings" msgid="7443433457842966680">"Tillader, at et program ændrer APN-indstillingerne, f.eks. enhver APNs Proxy og Port."</string>
<string name="permlab_changeNetworkState" msgid="958884291454327309">"skift netværksforbindelse"</string>
- <string name="permdesc_changeNetworkState" msgid="6278115726355634395">"Tillader et program at ændre netværksforbindelsens tilstand."</string>
+ <string name="permdesc_changeNetworkState" msgid="6278115726355634395">"Tillader, at et program ændrer netværksforbindelsens tilstand."</string>
<string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"skift brugerindstilling for baggrundsdata"</string>
- <string name="permdesc_changeBackgroundDataSetting" msgid="1001482853266638864">"Tillader et program at ændre brugerindstillingerne for baggrundsdata."</string>
+ <string name="permdesc_changeBackgroundDataSetting" msgid="1001482853266638864">"Tillader, at et program ændrer brugerindstillingerne for baggrundsdata."</string>
<string name="permlab_accessWifiState" msgid="8100926650211034400">"vis Wi-Fi-tilstand"</string>
- <string name="permdesc_accessWifiState" msgid="485796529139236346">"Tillader et program at vise oplysninger om Wi-Fi-tilstanden."</string>
+ <string name="permdesc_accessWifiState" msgid="485796529139236346">"Tillader, at et program viser oplysninger om Wi-Fi-tilstanden."</string>
<string name="permlab_changeWifiState" msgid="7280632711057112137">"skift Wi-Fi-tilstand"</string>
- <string name="permdesc_changeWifiState" msgid="2950383153656873267">"Tillader et program at oprette og afbryde forbindelse fra Wi-Fi-adgangspunkter og foretage ændringer til konfigurerede Wi-Fi-netværk."</string>
+ <string name="permdesc_changeWifiState" msgid="2950383153656873267">"Tillader, at et program opretter og afbryder forbindelsen fra Wi-Fi-adgangspunkter og foretager ændringer i konfigurerede Wi-Fi-netværk."</string>
<string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"tillad Wi-Fi-multicastmodtagelse"</string>
- <string name="permdesc_changeWifiMulticastState" msgid="8199464507656067553">"Tillader et program at modtage pakker, der ikke er direkte adresseret til din enhed. Dette kan være nyttigt, hvis du finder tjenester, der er tilbudt i nærheden. Det bruger mere strøm end multicasttilstanden."</string>
+ <string name="permdesc_changeWifiMulticastState" msgid="8199464507656067553">"Tillader, at et program modtager pakker, der ikke er direkte adresseret til din enhed. Dette kan være nyttigt, hvis du finder tjenester, der tilbydes i nærheden. Det bruger mere strøm end multicasttilstanden."</string>
<string name="permlab_bluetoothAdmin" msgid="1092209628459341292">"bluetooth-administration"</string>
- <string name="permdesc_bluetoothAdmin" msgid="7256289774667054555">"Tillader et program at konfigurere den lokale Bluetooth-telefon samt at opdage og parre med fjerne enheder."</string>
+ <string name="permdesc_bluetoothAdmin" msgid="7256289774667054555">"Tillader, at et program konfigurerer den lokale Bluetooth-telefon samt opdager og parrer med fjerne enheder."</string>
<string name="permlab_bluetooth" msgid="8361038707857018732">"opret Bluetooth-forbindelser"</string>
- <string name="permdesc_bluetooth" msgid="762515380679392945">"Tillader et program at vise konfigurationen af den lokale Bluetooth-telefon samt at oprette og acceptere forbindelse med parrede enheder."</string>
+ <string name="permdesc_bluetooth" msgid="762515380679392945">"Tillader, at et program viser konfigurationen af den lokale Bluetooth-telefon samt opretter og accepterer forbindelse med parrede enheder."</string>
<string name="permlab_disableKeyguard" msgid="4977406164311535092">"deaktiver tastaturlås"</string>
- <string name="permdesc_disableKeyguard" msgid="3189763479326302017">"Tillader et program at deaktivere tastaturlåsen og al associeret adgangskodesikkerhed. Et legitimt eksempel på dette er, at telefonen deaktiverer tastaturlåsen, når der modtages et indgående telefonopkald, og genaktiverer tastaturlåsen, når opkaldet er afsluttet."</string>
- <string name="permlab_readSyncSettings" msgid="6201810008230503052">"læs synkroniseringsindstillinger"</string>
- <string name="permdesc_readSyncSettings" msgid="5315925706353341823">"Tillader et program at læse synkroniseringsindstillingerne, som f.eks. om synkronisering er aktiveret for kontakter."</string>
- <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"skriv synkroniseringsindstillinger"</string>
- <string name="permdesc_writeSyncSettings" msgid="2498201614431360044">"Tillader et program at ændre synkroniseringsindstillingerne, som f.eks. om synkronisering er aktiveret for kontakter."</string>
+ <string name="permdesc_disableKeyguard" msgid="3189763479326302017">"Tillader, at et program deaktiverer tastaturlåsen og al associeret adgangskodesikkerhed. Et legitimt eksempel på dette er, at telefonen deaktiverer tastaturlåsen, når der modtages et indgående telefonopkald, og genaktiverer tastaturlåsen, når opkaldet er afsluttet."</string>
+ <string name="permlab_readSyncSettings" msgid="6201810008230503052">"læs indstillinger for synkronisering"</string>
+ <string name="permdesc_readSyncSettings" msgid="5315925706353341823">"Tillader, at et program læser synkroniseringsindstillingerne, f.eks. om kontakter skal synkroniseres."</string>
+ <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"skriv indstillinger for synkronisering"</string>
+ <string name="permdesc_writeSyncSettings" msgid="2498201614431360044">"Tillader, at et program ændrer indstillingerne for synkronisering, f.eks. kontakter skal synkroniseres."</string>
<string name="permlab_readSyncStats" msgid="7396577451360202448">"læs synkroniseringsstatistikker"</string>
- <string name="permdesc_readSyncStats" msgid="7511448343374465000">"Tillader et program at læse synkroniseringsstatistikkerne, som f.eks. oversigt over forekomne synkroniseringer."</string>
+ <string name="permdesc_readSyncStats" msgid="7511448343374465000">"Tillader, at et program læser synkroniseringsstatistikker, f.eks. oversigten over forrige synkroniseringer."</string>
<string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"læs abonnerede feeds"</string>
- <string name="permdesc_subscribedFeedsRead" msgid="3622200625634207660">"Lader et program få detaljer om de aktuelt synkroniserede feeds."</string>
+ <string name="permdesc_subscribedFeedsRead" msgid="3622200625634207660">"Tillader, at et program får detaljer om de aktuelt synkroniserede feeds."</string>
<string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"skriv abonnerede feeds"</string>
- <string name="permdesc_subscribedFeedsWrite" msgid="8121607099326533878">"Tillader et program at ændre dine aktuelle synkroniserede feeds. Dette kan muligvis lade et ondsindet program ændre dine synkroniserede feeds."</string>
+ <string name="permdesc_subscribedFeedsWrite" msgid="8121607099326533878">"Tillader, at et program ændrer dine aktuelle synkroniserede feeds. Dette kan muligvis lade et ondsindet program ændre dine synkroniserede feeds."</string>
<string name="permlab_readDictionary" msgid="432535716804748781">"læs brugerdefineret ordbog"</string>
- <string name="permdesc_readDictionary" msgid="1082972603576360690">"Tillader et program at læse alle private ord, navne og sætninger, som brugeren eventuelt har gemt i brugerordbogen."</string>
- <string name="permlab_writeDictionary" msgid="6703109511836343341">"skriv til den brugerdefinerede mappe"</string>
- <string name="permdesc_writeDictionary" msgid="2241256206524082880">"Tillader et program at skrive nye ord i brugermappen."</string>
- <string name="permlab_sdcardWrite" msgid="8079403759001777291">"ret/slet indholdet af SD-kort"</string>
- <string name="permdesc_sdcardWrite" msgid="6643963204976471878">"Tillader et program at skrive til SD-kortet."</string>
+ <string name="permdesc_readDictionary" msgid="1082972603576360690">"Tillader, at et program læser alle private ord, navne og sætninger, som brugeren eventuelt har gemt i brugerordbogen."</string>
+ <string name="permlab_writeDictionary" msgid="6703109511836343341">"skriv til den brugerdefinerede ordbog"</string>
+ <string name="permdesc_writeDictionary" msgid="2241256206524082880">"Tillader, at et program skriver nye ord i brugerordbogen."</string>
+ <string name="permlab_sdcardWrite" msgid="8079403759001777291">"ret/slet indholdet på SD-kortet"</string>
+ <string name="permdesc_sdcardWrite" msgid="6643963204976471878">"Tillader, at et program skriver til SD-kortet."</string>
<string-array name="phoneTypes">
- <item msgid="8901098336658710359">"Start"</item>
+ <item msgid="8901098336658710359">"Hjem"</item>
<item msgid="869923650527136615">"Mobil"</item>
<item msgid="7897544654242874543">"Arbejde"</item>
<item msgid="1103601433382158155">"Arbejdsfax"</item>
@@ -400,19 +400,19 @@
<item msgid="9192514806975898961">"Tilpasset"</item>
</string-array>
<string-array name="emailAddressTypes">
- <item msgid="8073994352956129127">"Start"</item>
+ <item msgid="8073994352956129127">"Hjem"</item>
<item msgid="7084237356602625604">"Arbejde"</item>
<item msgid="1112044410659011023">"Andre"</item>
<item msgid="2374913952870110618">"Tilpasset"</item>
</string-array>
<string-array name="postalAddressTypes">
- <item msgid="6880257626740047286">"Start"</item>
+ <item msgid="6880257626740047286">"Hjem"</item>
<item msgid="5629153956045109251">"Arbejde"</item>
<item msgid="4966604264500343469">"Andre"</item>
<item msgid="4932682847595299369">"Tilpasset"</item>
</string-array>
<string-array name="imAddressTypes">
- <item msgid="1738585194601476694">"Start"</item>
+ <item msgid="1738585194601476694">"Hjem"</item>
<item msgid="1359644565647383708">"Arbejde"</item>
<item msgid="7868549401053615677">"Anden"</item>
<item msgid="3145118944639869809">"Tilpasset"</item>
@@ -433,7 +433,7 @@
<item msgid="1648797903785279353">"Jabber"</item>
</string-array>
<string name="phoneTypeCustom" msgid="1644738059053355820">"Tilpasset"</string>
- <string name="phoneTypeHome" msgid="2570923463033985887">"Start"</string>
+ <string name="phoneTypeHome" msgid="2570923463033985887">"Hjem"</string>
<string name="phoneTypeMobile" msgid="6501463557754751037">"Mobil"</string>
<string name="phoneTypeWork" msgid="8863939667059911633">"Arbejde"</string>
<string name="phoneTypeFaxWork" msgid="3517792160008890912">"Arbejdsfax"</string>
@@ -445,28 +445,28 @@
<string name="phoneTypeCompanyMain" msgid="540434356461478916">"Virksomhed (hovednummer)"</string>
<string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
<string name="phoneTypeMain" msgid="6766137010628326916">"Hoved"</string>
- <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Andre faxmeddelelser"</string>
+ <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Andre faxbeskeder"</string>
<string name="phoneTypeRadio" msgid="4093738079908667513">"Radio"</string>
<string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
<string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY TDD"</string>
<string name="phoneTypeWorkMobile" msgid="1311426989184065709">"Arbejdsmobiltelefon"</string>
<string name="phoneTypeWorkPager" msgid="649938731231157056">"Personsøger"</string>
<string name="phoneTypeAssistant" msgid="5596772636128562884">"Assistent"</string>
- <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
+ <string name="phoneTypeMms" msgid="7254492275502768992">"mms"</string>
<string name="eventTypeBirthday" msgid="2813379844211390740">"Fødselsdato"</string>
<string name="eventTypeAnniversary" msgid="3876779744518284000">"Årsdag"</string>
<string name="eventTypeOther" msgid="5834288791948564594">"Begivenhed"</string>
<string name="emailTypeCustom" msgid="8525960257804213846">"Tilpasset"</string>
- <string name="emailTypeHome" msgid="449227236140433919">"Start"</string>
+ <string name="emailTypeHome" msgid="449227236140433919">"Hjem"</string>
<string name="emailTypeWork" msgid="3548058059601149973">"Arbejde"</string>
<string name="emailTypeOther" msgid="2923008695272639549">"Andre"</string>
<string name="emailTypeMobile" msgid="119919005321166205">"Mobil"</string>
<string name="postalTypeCustom" msgid="8903206903060479902">"Tilpasset"</string>
- <string name="postalTypeHome" msgid="8165756977184483097">"Start"</string>
+ <string name="postalTypeHome" msgid="8165756977184483097">"Hjem"</string>
<string name="postalTypeWork" msgid="5268172772387694495">"Arbejde"</string>
<string name="postalTypeOther" msgid="2726111966623584341">"Andre"</string>
<string name="imTypeCustom" msgid="2074028755527826046">"Tilpasset"</string>
- <string name="imTypeHome" msgid="6241181032954263892">"Start"</string>
+ <string name="imTypeHome" msgid="6241181032954263892">"Hjem"</string>
<string name="imTypeWork" msgid="1371489290242433090">"Arbejde"</string>
<string name="imTypeOther" msgid="5377007495735915478">"Andre"</string>
<string name="imProtocolCustom" msgid="6919453836618749992">"Tilpasset"</string>
@@ -492,7 +492,7 @@
<string name="lockscreen_screen_locked" msgid="7288443074806832904">"Skærmen er låst."</string>
<string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Tryk på Menu for at låse op eller foretage et nødopkald."</string>
<string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Tryk på Menu for at låse op."</string>
- <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Tegn mønster til at låse op"</string>
+ <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Tegn oplåsningsmønster"</string>
<string name="lockscreen_emergency_call" msgid="5347633784401285225">"Nødopkald"</string>
<string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Rigtigt!"</string>
<string name="lockscreen_pattern_wrong" msgid="4817583279053112312">"Beklager! Prøv igen"</string>
@@ -504,38 +504,35 @@
<string name="lockscreen_missing_sim_message" msgid="2186920585695169078">"Der er ikke noget SIM-kort i telefonen."</string>
<string name="lockscreen_missing_sim_instructions" msgid="8874620818937719067">"Indsæt et SIM-kort."</string>
<string name="lockscreen_network_locked_message" msgid="143389224986028501">"Netværket er låst"</string>
- <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM-kort er låst med PUK-koden."</string>
+ <string name="lockscreen_sim_puk_locked_message" msgid="7441797339976230">"SIM-kortet er låst med PUK-koden."</string>
<string name="lockscreen_sim_puk_locked_instructions" msgid="635967534992394321">"Se brugervejledningen, eller kontakt kundeservice."</string>
<string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"SIM-kortet er låst."</string>
<string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"Låser SIM-kortet op ..."</string>
- <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="3514742106066877476">"Du har tegnet dit mønster til at låse op forkert <xliff:g id="NUMBER_0">%d</xliff:g> gange. "\n\n"Prøv igen om <xliff:g id="NUMBER_1">%d</xliff:g> sekunder."</string>
- <string name="lockscreen_failed_attempts_almost_glogin" msgid="3351013842320127827">"Du har tegnet dit mønster til at låse op forkert <xliff:g id="NUMBER_0">%d</xliff:g> gange. Efter <xliff:g id="NUMBER_1">%d</xliff:g> forsøg mere vil du blive bedt om at låse din telefon op ved hjælp af dit Google-login"\n\n" Prøv igen om <xliff:g id="NUMBER_2">%d</xliff:g> sekunder."</string>
+ <string name="lockscreen_too_many_failed_attempts_dialog_message" msgid="3514742106066877476">"Du har tegnet dit oplåsningsmønster forkert <xliff:g id="NUMBER_0">%d</xliff:g> gange. "\n\n"Prøv igen om <xliff:g id="NUMBER_1">%d</xliff:g> sekunder."</string>
+ <string name="lockscreen_failed_attempts_almost_glogin" msgid="3351013842320127827">"Du har tegnet dit oplåsningsmønster forkert <xliff:g id="NUMBER_0">%d</xliff:g> gange. Efter <xliff:g id="NUMBER_1">%d</xliff:g> forsøg mere vil du blive bedt om at låse din telefon op ved hjælp af dit Google-login"\n\n" Prøv igen om <xliff:g id="NUMBER_2">%d</xliff:g> sekunder."</string>
<string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"Prøv igen om <xliff:g id="NUMBER">%d</xliff:g> sekunder."</string>
- <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Har du glemt mønster?"</string>
+ <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Har du glemt mønstret?"</string>
<string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"Oplåsning af konto"</string>
- <string name="lockscreen_glogin_too_many_attempts" msgid="2446246026221678244">"For mange mønsterforsøg!"</string>
+ <string name="lockscreen_glogin_too_many_attempts" msgid="2446246026221678244">"For mange forsøg på at tegne mønstret korrekt!"</string>
<string name="lockscreen_glogin_instructions" msgid="1816635201812207709">"For at låse op skal du logge ind med din Google-konto"</string>
<string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"Brugernavn (e-mail)"</string>
<string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"Adgangskode"</string>
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Log ind"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Ugyldigt brugernavn eller ugyldig adgangskode."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Kontrollerer ..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Lås op"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Lyd slået til"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Lyd slået fra"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Ryd"</string>
<string name="status_bar_no_notifications_title" msgid="4755261167193833213">"Ingen meddelelser"</string>
- <string name="status_bar_ongoing_events_title" msgid="1682504513316879202">"Løbende"</string>
+ <string name="status_bar_ongoing_events_title" msgid="1682504513316879202">"I gang"</string>
<string name="status_bar_latest_events_title" msgid="6594767438577593172">"Meddelelser"</string>
<string name="battery_status_text_percent_format" msgid="7660311274698797147">"<xliff:g id="NUMBER">%d</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
<string name="battery_status_charging" msgid="756617993998772213">"Oplader ..."</string>
<string name="battery_low_title" msgid="7923774589611311406">"Forbind oplader"</string>
- <string name="battery_low_subtitle" msgid="7388781709819722764">"Batteriet er ved at blive tomt:"</string>
+ <string name="battery_low_subtitle" msgid="7388781709819722764">"Batteriet er ved at være fladt:"</string>
<string name="battery_low_percent_format" msgid="696154104579022959">"<xliff:g id="NUMBER">%d%%</xliff:g> eller mindre tilbage."</string>
<string name="battery_low_why" msgid="7279169609518386372">"Batteriforbrug"</string>
<string name="factorytest_failed" msgid="5410270329114212041">"Fabrikstest mislykkedes"</string>
@@ -548,9 +545,9 @@
<string name="save_password_label" msgid="6860261758665825069">"Bekræft"</string>
<string name="double_tap_toast" msgid="1068216937244567247">"Tip: Dobbeltklik for at zoome ind eller ud."</string>
<string name="permlab_readHistoryBookmarks" msgid="1284843728203412135">"læs browserens oversigt og bogmærker"</string>
- <string name="permdesc_readHistoryBookmarks" msgid="4981489815467617191">"Tillader programmet at læse alle de webadresser, browseren har besøgt, og alle browserens bogmærker."</string>
+ <string name="permdesc_readHistoryBookmarks" msgid="4981489815467617191">"Tillader, at programmet læser alle de webadresser, browseren har besøgt, og alle browserens bogmærker."</string>
<string name="permlab_writeHistoryBookmarks" msgid="9009434109836280374">"skriv browserens oversigt og bogmærker"</string>
- <string name="permdesc_writeHistoryBookmarks" msgid="945571990357114950">"Tillader et program at ændre browseroversigten eller bogmærker, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre din browsers data."</string>
+ <string name="permdesc_writeHistoryBookmarks" msgid="945571990357114950">"Tillader, at et program ændrer browseroversigten eller bogmærker, der er gemt på din telefon. Ondsindede programmer kan bruge dette til at slette eller ændre din browsers data."</string>
<string name="save_password_message" msgid="767344687139195790">"Ønsker du, at browseren skal huske denne adgangskode?"</string>
<string name="save_password_notnow" msgid="6389675316706699758">"Ikke nu"</string>
<string name="save_password_remember" msgid="6491879678996749466">"Husk"</string>
@@ -644,12 +641,12 @@
<string name="weeks" msgid="6509623834583944518">"uger"</string>
<string name="year" msgid="4001118221013892076">"år"</string>
<string name="years" msgid="6881577717993213522">"år"</string>
- <string name="every_weekday" msgid="8777593878457748503">"Hver ugedag (man.-fre.)"</string>
+ <string name="every_weekday" msgid="8777593878457748503">"Hverdage (man.-fre.)"</string>
<string name="daily" msgid="5738949095624133403">"Dagligt"</string>
<string name="weekly" msgid="983428358394268344">"Ugentlig hver <xliff:g id="DAY">%s</xliff:g>"</string>
<string name="monthly" msgid="2667202947170988834">"Månedligt"</string>
<string name="yearly" msgid="1519577999407493836">"Årligt"</string>
- <string name="VideoView_error_title" msgid="3359437293118172396">"Video kan ikke afspilles"</string>
+ <string name="VideoView_error_title" msgid="3359437293118172396">"Videoen kan ikke afspilles"</string>
<string name="VideoView_error_text_invalid_progressive_playback" msgid="897920883624437033">"Beklager! Denne video er ikke gyldig til streaming på denne enhed."</string>
<string name="VideoView_error_text_unknown" msgid="710301040038083944">"Beklager! Denne video kan ikke afspilles."</string>
<string name="VideoView_error_button" msgid="2822238215100679592">"OK"</string>
@@ -661,8 +658,8 @@
<string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
<string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
<string name="selectAll" msgid="6876518925844129331">"Vælg alle"</string>
- <string name="selectText" msgid="3889149123626888637">"Vælg tekst"</string>
- <string name="stopSelectingText" msgid="4157931463872320996">"Stands med at vælge tekst"</string>
+ <string name="selectText" msgid="3889149123626888637">"Marker tekst"</string>
+ <string name="stopSelectingText" msgid="4157931463872320996">"Hold op med at markere tekst"</string>
<string name="cut" msgid="3092569408438626261">"Klip"</string>
<string name="cutAll" msgid="2436383270024931639">"Klip alle"</string>
<string name="copy" msgid="2681946229533511987">"Kopier"</string>
@@ -681,7 +678,7 @@
<string name="dialog_alert_title" msgid="2049658708609043103">"Bemærk"</string>
<string name="capital_on" msgid="1544682755514494298">"TIL"</string>
<string name="capital_off" msgid="6815870386972805832">"FRA"</string>
- <string name="whichApplication" msgid="4533185947064773386">"Afslut handling ved hjælp af"</string>
+ <string name="whichApplication" msgid="4533185947064773386">"Fuldfør handling ved hjælp af"</string>
<string name="alwaysUse" msgid="4583018368000610438">"Brug som standard til denne handling."</string>
<string name="clearDefaultHintMsg" msgid="4815455344600932173">"Ryd standard i Startindstillinger > Programmer > Administrer programmer."</string>
<string name="chooseActivity" msgid="1009246475582238425">"Vælg en handling"</string>
@@ -699,14 +696,14 @@
<string name="wait" msgid="7147118217226317732">"Vent"</string>
<string name="debug" msgid="9103374629678531849">"Fejlretning"</string>
<string name="sendText" msgid="5132506121645618310">"Vælg en handling for teksten"</string>
- <string name="volume_ringtone" msgid="6885421406845734650">"Opkaldslydstyrke"</string>
- <string name="volume_music" msgid="5421651157138628171">"Medielydstyrke"</string>
- <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Spiller gennem Bluetooth"</string>
- <string name="volume_music_hint_silent_ringtone_selected" msgid="6158339745293431194">"Lydløs ringetone valgt"</string>
- <string name="volume_call" msgid="3941680041282788711">"Opkaldslydstyrke"</string>
- <string name="volume_bluetooth_call" msgid="2002891926351151534">"Bluetooth-lydstyrke under opkald"</string>
- <string name="volume_alarm" msgid="1985191616042689100">"Alarmlydstyrke"</string>
- <string name="volume_notification" msgid="2422265656744276715">"Meddelelseslydstyrke"</string>
+ <string name="volume_ringtone" msgid="6885421406845734650">"Lydstyrke for opkald"</string>
+ <string name="volume_music" msgid="5421651157138628171">"Lydstyrke for medier"</string>
+ <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Afspilning via Bluetooth"</string>
+ <string name="volume_music_hint_silent_ringtone_selected" msgid="6158339745293431194">"Lydløs ringetone er valgt"</string>
+ <string name="volume_call" msgid="3941680041282788711">"Lydstyrke for opkald"</string>
+ <string name="volume_bluetooth_call" msgid="2002891926351151534">"Lydstyrke for Bluetooth under opkald"</string>
+ <string name="volume_alarm" msgid="1985191616042689100">"Lydstyrke for alarm"</string>
+ <string name="volume_notification" msgid="2422265656744276715">"Lydstyrke for meddelelser"</string>
<string name="volume_unknown" msgid="1400219669770445902">"Lydstyrke"</string>
<string name="ringtone_default" msgid="3789758980357696936">"Standardringetone"</string>
<string name="ringtone_default_with_actual" msgid="8129563480895990372">"Standardringetone (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
@@ -723,46 +720,46 @@
</plurals>
<string name="select_character" msgid="3365550120617701745">"Indsæt tegn"</string>
<string name="sms_control_default_app_name" msgid="7630529934366549163">"Ukendt program"</string>
- <string name="sms_control_title" msgid="7296612781128917719">"Sender SMS-beskeder"</string>
- <string name="sms_control_message" msgid="1289331457999236205">"Der sendes et stort antal SMS-beskeder. Vælg \"OK\" for at fortsætte eller \"Annuller\" for at stoppe med at sende."</string>
+ <string name="sms_control_title" msgid="7296612781128917719">"Sender sms-beskeder"</string>
+ <string name="sms_control_message" msgid="1289331457999236205">"Der sendes et stort antal sms-beskeder. Vælg \"OK\" for at fortsætte eller \"Annuller\" for at stoppe afsendelsen."</string>
<string name="sms_control_yes" msgid="2532062172402615953">"OK"</string>
<string name="sms_control_no" msgid="1715320703137199869">"Annuller"</string>
- <string name="date_time_set" msgid="5777075614321087758">"Indstil"</string>
+ <string name="date_time_set" msgid="5777075614321087758">"Angiv"</string>
<string name="default_permission_group" msgid="2690160991405646128">"Standard"</string>
<string name="no_permissions" msgid="7283357728219338112">"Der kræves ingen tilladelser"</string>
<string name="perms_hide" msgid="7283915391320676226"><b>"Skjul"</b></string>
<string name="perms_show_all" msgid="2671791163933091180"><b>"Vis alle"</b></string>
<string name="googlewebcontenthelper_loading" msgid="4722128368651947186">"Indlæser ..."</string>
- <string name="usb_storage_title" msgid="5901459041398751495">"USB forbundet"</string>
+ <string name="usb_storage_title" msgid="5901459041398751495">"USB er tilsluttet"</string>
<string name="usb_storage_message" msgid="2759542180575016871">"Du har forbundet din telefon til din computer via USB. Vælg \"Monter\", hvis du ønsker at kopiere filer mellem din computer og din telefons SD-kort."</string>
<string name="usb_storage_button_mount" msgid="8063426289195405456">"Monter"</string>
<string name="usb_storage_button_unmount" msgid="6092146330053864766">"Indsæt ikke"</string>
<string name="usb_storage_error_message" msgid="2534784751603345363">"Der opstod et problem med at bruge dit SD-kort til USB-lagring."</string>
- <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB forbundet"</string>
+ <string name="usb_storage_notification_title" msgid="8175892554757216525">"USB er tilsluttet"</string>
<string name="usb_storage_notification_message" msgid="7380082404288219341">"Vælg for at kopiere filer til/fra din computer."</string>
<string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"Slå USB-lagringen fra"</string>
<string name="usb_storage_stop_notification_message" msgid="2591813490269841539">"Vælg for at slå USB-lagring fra."</string>
<string name="usb_storage_stop_title" msgid="6014127947456185321">"Slå USB-lagring fra"</string>
- <string name="usb_storage_stop_message" msgid="2390958966725232848">"Inden du slår USB-lagringen fra, skal du sørge for, at du demonterer USB-værten. Vælg \"Slå fra\" for at slå USB-lagringen fra."</string>
+ <string name="usb_storage_stop_message" msgid="2390958966725232848">"Inden du slår USB-lagringen fra, skal du sørge for, at USB-værten er demonteret. Vælg \"Slå fra\" for at slå USB-lagringen fra."</string>
<string name="usb_storage_stop_button_mount" msgid="1181858854166273345">"Slå fra"</string>
<string name="usb_storage_stop_button_unmount" msgid="3774611918660582898">"Annuller"</string>
<string name="usb_storage_stop_error_message" msgid="3746037090369246731">"Der opstod et problem med at slå USB-lagringen fra. Sørg for, at du har demonteret USB-værten, og prøv så igen."</string>
<string name="extmedia_format_title" msgid="8663247929551095854">"Formater SD-kort"</string>
<string name="extmedia_format_message" msgid="3621369962433523619">"Er du sikker på, du ønsker at formatere SD-kortet? Alle data på kortet mistes."</string>
<string name="extmedia_format_button_format" msgid="4131064560127478695">"Formater"</string>
- <string name="adb_active_notification_title" msgid="6729044778949189918">"USB-fejlretning forbundet"</string>
+ <string name="adb_active_notification_title" msgid="6729044778949189918">"USB-fejlretning er tilsluttet"</string>
<string name="adb_active_notification_message" msgid="8470296818270110396">"Vælg for at deaktivere USB-fejlretning."</string>
<string name="select_input_method" msgid="6865512749462072765">"Vælg indtastningsmetode"</string>
<string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
<string name="candidates_style" msgid="4333913089637062257"><u>"kandidater"</u></string>
- <string name="ext_media_checking_notification_title" msgid="5457603418970994050">"Forbereder SD-kort"</string>
+ <string name="ext_media_checking_notification_title" msgid="5457603418970994050">"Forbereder SD-kortet"</string>
<string name="ext_media_checking_notification_message" msgid="8287319882926737053">"Kontrollerer for fejl."</string>
- <string name="ext_media_nofs_notification_title" msgid="780477838241212997">"Blankt SD-kort"</string>
+ <string name="ext_media_nofs_notification_title" msgid="780477838241212997">"Tomt SD-kort"</string>
<string name="ext_media_nofs_notification_message" msgid="3817704088027829380">"SD-kortet er tomt eller har et ikke understøttet filsystem."</string>
<string name="ext_media_unmountable_notification_title" msgid="6410723906019100189">"Beskadiget SD-kort"</string>
- <string name="ext_media_unmountable_notification_message" msgid="6902531775948238989">"SD-kort beskadiget. Du bliver muligvis nødt til at omformatere det."</string>
- <string name="ext_media_badremoval_notification_title" msgid="6872152882604407837">"SD-kort blev uventet fjernet"</string>
+ <string name="ext_media_unmountable_notification_message" msgid="6902531775948238989">"SD-kortet er beskadiget. Du bliver muligvis nødt til at formatere det igen."</string>
+ <string name="ext_media_badremoval_notification_title" msgid="6872152882604407837">"SD-kortet blev fjernet uventet"</string>
<string name="ext_media_badremoval_notification_message" msgid="7260183293747448241">"Demonter SD-kortet inden fjernelse for at undgå tab af data."</string>
<string name="ext_media_safe_unmount_notification_title" msgid="6729801130790616200">"SD-kortet kan fjernes sikkert"</string>
<string name="ext_media_safe_unmount_notification_message" msgid="568841278138377604">"Du kan nu fjerne SD-kortet."</string>
@@ -772,12 +769,12 @@
<string name="permlab_pkgUsageStats" msgid="8787352074326748892">"opdater brugerstatistikker for komponenter"</string>
<string name="permdesc_pkgUsageStats" msgid="891553695716752835">"Tillader ændring af indsamlede brugerstatistikker for komponenter. Ikke til brug til normale programmer."</string>
<string name="tutorial_double_tap_to_zoom_message_short" msgid="1311810005957319690">"Tryk to gange for zoomkontrol"</string>
- <string name="gadget_host_error_inflating" msgid="2613287218853846830">"Der opstod en fejl under forøgelsen af widgeten"</string>
+ <string name="gadget_host_error_inflating" msgid="2613287218853846830">"Der opstod en fejl under forøgelsen af widgetten"</string>
<string name="ime_action_go" msgid="8320845651737369027">"Gå"</string>
<string name="ime_action_search" msgid="658110271822807811">"Søg"</string>
<string name="ime_action_send" msgid="2316166556349314424">"Send"</string>
<string name="ime_action_next" msgid="3138843904009813834">"Næste"</string>
- <string name="ime_action_done" msgid="8971516117910934605">"Færdig"</string>
+ <string name="ime_action_done" msgid="8971516117910934605">"Udfør"</string>
<string name="ime_action_default" msgid="2840921885558045721">"Udfør"</string>
<string name="dial_number_using" msgid="5789176425167573586">"Ring til nummer"\n"ved hjælp af <xliff:g id="NUMBER">%s</xliff:g>"</string>
<string name="create_contact_using" msgid="4947405226788104538">"Opret kontakt"\n"ved hjælp af <xliff:g id="NUMBER">%s</xliff:g>"</string>
diff --git a/core/res/res/values-de/donottranslate-cldr.xml b/core/res/res/values-de/donottranslate-cldr.xml
index ac6c195..fffcf26 100644
--- a/core/res/res/values-de/donottranslate-cldr.xml
+++ b/core/res/res/values-de/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s. - %8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s. %2$s - %6$s, %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-de/strings.xml b/core/res/res/values-de/strings.xml
index b0ffe18..d59d3a7 100644
--- a/core/res/res/values-de/strings.xml
+++ b/core/res/res/values-de/strings.xml
@@ -177,7 +177,7 @@
<string name="permdesc_writeSms" msgid="6299398896177548095">"Ermöglicht einer Anwendung, auf Ihrem Telefon oder Ihrer SIM-Karte gespeicherte Kurznachrichten zu bearbeiten. Schädliche Anwendungen löschen möglicherweise Ihre Nachrichten."</string>
<string name="permlab_receiveWapPush" msgid="8258226427716551388">"WAP-Nachrichten empfangen"</string>
<string name="permdesc_receiveWapPush" msgid="5979623826128082171">"Ermöglicht der Anwendung, WAP-Mitteilungen zu empfangen und zu verarbeiten. Schädliche Anwendungen können Ihre Nachrichten möglicherweise überwachen oder löschen, bevor sie angezeigt werden."</string>
- <string name="permlab_getTasks" msgid="5005277531132573353">"Laufende Anwendungen abrufen"</string>
+ <string name="permlab_getTasks" msgid="5005277531132573353">"laufende Anwendungen abrufen"</string>
<string name="permdesc_getTasks" msgid="7048711358713443341">"Ermöglicht der Anwendung, Informationen zu aktuellen und kürzlich ausführten Aufgaben abzurufen. Schädliche Anwendungen können so eventuell geheime Informationen zu anderen Anwendungen entdecken."</string>
<string name="permlab_reorderTasks" msgid="5669588525059921549">"Laufende Anwendungen neu ordnen"</string>
<string name="permdesc_reorderTasks" msgid="126252774270522835">"Ermöglicht einer Anwendung, Aufgaben in den Vorder- und Hintergrund zu verschieben. Schädliche Anwendungen können so ohne Ihr Zutun eine Anzeige im Vordergrund erzwingen."</string>
@@ -253,9 +253,9 @@
<string name="permdesc_diagnostic" msgid="3121238373951637049">"Ermöglicht einer Anwendung, alle Elemente in der Diagnosegruppe zu lesen und zu bearbeiten, etwa Dateien in \"/dev\". Dies könnte eine potenzielle Gefährdung für die Stabilität und Sicherheit des Systems darstellen und sollte NUR für Hardware-spezifische Diagnosen des Herstellers oder Netzbetreibers verwendet werden."</string>
<string name="permlab_changeComponentState" msgid="79425198834329406">"Anwendungskomponenten aktivieren oder deaktivieren"</string>
<string name="permdesc_changeComponentState" msgid="4569107043246700630">"Ermöglicht einer Anwendung, die Komponente einer anderen Anwendung nach Belieben zu aktivieren oder zu deaktivieren. Schädliche Anwendungen können so wichtige Funktionen des Telefons deaktivieren. Bei der Erteilung von Berechtigungen ist daher Vorsicht geboten, da die Anwendungskomponenten unbrauchbar, inkonsistent und unstabil werden können."</string>
- <string name="permlab_setPreferredApplications" msgid="3393305202145172005">"Bevorzugte Einstellungen festlegen"</string>
+ <string name="permlab_setPreferredApplications" msgid="3393305202145172005">"bevorzugte Einstellungen festlegen"</string>
<string name="permdesc_setPreferredApplications" msgid="760008293501937546">"Ermöglicht einer Anwendung, Ihre bevorzugten Einstellungen zu ändern. Schädliche Anwendungen können so laufende Anwendungen ohne Ihr Wissen ändern, damit die vorhandenen Anwendungen private Daten von Ihnen sammeln."</string>
- <string name="permlab_writeSettings" msgid="1365523497395143704">"Allgemeine Systemeinstellungen ändern"</string>
+ <string name="permlab_writeSettings" msgid="1365523497395143704">"allgemeine Systemeinstellungen ändern"</string>
<string name="permdesc_writeSettings" msgid="838789419871034696">"Ermöglicht einer Anwendung, die Einstellungsdaten des Systems zu ändern. Schädliche Anwendungen können so die Systemkonfiguration beschädigen."</string>
<string name="permlab_writeSecureSettings" msgid="204676251876718288">"Sicherheitseinstellungen für das System ändern"</string>
<string name="permdesc_writeSecureSettings" msgid="5497873143539034724">"Der Anwendung wird das Ändern der Sicherheitseinstellungsdaten des Systems ermöglicht. Nicht für normale Anwendungen vorgesehen."</string>
@@ -353,7 +353,7 @@
<string name="permdesc_useCredentials" msgid="7416570544619546974">"Ermöglicht einer Anwendung, Authentifizierungs-Token anzufordern."</string>
<string name="permlab_accessNetworkState" msgid="6865575199464405769">"Netzwerkstatus anzeigen"</string>
<string name="permdesc_accessNetworkState" msgid="558721128707712766">"Ermöglicht einer Anwendung, den Status aller Netzwerke anzuzeigen."</string>
- <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"Uneingeschränkter Internetzugriff"</string>
+ <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"uneingeschränkter Internetzugriff"</string>
<string name="permdesc_createNetworkSockets" msgid="4593339106921772192">"Ermöglicht einer Anwendung, Netzwerk-Sockets einzurichten."</string>
<string name="permlab_writeApnSettings" msgid="7823599210086622545">"Einstellungen für Zugriffspunktname schreiben"</string>
<string name="permdesc_writeApnSettings" msgid="7443433457842966680">"Ermöglicht einer Anwendung, die APN-Einstellungen wie Proxy und Port eines Zugriffspunkts zu ändern."</string>
@@ -379,11 +379,11 @@
<string name="permdesc_writeSyncSettings" msgid="2498201614431360044">"Ermöglicht einer Anwendung, die Synchronisierungseinstellungen zu ändern, etwa ob die Synchronisierung für Kontakte aktiviert ist oder nicht."</string>
<string name="permlab_readSyncStats" msgid="7396577451360202448">"Synchronisierungsstatistiken lesen"</string>
<string name="permdesc_readSyncStats" msgid="7511448343374465000">"Ermöglicht einer Anwendung, die Synchronisierungsstatistiken zu lesen, etwa den Verlauf der bereits durchgeführten Synchronisierungen."</string>
- <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"Abonnierte Feeds lesen"</string>
+ <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"abonnierte Feeds lesen"</string>
<string name="permdesc_subscribedFeedsRead" msgid="3622200625634207660">"Ermöglicht einer Anwendung, Details zu den zurzeit synchronisierten Feeds abzurufen."</string>
- <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"Abonnierte Feeds schreiben"</string>
+ <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"abonnierte Feeds schreiben"</string>
<string name="permdesc_subscribedFeedsWrite" msgid="8121607099326533878">"Ermöglicht einer Anwendung, Änderungen an den kürzlich synchronisierten Feeds vorzunehmen. Schädliche Anwendungen könnten so Ihre synchronisierten Feeds ändern."</string>
- <string name="permlab_readDictionary" msgid="432535716804748781">"Nutzerdefiniertes Wörterbuch lesen"</string>
+ <string name="permlab_readDictionary" msgid="432535716804748781">"nutzerdefiniertes Wörterbuch lesen"</string>
<string name="permdesc_readDictionary" msgid="1082972603576360690">"Erlaubt einer Anwendung, alle privaten Wörter, Namen und Ausdrücke zu lesen, die ein Nutzer in seinem Wörterbuch gespeichert hat."</string>
<string name="permlab_writeDictionary" msgid="6703109511836343341">"in nutzerdefiniertes Wörterbuch schreiben"</string>
<string name="permdesc_writeDictionary" msgid="2241256206524082880">"Erlaubt einer Anwendung, neue Wörter in das Wörterbuch des Nutzers zu schreiben."</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Anmelden"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Ungültiger Nutzername oder ungültiges Passwort."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Überprüfung..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Entsperren"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Ton ein"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Ton aus"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Löschen"</string>
diff --git a/core/res/res/values-el/donottranslate-cldr.xml b/core/res/res/values-el/donottranslate-cldr.xml
index a0174f6..75c11b90 100644
--- a/core/res/res/values-el/donottranslate-cldr.xml
+++ b/core/res/res/values-el/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-el/strings.xml b/core/res/res/values-el/strings.xml
index bfc4e04..c423033 100644
--- a/core/res/res/values-el/strings.xml
+++ b/core/res/res/values-el/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Σύνδεση"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Μη έγκυρο όνομα χρήστη ή κωδικός πρόσβασης."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Έλεγχος..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Ξεκλείδωμα"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Ενεργοποίηση ήχου"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Απενεργοποίηση ήχου"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Εκκαθάριση"</string>
diff --git a/core/res/res/values-en-rAU/donottranslate-cldr.xml b/core/res/res/values-en-rAU/donottranslate-cldr.xml
index cb254f3..02c4ece 100644
--- a/core/res/res/values-en-rAU/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rAU/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rCA/donottranslate-cldr.xml b/core/res/res/values-en-rCA/donottranslate-cldr.xml
index 597b0af..446855e 100644
--- a/core/res/res/values-en-rCA/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rCA/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%2$s %3$s-%8$s, %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %2$s %3$s - %6$s, %7$s %8$s, %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, MMMM d</string>
- <string name="abbrev_wday_month_day_year">E, MMM d, y</string>
+ <string name="full_wday_month_day_no_year">EEEE, MMMM d</string>
+ <string name="abbrev_wday_month_day_year">E, MMM d, yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rGB/donottranslate-cldr.xml b/core/res/res/values-en-rGB/donottranslate-cldr.xml
index 5416b8e..0879d0f 100644
--- a/core/res/res/values-en-rGB/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rGB/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rIE/donottranslate-cldr.xml b/core/res/res/values-en-rIE/donottranslate-cldr.xml
index 93743ba..b611f7a 100644
--- a/core/res/res/values-en-rIE/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rIE/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s - %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rIN/donottranslate-cldr.xml b/core/res/res/values-en-rIN/donottranslate-cldr.xml
index 9de1ba9..0a8ae5a 100644
--- a/core/res/res/values-en-rIN/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rIN/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s - %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rNZ/donottranslate-cldr.xml b/core/res/res/values-en-rNZ/donottranslate-cldr.xml
index e600878..329b268 100644
--- a/core/res/res/values-en-rNZ/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rNZ/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rUS/donottranslate-cldr.xml b/core/res/res/values-en-rUS/donottranslate-cldr.xml
index 14ef2a0..a94fb58 100644
--- a/core/res/res/values-en-rUS/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rUS/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%2$s %3$s – %8$s, %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %2$s %3$s – %6$s, %7$s %8$s, %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, MMMM d</string>
- <string name="abbrev_wday_month_day_year">EEE, MMM d, y</string>
+ <string name="full_wday_month_day_no_year">EEEE, MMMM d</string>
+ <string name="abbrev_wday_month_day_year">EEE, MMM d, yyyy</string>
</resources>
diff --git a/core/res/res/values-en-rZA/donottranslate-cldr.xml b/core/res/res/values-en-rZA/donottranslate-cldr.xml
index 7c7529f..7538611 100644
--- a/core/res/res/values-en-rZA/donottranslate-cldr.xml
+++ b/core/res/res/values-en-rZA/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s - %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E dd MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E dd MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-es-rUS/donottranslate-cldr.xml b/core/res/res/values-es-rUS/donottranslate-cldr.xml
index 1ff3f05..1a59c4bc 100644
--- a/core/res/res/values-es-rUS/donottranslate-cldr.xml
+++ b/core/res/res/values-es-rUS/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s de %2$s de %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s de %2$s al %6$s %8$s de %7$s de %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d \'de\' MMMM</string>
- <string name="abbrev_wday_month_day_year">E d \'de\' MMM \'de\' y</string>
+ <string name="full_wday_month_day_no_year">EEEE d \'de\' MMMM</string>
+ <string name="abbrev_wday_month_day_year">E d \'de\' MMM \'de\' yyyy</string>
</resources>
diff --git a/core/res/res/values-es-rUS/strings.xml b/core/res/res/values-es-rUS/strings.xml
index d3b8991..6893979 100644
--- a/core/res/res/values-es-rUS/strings.xml
+++ b/core/res/res/values-es-rUS/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Inicia sesión"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Nombre de usuario o contraseña incorrecta."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Comprobando..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Desbloquear"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Sonido encendido"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Sonido apagado"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Borrar"</string>
diff --git a/core/res/res/values-es/donottranslate-cldr.xml b/core/res/res/values-es/donottranslate-cldr.xml
index 7cefcce..206b56d 100644
--- a/core/res/res/values-es/donottranslate-cldr.xml
+++ b/core/res/res/values-es/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s–%8$s de %2$s de %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s de %2$s – %6$s %8$s de %7$s de %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d \'de\' MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d \'de\' MMM \'de\' y</string>
+ <string name="full_wday_month_day_no_year">EEEE d \'de\' MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d \'de\' MMM \'de\' yyyy</string>
</resources>
diff --git a/core/res/res/values-es/strings.xml b/core/res/res/values-es/strings.xml
index dad4ed2..a5890a0 100644
--- a/core/res/res/values-es/strings.xml
+++ b/core/res/res/values-es/strings.xml
@@ -101,7 +101,7 @@
<string name="httpErrorUnsupportedAuthScheme" msgid="2781440683514730227">"No se admite el esquema de autenticación del sitio."</string>
<string name="httpErrorAuth" msgid="7293960746955020542">"La autenticación no se ha realizado correctamente."</string>
<string name="httpErrorProxyAuth" msgid="1788207010559081331">"La autenticación mediante el servidor proxy no se ha realizado correctamente."</string>
- <string name="httpErrorConnect" msgid="7623096283505770433">"La conexión al servidor no se ha realizado correctamente."</string>
+ <string name="httpErrorConnect" msgid="7623096283505770433">"La conexión con el servidor no se ha realizado correctamente."</string>
<string name="httpErrorIO" msgid="5047872902739125260">"El servidor no ha podido establecer la comunicación. Vuelve a intentarlo más tarde."</string>
<string name="httpErrorTimeout" msgid="4743403703762883954">"Se ha agotado el tiempo de espera de conexión al servidor."</string>
<string name="httpErrorRedirectLoop" msgid="8679596090392779516">"La página contiene demasiados redireccionamientos de servidor."</string>
@@ -156,7 +156,7 @@
<string name="permgrouplab_systemTools" msgid="4652191644082714048">"Herramientas del sistema"</string>
<string name="permgroupdesc_systemTools" msgid="8162102602190734305">"Acceso de nivel inferior y control del sistema"</string>
<string name="permgrouplab_developmentTools" msgid="3446164584710596513">"Herramientas de desarrollo"</string>
- <string name="permgroupdesc_developmentTools" msgid="9056431193893809814">"Funciones necesarias sólo para desarrolladores de aplicaciones"</string>
+ <string name="permgroupdesc_developmentTools" msgid="9056431193893809814">"Funciones necesarias solo para desarrolladores de aplicaciones"</string>
<string name="permgrouplab_storage" msgid="1971118770546336966">"Almacenamiento"</string>
<string name="permgroupdesc_storage" msgid="9203302214915355774">"Acceder a la tarjeta SD"</string>
<string name="permlab_statusBar" msgid="7417192629601890791">"inhabilitar o modificar la barra de estado"</string>
@@ -180,7 +180,7 @@
<string name="permlab_getTasks" msgid="5005277531132573353">"recuperar aplicaciones en ejecución"</string>
<string name="permdesc_getTasks" msgid="7048711358713443341">"Permite que la aplicación recupere información sobre tareas que se están ejecutando en este momento o que se han ejecutado recientemente. Puede permitir que las aplicaciones malintencionadas vean información privada sobre otras aplicaciones."</string>
<string name="permlab_reorderTasks" msgid="5669588525059921549">"reorganizar aplicaciones en ejecución"</string>
- <string name="permdesc_reorderTasks" msgid="126252774270522835">"Permite que una aplicación mueva tareas a segundo plano y a primer plano. Las aplicaciones malintencionadas pueden aparecer en primer plano sin su control."</string>
+ <string name="permdesc_reorderTasks" msgid="126252774270522835">"Permite que una aplicación mueva tareas a segundo plano y a primer plano. Las aplicaciones malintencionadas pueden aparecer en primer plano sin tu control."</string>
<string name="permlab_setDebugApp" msgid="4339730312925176742">"habilitar depuración de aplicación"</string>
<string name="permdesc_setDebugApp" msgid="5584310661711990702">"Permite que una aplicación active la depuración de otra aplicación. Las aplicaciones malintencionadas pueden utilizar este permiso para desactivar otras aplicaciones."</string>
<string name="permlab_changeConfiguration" msgid="8214475779521218295">"cambiar la configuración de la interfaz de usuario"</string>
@@ -196,7 +196,7 @@
<string name="permlab_stopAppSwitches" msgid="4138608610717425573">"evitar cambios de aplicación"</string>
<string name="permdesc_stopAppSwitches" msgid="3857886086919033794">"Evita que el usuario cambie a otra aplicación."</string>
<string name="permlab_runSetActivityWatcher" msgid="7811586187574696296">"supervisar y controlar la ejecución de todas las aplicaciones"</string>
- <string name="permdesc_runSetActivityWatcher" msgid="3228701938345388092">"Permite que una aplicación supervise y controle la ejecución de las actividades por parte del sistema. Las aplicaciones malintencionadas pueden vulnerar la seguridad del sistema. Este permiso sólo es necesario para tareas de desarrollo, nunca para el uso habitual del teléfono."</string>
+ <string name="permdesc_runSetActivityWatcher" msgid="3228701938345388092">"Permite que una aplicación supervise y controle la ejecución de las actividades por parte del sistema. Las aplicaciones malintencionadas pueden vulnerar la seguridad del sistema. Este permiso solo es necesario para tareas de desarrollo, nunca para el uso habitual del teléfono."</string>
<string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"enviar emisión eliminada de paquete"</string>
<string name="permdesc_broadcastPackageRemoved" msgid="3453286591439891260">"Permite que una aplicación emita una notificación de que se ha eliminado un paquete de aplicación. Las aplicaciones malintencionadas pueden utilizar este permiso para interrumpir la ejecución de cualquier otra aplicación."</string>
<string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"enviar una emisión recibida mediante SMS"</string>
@@ -284,7 +284,7 @@
<string name="permlab_installLocationProvider" msgid="6578101199825193873">"permiso para instalar un proveedor de ubicación"</string>
<string name="permdesc_installLocationProvider" msgid="5449175116732002106">"Crear fuentes de origen simuladas para realizar pruebas. Las aplicaciones malintencionadas pueden utilizar este permiso para sobrescribir la ubicación o el estado devueltos por orígenes de ubicación reales, tales como los proveedores de red o GPS, o para controlar y notificar tu ubicación a una fuente externa."</string>
<string name="permlab_accessFineLocation" msgid="8116127007541369477">"precisar la ubicación (GPS)"</string>
- <string name="permdesc_accessFineLocation" msgid="7411213317434337331">"Permite precisar las fuentes de ubicación como, por ejemplo, el sistema de posicionamiento global, en el teléfono, en los casos en que estén disponibles. Las aplicaciones malintencionadas pueden utilizar este permiso para determinar dónde se encuentra en usuario y pueden consumir batería adicional."</string>
+ <string name="permdesc_accessFineLocation" msgid="7411213317434337331">"Permite precisar las fuentes de ubicación como, por ejemplo, el sistema de posicionamiento global, en el teléfono, en los casos en que estén disponibles. Las aplicaciones malintencionadas pueden utilizar este permiso para determinar dónde se encuentra el usuario y pueden consumir batería adicional."</string>
<string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"ubicación común (basada en red)"</string>
<string name="permdesc_accessCoarseLocation" msgid="8235655958070862293">"Acceder a fuentes de ubicación comunes como, por ejemplo, la base de datos de red de un teléfono móvil, para determinar una ubicación telefónica aproximada, en los casos en que esté disponible. Las aplicaciones malintencionadas pueden utilizar este permiso para determinar dónde te encuentras aproximadamente."</string>
<string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"acceder a SurfaceFlinger"</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Acceder"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Nombre de usuario o contraseña no válido"</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Comprobando..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Desbloquear"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Activar sonido"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Desactivar sonido"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Borrar"</string>
@@ -539,7 +536,7 @@
<string name="battery_low_percent_format" msgid="696154104579022959">"<xliff:g id="NUMBER">%d%%</xliff:g> o menos disponible"</string>
<string name="battery_low_why" msgid="7279169609518386372">"Uso de la batería"</string>
<string name="factorytest_failed" msgid="5410270329114212041">"Fallo en la prueba de fábrica"</string>
- <string name="factorytest_not_system" msgid="4435201656767276723">"La acción FACTORY_TEST sólo es compatible con los paquetes instalados en /system/app."</string>
+ <string name="factorytest_not_system" msgid="4435201656767276723">"La acción FACTORY_TEST solo es compatible con los paquetes instalados en /system/app."</string>
<string name="factorytest_no_action" msgid="872991874799998561">"No se ha encontrado ningún paquete que proporcione la acción FACTORY_TEST."</string>
<string name="factorytest_reboot" msgid="6320168203050791643">"Reiniciar"</string>
<string name="js_dialog_title" msgid="8143918455087008109">"La página \"<xliff:g id="TITLE">%s</xliff:g>\" dice:"</string>
diff --git a/core/res/res/values-fi-rFI/donottranslate-cldr.xml b/core/res/res/values-fi-rFI/donottranslate-cldr.xml
index 59cf4ee..ddcc0ea 100644
--- a/core/res/res/values-fi-rFI/donottranslate-cldr.xml
+++ b/core/res/res/values-fi-rFI/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s. – %8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s. %2$s – %6$s %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-fr/donottranslate-cldr.xml b/core/res/res/values-fr/donottranslate-cldr.xml
index 675cb7a..86b8d19 100644
--- a/core/res/res/values-fr/donottranslate-cldr.xml
+++ b/core/res/res/values-fr/donottranslate-cldr.xml
@@ -145,5 +145,5 @@
<string name="same_year_wday1_mdy1_wday2_mdy2">du %1$s %3$s %2$s au %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
<string name="full_wday_month_day_no_year">EEE d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-fr/strings.xml b/core/res/res/values-fr/strings.xml
index 55b74da..7128528 100644
--- a/core/res/res/values-fr/strings.xml
+++ b/core/res/res/values-fr/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Se connecter"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Nom d\'utilisateur ou mot de passe incorrect."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Vérification..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Débloquer"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Son activé"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Son désactivé"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Effacer"</string>
diff --git a/core/res/res/values-hi-rIN/donottranslate-cldr.xml b/core/res/res/values-hi-rIN/donottranslate-cldr.xml
index d9405d8..00cb965 100644
--- a/core/res/res/values-hi-rIN/donottranslate-cldr.xml
+++ b/core/res/res/values-hi-rIN/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s-%2$s-%3$s – %8$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %9$s-%2$s-%3$s – %6$s, yyyy-%7$s-%8$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-hr-rHR/donottranslate-cldr.xml b/core/res/res/values-hr-rHR/donottranslate-cldr.xml
index 70f4b64..dfcded5 100644
--- a/core/res/res/values-hr-rHR/donottranslate-cldr.xml
+++ b/core/res/res/values-hr-rHR/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s. - %8$s.%2$s.%9$s.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s.%2$s. - %6$s, %8$s.%7$s.%9$s.</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d.MMM.y.</string>
+ <string name="full_wday_month_day_no_year">EEEE, d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d.MMM.yyyy.</string>
</resources>
diff --git a/core/res/res/values-hu-rHU/donottranslate-cldr.xml b/core/res/res/values-hu-rHU/donottranslate-cldr.xml
index a34c541..553667b 100644
--- a/core/res/res/values-hu-rHU/donottranslate-cldr.xml
+++ b/core/res/res/values-hu-rHU/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s. %2$s %3$s-%8$s.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s. %2$s %3$s., %1$s - %7$s %8$s., %6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">y. MMM d., E</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">yyyy. MMM d., E</string>
</resources>
diff --git a/core/res/res/values-id-rID/donottranslate-cldr.xml b/core/res/res/values-id-rID/donottranslate-cldr.xml
index 6c1496f..4d4ebb2 100644
--- a/core/res/res/values-id-rID/donottranslate-cldr.xml
+++ b/core/res/res/values-id-rID/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s - %8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">E, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">E, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-it/donottranslate-cldr.xml b/core/res/res/values-it/donottranslate-cldr.xml
index 34941e2..8af25f2 100644
--- a/core/res/res/values-it/donottranslate-cldr.xml
+++ b/core/res/res/values-it/donottranslate-cldr.xml
@@ -145,5 +145,5 @@
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s - %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
<string name="full_wday_month_day_no_year">EEE d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-it/strings.xml b/core/res/res/values-it/strings.xml
index 39dd807..d9b6ca4 100644
--- a/core/res/res/values-it/strings.xml
+++ b/core/res/res/values-it/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Accedi"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Password o nome utente non valido."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Controllo in corso..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Sblocca"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Audio attivato"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Audio disattivato"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Cancella"</string>
diff --git a/core/res/res/values-ja/donottranslate-cldr.xml b/core/res/res/values-ja/donottranslate-cldr.xml
index d4884bf..7447abc 100644
--- a/core/res/res/values-ja/donottranslate-cldr.xml
+++ b/core/res/res/values-ja/donottranslate-cldr.xml
@@ -145,5 +145,5 @@
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s年%2$s%3$s日 (%1$s)~%7$s%8$s日 (%6$s)</string>
<string name="short_format_month">%b</string>
<string name="full_wday_month_day_no_year">M月d日 (E)</string>
- <string name="abbrev_wday_month_day_year">y年M月d日 (E)</string>
+ <string name="abbrev_wday_month_day_year">yyyy年M月d日 (E)</string>
</resources>
diff --git a/core/res/res/values-ja/strings.xml b/core/res/res/values-ja/strings.xml
index b1f78dd..d8bffe2 100644
--- a/core/res/res/values-ja/strings.xml
+++ b/core/res/res/values-ja/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"ログイン"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"ユーザー名またはパスワードが正しくありません。"</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"確認中..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"ロック解除"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"サウンドON"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"サウンドOFF"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"通知を消去"</string>
@@ -729,7 +726,7 @@
<string name="sms_control_no" msgid="1715320703137199869">"キャンセル"</string>
<string name="date_time_set" msgid="5777075614321087758">"設定"</string>
<string name="default_permission_group" msgid="2690160991405646128">"端末既定"</string>
- <string name="no_permissions" msgid="7283357728219338112">"権限付与の必要はありません"</string>
+ <string name="no_permissions" msgid="7283357728219338112">"権限の許可は必要ありません"</string>
<string name="perms_hide" msgid="7283915391320676226"><b>"隠す"</b></string>
<string name="perms_show_all" msgid="2671791163933091180"><b>"すべて表示"</b></string>
<string name="googlewebcontenthelper_loading" msgid="4722128368651947186">"読み込み中..."</string>
diff --git a/core/res/res/values-ko/donottranslate-cldr.xml b/core/res/res/values-ko/donottranslate-cldr.xml
index 67a5e7c..cdbd65e 100644
--- a/core/res/res/values-ko/donottranslate-cldr.xml
+++ b/core/res/res/values-ko/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s년 %2$s %3$s일 ~ %8$s일</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s년 %2$s %3$s일 %1$s ~ %7$s %8$s일 %6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">MMMM d일 E</string>
- <string name="abbrev_wday_month_day_year">y년 MMM d일 EEE</string>
+ <string name="full_wday_month_day_no_year">MMMM d일 EEEE</string>
+ <string name="abbrev_wday_month_day_year">yyyy년 MMM d일 EEE</string>
</resources>
diff --git a/core/res/res/values-ko/strings.xml b/core/res/res/values-ko/strings.xml
index 721ab31..63b2461 100644
--- a/core/res/res/values-ko/strings.xml
+++ b/core/res/res/values-ko/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"로그인"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"사용자 이름 또는 비밀번호가 잘못되었습니다."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"확인 중..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"잠금해제"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"사운드 켜기"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"사운드 끄기"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"지우기"</string>
diff --git a/core/res/res/values-lt-rLT/donottranslate-cldr.xml b/core/res/res/values-lt-rLT/donottranslate-cldr.xml
index 8a8822f..982f993 100644
--- a/core/res/res/values-lt-rLT/donottranslate-cldr.xml
+++ b/core/res/res/values-lt-rLT/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s m. %2$s %3$s-%8$s d.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s m. %2$s %3$s d., %1$s-%7$s %8$s d., %6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">MMMM d \'d\'., E</string>
- <string name="abbrev_wday_month_day_year">y \'m\'. MMM d \'d\'., E</string>
+ <string name="full_wday_month_day_no_year">MMMM d \'d\'., EEEE</string>
+ <string name="abbrev_wday_month_day_year">yyyy \'m\'. MMM d \'d\'., E</string>
</resources>
diff --git a/core/res/res/values-lv-rLV/donottranslate-cldr.xml b/core/res/res/values-lv-rLV/donottranslate-cldr.xml
index 3b6e55f..c4000b0 100644
--- a/core/res/res/values-lv-rLV/donottranslate-cldr.xml
+++ b/core/res/res/values-lv-rLV/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s. gada %3$s.-%8$s. %2$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %9$s. gada %3$s. %2$s-%6$s, y. gada %8$s. %7$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d. MMMM</string>
+ <string name="full_wday_month_day_no_year">EEEE, d. MMMM</string>
<string name="abbrev_wday_month_day_year">EEE, yyyy. \'g\'. dd. MMM</string>
</resources>
diff --git a/core/res/res/values-nb/donottranslate-cldr.xml b/core/res/res/values-nb/donottranslate-cldr.xml
index 62ec12c..512eb01 100644
--- a/core/res/res/values-nb/donottranslate-cldr.xml
+++ b/core/res/res/values-nb/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.–%8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s. %2$s–%6$s %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-nb/strings.xml b/core/res/res/values-nb/strings.xml
index 90a1e9f..1546ddb 100644
--- a/core/res/res/values-nb/strings.xml
+++ b/core/res/res/values-nb/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Logg på"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Ugyldig brukernavn eller passord."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Kontrollerer ..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Lås opp"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Lyd på"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Lyd av"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Fjern"</string>
diff --git a/core/res/res/values-nl/donottranslate-cldr.xml b/core/res/res/values-nl/donottranslate-cldr.xml
index 101250e..3db9e69 100644
--- a/core/res/res/values-nl/donottranslate-cldr.xml
+++ b/core/res/res/values-nl/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s - %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-nl/strings.xml b/core/res/res/values-nl/strings.xml
index fdd35a9..37f6e0a 100644
--- a/core/res/res/values-nl/strings.xml
+++ b/core/res/res/values-nl/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Aanmelden"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Gebruikersnaam of wachtwoord ongeldig."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Controleren..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Ontgrendelen"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Geluid aan"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Geluid uit"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Wissen"</string>
diff --git a/core/res/res/values-pl/donottranslate-cldr.xml b/core/res/res/values-pl/donottranslate-cldr.xml
index 00a6d1c..baff798 100644
--- a/core/res/res/values-pl/donottranslate-cldr.xml
+++ b/core/res/res/values-pl/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s-%6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-pl/strings.xml b/core/res/res/values-pl/strings.xml
index edb3ff6..633088d 100644
--- a/core/res/res/values-pl/strings.xml
+++ b/core/res/res/values-pl/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Zaloguj"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Błędna nazwa użytkownika lub hasło."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Trwa sprawdzanie..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Odblokuj"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Włącz dźwięk"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Wyłącz dźwięk"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Wyczyść"</string>
@@ -599,7 +596,7 @@
</plurals>
<plurals name="abbrev_num_seconds_ago">
<item quantity="one" msgid="1849036840200069118">"sekundę temu"</item>
- <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> sek. temu"</item>
+ <item quantity="other" msgid="3699169366650930415">"<xliff:g id="COUNT">%d</xliff:g> s temu"</item>
</plurals>
<plurals name="abbrev_num_minutes_ago">
<item quantity="one" msgid="6361490147113871545">"minutę temu"</item>
@@ -615,7 +612,7 @@
</plurals>
<plurals name="abbrev_in_num_seconds">
<item quantity="one" msgid="5842225370795066299">"za sekundę"</item>
- <item quantity="other" msgid="5495880108825805108">"za <xliff:g id="COUNT">%d</xliff:g> sek."</item>
+ <item quantity="other" msgid="5495880108825805108">"za <xliff:g id="COUNT">%d</xliff:g> s"</item>
</plurals>
<plurals name="abbrev_in_num_minutes">
<item quantity="one" msgid="562786149928284878">"za minutę"</item>
diff --git a/core/res/res/values-pt-rPT/donottranslate-cldr.xml b/core/res/res/values-pt-rPT/donottranslate-cldr.xml
index f11ad2c..25dc7b3 100644
--- a/core/res/res/values-pt-rPT/donottranslate-cldr.xml
+++ b/core/res/res/values-pt-rPT/donottranslate-cldr.xml
@@ -145,5 +145,5 @@
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s de %2$s - %6$s, %8$s de %7$s de %9$s</string>
<string name="short_format_month">%b</string>
<string name="full_wday_month_day_no_year">EEE, d \'de\' MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d \'de\' MMM \'de\' y</string>
+ <string name="abbrev_wday_month_day_year">EEE, d \'de\' MMM \'de\' yyyy</string>
</resources>
diff --git a/core/res/res/values-pt-rPT/strings.xml b/core/res/res/values-pt-rPT/strings.xml
index 603c8b7..a494a7a 100644
--- a/core/res/res/values-pt-rPT/strings.xml
+++ b/core/res/res/values-pt-rPT/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Iniciar sessão"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Nome de utilizador ou palavra-passe inválidos."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"A verificar..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Desbloquear"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Som activado"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Som desactivado"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Limpar"</string>
diff --git a/core/res/res/values-pt/donottranslate-cldr.xml b/core/res/res/values-pt/donottranslate-cldr.xml
index e80005e..4431877 100644
--- a/core/res/res/values-pt/donottranslate-cldr.xml
+++ b/core/res/res/values-pt/donottranslate-cldr.xml
@@ -145,5 +145,5 @@
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s de %2$s - %6$s, %8$s de %7$s de %9$s</string>
<string name="short_format_month">%b</string>
<string name="full_wday_month_day_no_year">EEE, d \'de\' MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d \'de\' MMM \'de\' y</string>
+ <string name="abbrev_wday_month_day_year">EEE, d \'de\' MMM \'de\' yyyy</string>
</resources>
diff --git a/core/res/res/values-pt/strings.xml b/core/res/res/values-pt/strings.xml
index eccb608..1bae99e 100644
--- a/core/res/res/values-pt/strings.xml
+++ b/core/res/res/values-pt/strings.xml
@@ -390,7 +390,7 @@
<string name="permlab_sdcardWrite" msgid="8079403759001777291">"modificar/excluir conteúdo do cartão SD"</string>
<string name="permdesc_sdcardWrite" msgid="6643963204976471878">"Permite que um aplicativo grave no cartão SD."</string>
<string-array name="phoneTypes">
- <item msgid="8901098336658710359">"Página inicial"</item>
+ <item msgid="8901098336658710359">"Residencial"</item>
<item msgid="869923650527136615">"Celular"</item>
<item msgid="7897544654242874543">"Trabalho"</item>
<item msgid="1103601433382158155">"Fax do trabalho"</item>
@@ -400,19 +400,19 @@
<item msgid="9192514806975898961">"Personalizado"</item>
</string-array>
<string-array name="emailAddressTypes">
- <item msgid="8073994352956129127">"Página inicial"</item>
+ <item msgid="8073994352956129127">"Residencial"</item>
<item msgid="7084237356602625604">"Trabalho"</item>
<item msgid="1112044410659011023">"Outros"</item>
<item msgid="2374913952870110618">"Personalizado"</item>
</string-array>
<string-array name="postalAddressTypes">
- <item msgid="6880257626740047286">"Página inicial"</item>
+ <item msgid="6880257626740047286">"Residencial"</item>
<item msgid="5629153956045109251">"Trabalho"</item>
<item msgid="4966604264500343469">"Outros"</item>
<item msgid="4932682847595299369">"Personalizado"</item>
</string-array>
<string-array name="imAddressTypes">
- <item msgid="1738585194601476694">"Página inicial"</item>
+ <item msgid="1738585194601476694">"Residencial"</item>
<item msgid="1359644565647383708">"Trabalho"</item>
<item msgid="7868549401053615677">"Outros"</item>
<item msgid="3145118944639869809">"Personalizado"</item>
@@ -433,7 +433,7 @@
<item msgid="1648797903785279353">"Jabber"</item>
</string-array>
<string name="phoneTypeCustom" msgid="1644738059053355820">"Personalizado"</string>
- <string name="phoneTypeHome" msgid="2570923463033985887">"Página inicial"</string>
+ <string name="phoneTypeHome" msgid="2570923463033985887">"Residencial"</string>
<string name="phoneTypeMobile" msgid="6501463557754751037">"Celular"</string>
<string name="phoneTypeWork" msgid="8863939667059911633">"Comercial"</string>
<string name="phoneTypeFaxWork" msgid="3517792160008890912">"Fax comercial"</string>
@@ -457,16 +457,16 @@
<string name="eventTypeAnniversary" msgid="3876779744518284000">"Data comemorativa"</string>
<string name="eventTypeOther" msgid="5834288791948564594">"Evento"</string>
<string name="emailTypeCustom" msgid="8525960257804213846">"Personalizado"</string>
- <string name="emailTypeHome" msgid="449227236140433919">"Página inicial"</string>
+ <string name="emailTypeHome" msgid="449227236140433919">"Residencial"</string>
<string name="emailTypeWork" msgid="3548058059601149973">"Comercial"</string>
<string name="emailTypeOther" msgid="2923008695272639549">"Outros"</string>
<string name="emailTypeMobile" msgid="119919005321166205">"Celular"</string>
<string name="postalTypeCustom" msgid="8903206903060479902">"Personalizado"</string>
- <string name="postalTypeHome" msgid="8165756977184483097">"Página inicial"</string>
+ <string name="postalTypeHome" msgid="8165756977184483097">"Residencial"</string>
<string name="postalTypeWork" msgid="5268172772387694495">"Comercial"</string>
<string name="postalTypeOther" msgid="2726111966623584341">"Outros"</string>
<string name="imTypeCustom" msgid="2074028755527826046">"Personalizado"</string>
- <string name="imTypeHome" msgid="6241181032954263892">"Página inicial"</string>
+ <string name="imTypeHome" msgid="6241181032954263892">"Residencial"</string>
<string name="imTypeWork" msgid="1371489290242433090">"Comercial"</string>
<string name="imTypeOther" msgid="5377007495735915478">"Outros"</string>
<string name="imProtocolCustom" msgid="6919453836618749992">"Personalizado"</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Fazer login"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Nome de usuário ou senha inválida."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Verificando..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Desbloquear"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Som ativado"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Som desativado"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Limpar"</string>
diff --git a/core/res/res/values-ro-rRO/donottranslate-cldr.xml b/core/res/res/values-ro-rRO/donottranslate-cldr.xml
index ef34103..3e425f0 100644
--- a/core/res/res/values-ro-rRO/donottranslate-cldr.xml
+++ b/core/res/res/values-ro-rRO/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s - %6$s, %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-ru/donottranslate-cldr.xml b/core/res/res/values-ru/donottranslate-cldr.xml
index 1b9938c..8399424 100644
--- a/core/res/res/values-ru/donottranslate-cldr.xml
+++ b/core/res/res/values-ru/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s г.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%3$s %2$s - %8$s %7$s %9$s г.</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">E, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">E, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-ru/strings.xml b/core/res/res/values-ru/strings.xml
index 17aba0c..be24f4e 100644
--- a/core/res/res/values-ru/strings.xml
+++ b/core/res/res/values-ru/strings.xml
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Вход"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Неверное имя пользователя или пароль."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Проверка..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Разблокировать"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Вкл. звук"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Откл. звук"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Очистить"</string>
diff --git a/core/res/res/values-sk-rSK/donottranslate-cldr.xml b/core/res/res/values-sk-rSK/donottranslate-cldr.xml
index efd8e6a..32272ea 100644
--- a/core/res/res/values-sk-rSK/donottranslate-cldr.xml
+++ b/core/res/res/values-sk-rSK/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s. - %8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s. %2$s - %6$s %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d. MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d. MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-sl-rSI/donottranslate-cldr.xml b/core/res/res/values-sl-rSI/donottranslate-cldr.xml
index 7bffe0c..e4bc557 100644
--- a/core/res/res/values-sl-rSI/donottranslate-cldr.xml
+++ b/core/res/res/values-sl-rSI/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.–%8$s. %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s. %2$s–%6$s, %8$s. %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">E, d. MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">E, d. MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-sr-rRS/donottranslate-cldr.xml b/core/res/res/values-sr-rRS/donottranslate-cldr.xml
index 60f81d8..79752ab 100644
--- a/core/res/res/values-sr-rRS/donottranslate-cldr.xml
+++ b/core/res/res/values-sr-rRS/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s.-%8$s. %2$s %9$s.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s. %2$s - %6$s, %8$s. %7$s %9$s.</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E MMMM d</string>
- <string name="abbrev_wday_month_day_year">EEE, d. MMM y.</string>
+ <string name="full_wday_month_day_no_year">EEEE MMMM d</string>
+ <string name="abbrev_wday_month_day_year">EEE, d. MMM yyyy.</string>
</resources>
diff --git a/core/res/res/values-sv/donottranslate-cldr.xml b/core/res/res/values-sv/donottranslate-cldr.xml
index 187e1b1..bf688ce 100644
--- a/core/res/res/values-sv/donottranslate-cldr.xml
+++ b/core/res/res/values-sv/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s–%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s – %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-sv/strings.xml b/core/res/res/values-sv/strings.xml
index fb701d6..fbbcb62 100644
--- a/core/res/res/values-sv/strings.xml
+++ b/core/res/res/values-sv/strings.xml
@@ -486,12 +486,12 @@
<string name="contact_status_update_attribution_with_date" msgid="5945386376369979909">"<xliff:g id="DATE">%1$s</xliff:g> via <xliff:g id="SOURCE">%2$s</xliff:g>"</string>
<string name="keyguard_password_enter_pin_code" msgid="3731488827218876115">"Ange PIN-kod"</string>
<string name="keyguard_password_wrong_pin_code" msgid="1295984114338107718">"Fel PIN-kod!"</string>
- <string name="keyguard_label_text" msgid="861796461028298424">"Tryck på Meny och sedan på 0 om du vill låsa upp."</string>
+ <string name="keyguard_label_text" msgid="861796461028298424">"Tryck på Menu och sedan på 0 om du vill låsa upp."</string>
<string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"Nödsamtalsnummer"</string>
<string name="lockscreen_carrier_default" msgid="8812714795156374435">"(Ingen tjänst)"</string>
<string name="lockscreen_screen_locked" msgid="7288443074806832904">"Skärmen har låsts."</string>
- <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Tryck på Meny om du vill låsa upp eller ringa nödsamtal."</string>
- <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Tryck på Meny om du vill låsa upp."</string>
+ <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Tryck på Menu om du vill låsa upp eller ringa nödsamtal."</string>
+ <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Tryck på Menu om du vill låsa upp."</string>
<string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Rita grafiskt lösenord för att låsa upp"</string>
<string name="lockscreen_emergency_call" msgid="5347633784401285225">"Nödsamtal"</string>
<string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Korrekt!"</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Logga in"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Ogiltigt användarnamn eller lösenord."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Kontrollerar ..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Lås upp"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Ljud på"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Ljud av"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g><xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Ta bort"</string>
@@ -558,7 +555,7 @@
<string name="open_permission_deny" msgid="5661861460947222274">"Du har inte behörighet att öppna den här sidan."</string>
<string name="text_copied" msgid="4985729524670131385">"Text har kopierats till urklipp."</string>
<string name="more_item_label" msgid="4650918923083320495">"Mer"</string>
- <string name="prepend_shortcut_label" msgid="2572214461676015642">"Meny+"</string>
+ <string name="prepend_shortcut_label" msgid="2572214461676015642">"Menu+"</string>
<string name="menu_space_shortcut_label" msgid="2410328639272162537">"utrymme"</string>
<string name="menu_enter_shortcut_label" msgid="2743362785111309668">"retur"</string>
<string name="menu_delete_shortcut_label" msgid="3658178007202748164">"ta bort"</string>
diff --git a/core/res/res/values-th-rTH/donottranslate-cldr.xml b/core/res/res/values-th-rTH/donottranslate-cldr.xml
index 8970549..85dc3b9 100644
--- a/core/res/res/values-th-rTH/donottranslate-cldr.xml
+++ b/core/res/res/values-th-rTH/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s–%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s %3$s %2$s – %6$s %8$s %7$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-tr/donottranslate-cldr.xml b/core/res/res/values-tr/donottranslate-cldr.xml
index 9e614a6..55b6d1f 100644
--- a/core/res/res/values-tr/donottranslate-cldr.xml
+++ b/core/res/res/values-tr/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s-%8$s %2$s %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%3$s %2$s %1$s - %8$s %7$s %6$s %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">dd MMMM E</string>
- <string name="abbrev_wday_month_day_year">dd MMM y EEE</string>
+ <string name="full_wday_month_day_no_year">dd MMMM EEEE</string>
+ <string name="abbrev_wday_month_day_year">dd MMM yyyy EEE</string>
</resources>
diff --git a/core/res/res/values-tr/strings.xml b/core/res/res/values-tr/strings.xml
index dc44cca..687fe36 100644
--- a/core/res/res/values-tr/strings.xml
+++ b/core/res/res/values-tr/strings.xml
@@ -311,9 +311,9 @@
<string name="permdesc_flashlight" msgid="6433045942283802309">"Uygulamaların flaş ışığını denetlemesine izin verir."</string>
<string name="permlab_hardware_test" msgid="4148290860400659146">"donanımı test et"</string>
<string name="permdesc_hardware_test" msgid="3668894686500081699">"Uygulamanın donanım testi için çeşitli çevre birimlerini denetlemesine izin verir."</string>
- <string name="permlab_callPhone" msgid="3925836347681847954">"telefon numaralarını doğrudan ara"</string>
- <string name="permdesc_callPhone" msgid="3369867353692722456">"Uygulamanın müdahaleniz olmadan telefon numaralarını aramasına izin verir. Kötü amaçlı uygulamalar, telefon faturanızda beklenmedik görüşmeler çıkmasına neden olabilir. Bu işlev, uygulamanın acil numara aramasına izin vermez."</string>
- <string name="permlab_callPrivileged" msgid="4198349211108497879">"herhangi bir telefon numarasını doğrudan ara"</string>
+ <string name="permlab_callPhone" msgid="3925836347681847954">"telefon numaralarına doğrudan çağrı yap"</string>
+ <string name="permdesc_callPhone" msgid="3369867353692722456">"Uygulamanın müdahaleniz olmadan telefon numaralarına çağrı yapmasına izin verir. Kötü amaçlı uygulamalar, telefon faturanızda beklenmedik görüşmeler çıkmasına neden olabilir. Bu işlev, uygulamanın acil numaralara çağrı yapmasına izin vermez."</string>
+ <string name="permlab_callPrivileged" msgid="4198349211108497879">"herhangi bir telefon numarasına doğrudan çağrı yap"</string>
<string name="permdesc_callPrivileged" msgid="244405067160028452">"Uygulamanın, siz müdahale etmeden acil numaralar dahil herhangi bir numarayı aramasına izin verir. Kötü amaçlı uygulamalar acil servisleri gereksiz yere ve yasal olmayan şekilde arayabilir."</string>
<string name="permlab_performCdmaProvisioning" msgid="5604848095315421425">"CDMA telefon kurulumunu doğrudan başlat"</string>
<string name="permdesc_performCdmaProvisioning" msgid="6457447676108355905">"Uygulamaya CDMA hazırlığını başlatma izni verir. Kötü niyetli uygulamalar CDMA hazırlığını gereksiz yere başlatabilir"</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"Oturum aç"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Geçersiz kullanıcı adı veya şifre."</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"Kontrol ediliyor..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"Kilit Aç"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Sesi aç"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Sesi kapat"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%P</xliff:g>"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="HOUR">%-l</xliff:g> <xliff:g id="AMPM">%p</xliff:g>"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"Temizle"</string>
@@ -661,7 +658,7 @@
<string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
<string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
<string name="selectAll" msgid="6876518925844129331">"Tümünü seç"</string>
- <string name="selectText" msgid="3889149123626888637">"Metni seç"</string>
+ <string name="selectText" msgid="3889149123626888637">"Metin seç"</string>
<string name="stopSelectingText" msgid="4157931463872320996">"Metin seçmeyi durdur"</string>
<string name="cut" msgid="3092569408438626261">"Kes"</string>
<string name="cutAll" msgid="2436383270024931639">"Tümünü kes"</string>
diff --git a/core/res/res/values-uk-rUA/donottranslate-cldr.xml b/core/res/res/values-uk-rUA/donottranslate-cldr.xml
index 1b35326..332f845 100644
--- a/core/res/res/values-uk-rUA/donottranslate-cldr.xml
+++ b/core/res/res/values-uk-rUA/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%3$s – %8$s %2$s %9$s р.</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %3$s %2$s – %6$s, %8$s %7$s %9$s р.</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y \'р\'.</string>
+ <string name="full_wday_month_day_no_year">EEEE, d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy \'р\'.</string>
</resources>
diff --git a/core/res/res/values-vi-rVN/donottranslate-cldr.xml b/core/res/res/values-vi-rVN/donottranslate-cldr.xml
index 30e0887..b7edeb3 100644
--- a/core/res/res/values-vi-rVN/donottranslate-cldr.xml
+++ b/core/res/res/values-vi-rVN/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">Ngày %3$s tháng %2$s - Ngày %8$s tháng M năm %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, ngày %3$s %2$s - %6$s, ngày %8$s %7$s năm %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E d MMMM</string>
- <string name="abbrev_wday_month_day_year">EEE, d MMM y</string>
+ <string name="full_wday_month_day_no_year">EEEE d MMMM</string>
+ <string name="abbrev_wday_month_day_year">EEE, d MMM yyyy</string>
</resources>
diff --git a/core/res/res/values-zh-rCN/donottranslate-cldr.xml b/core/res/res/values-zh-rCN/donottranslate-cldr.xml
index e852dd1..bbf7df5 100644
--- a/core/res/res/values-zh-rCN/donottranslate-cldr.xml
+++ b/core/res/res/values-zh-rCN/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s 年 %2$s %3$s - %8$s 日</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s 年 %2$s %3$s 日%1$s - %7$s %8$s 日%6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">MMMM d 日E</string>
- <string name="abbrev_wday_month_day_year">y 年 MMM d 日EEE</string>
+ <string name="full_wday_month_day_no_year">M 月 d 日E</string>
+ <string name="abbrev_wday_month_day_year">yyyy 年 M 月 d 日EEE</string>
</resources>
diff --git a/core/res/res/values-zh-rCN/strings.xml b/core/res/res/values-zh-rCN/strings.xml
index 1c668f7..71c5751 100644
--- a/core/res/res/values-zh-rCN/strings.xml
+++ b/core/res/res/values-zh-rCN/strings.xml
@@ -42,10 +42,10 @@
<string name="invalidPin" msgid="3850018445187475377">"输入一个 4 至 8 位数的 PIN。"</string>
<string name="needPuk" msgid="919668385956251611">"您的 SIM 卡被 PUK 锁定。请输入 PUK 码进行解锁。"</string>
<string name="needPuk2" msgid="4526033371987193070">"输入 PUK2 以解锁 SIM 卡。"</string>
- <string name="ClipMmi" msgid="6952821216480289285">"来电者信息"</string>
- <string name="ClirMmi" msgid="7784673673446833091">"外拨者信息"</string>
- <string name="CfMmi" msgid="5123218989141573515">"呼叫转接"</string>
- <string name="CwMmi" msgid="9129678056795016867">"呼叫等待"</string>
+ <string name="ClipMmi" msgid="6952821216480289285">"来电显示"</string>
+ <string name="ClirMmi" msgid="7784673673446833091">"本机号码"</string>
+ <string name="CfMmi" msgid="5123218989141573515">"来电转接"</string>
+ <string name="CwMmi" msgid="9129678056795016867">"来电等待"</string>
<string name="BaMmi" msgid="455193067926770581">"呼叫限制"</string>
<string name="PwdMmi" msgid="7043715687905254199">"密码更改"</string>
<string name="PinMmi" msgid="3113117780361190304">"PIN 码更改"</string>
@@ -55,12 +55,12 @@
<string name="RuacMmi" msgid="7827887459138308886">"拒绝不想接听的骚扰电话"</string>
<string name="CndMmi" msgid="3116446237081575808">"主叫号码传送"</string>
<string name="DndMmi" msgid="1265478932418334331">"请勿打扰"</string>
- <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"来电者信息在默认情况下受限制。在下一次通话中:受限制"</string>
- <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"来电者信息在默认情况受限制。在下一次通话中:不受限制"</string>
- <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"来电者信息在默认情况下不受限制。在下一次通话中:受限制"</string>
- <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"来电者信息在默认情况下不受限制。在下一次通话中:不受限制"</string>
+ <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"默认不显示本机号码,在下一次通话中也不显示"</string>
+ <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"默认不显示本机号码,但在下一次通话中显示"</string>
+ <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"默认显示本机号码,但在下一次通话中不显示"</string>
+ <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"默认显示本机号码,在下一次通话中也显示"</string>
<string name="serviceNotProvisioned" msgid="8614830180508686666">"未提供服务。"</string>
- <string name="CLIRPermanent" msgid="5460892159398802465">"无法更改来电者信息设置。"</string>
+ <string name="CLIRPermanent" msgid="5460892159398802465">"本机号码显示设置无法更改。"</string>
<string name="RestrictedChangedTitle" msgid="5592189398956187498">"访问受限情况已发生变化"</string>
<string name="RestrictedOnData" msgid="8653794784690065540">"数据服务已禁用。"</string>
<string name="RestrictedOnEmergency" msgid="6581163779072833665">"紧急服务已禁用。"</string>
@@ -131,10 +131,10 @@
<string name="global_action_power_off" msgid="4471879440839879722">"关机"</string>
<string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"静音模式"</string>
<string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"已关闭声音"</string>
- <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"已打开声音"</string>
+ <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"已开启声音"</string>
<string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"飞行模式"</string>
- <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"飞行模式已开启"</string>
- <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"飞行模式已关闭"</string>
+ <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"已开启飞行模式"</string>
+ <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"已关闭飞行模式"</string>
<string name="safeMode" msgid="2788228061547930246">"安全模式"</string>
<string name="android_system_label" msgid="6577375335728551336">"Android 系统"</string>
<string name="permgrouplab_costMoney" msgid="5429808217861460401">"需要您付费的服务"</string>
@@ -163,8 +163,8 @@
<string name="permdesc_statusBar" msgid="1365473595331989732">"允许应用程序停用状态栏,或者添加和删除系统图标。"</string>
<string name="permlab_expandStatusBar" msgid="1148198785937489264">"展开/折叠状态栏"</string>
<string name="permdesc_expandStatusBar" msgid="7088604400110768665">"允许应用程序展开或折叠状态栏。"</string>
- <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"拦截外拨电话"</string>
- <string name="permdesc_processOutgoingCalls" msgid="2228988201852654461">"允许应用程序处理外拨电话和更改要拨打的号码。恶意应用程序可借此监视、重定向或阻止外拨电话。"</string>
+ <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"拦截拨出电话"</string>
+ <string name="permdesc_processOutgoingCalls" msgid="2228988201852654461">"允许应用程序处理拨出电话和变更拨号。恶意应用程序可借此监视、重定向或阻止电话拨出。"</string>
<string name="permlab_receiveSms" msgid="2697628268086208535">"接收短信"</string>
<string name="permdesc_receiveSms" msgid="6298292335965966117">"允许应用程序接收和处理短信。恶意应用程序可借此监视您的信息,或者将信息删除而不向您显示。"</string>
<string name="permlab_receiveMms" msgid="8894700916188083287">"接收彩信"</string>
@@ -277,12 +277,12 @@
<string name="permdesc_readCalendar" msgid="5533029139652095734">"允许应用程序读取您手机上存储的所有日历活动。恶意应用程序可借此将您的日历活动发送给其他人。"</string>
<string name="permlab_writeCalendar" msgid="377926474603567214">"写入日历数据"</string>
<string name="permdesc_writeCalendar" msgid="8674240662630003173">"允许应用程序修改您手机上存储的日历活动。恶意应用程序可借此清除或修改您的日历数据。"</string>
- <string name="permlab_accessMockLocation" msgid="8688334974036823330">"禁止使用位置来源进行测试"</string>
- <string name="permdesc_accessMockLocation" msgid="7648286063459727252">"创建用于测试的模拟位置源。恶意应用程序可借此替代真正的位置源(如 GPS 或网络提供商)返回的位置和/或状态。"</string>
+ <string name="permlab_accessMockLocation" msgid="8688334974036823330">"使用模拟地点来源进行测试"</string>
+ <string name="permdesc_accessMockLocation" msgid="7648286063459727252">"创建模拟地点来源进行测试。恶意应用程序可能利用此选项覆盖由真实地点来源(如 GPS 或网络提供商)传回的地点和/或状态。"</string>
<string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"访问更多位置提供者的命令"</string>
<string name="permdesc_accessLocationExtraCommands" msgid="1948144701382451721">"访问额外的位置提供程序命令。恶意应用程序可借此干扰 GPS 或其他位置源的运作。"</string>
<string name="permlab_installLocationProvider" msgid="6578101199825193873">"安装位置信息提供程序"</string>
- <string name="permdesc_installLocationProvider" msgid="5449175116732002106">"创建用于测试的模拟地点信息源。恶意应用程序可借此覆盖真正的地点信息源(如 GPS 或网络提供商)返回的地点和/或状态,或者监视您的地点并向外部信息源报告。"</string>
+ <string name="permdesc_installLocationProvider" msgid="5449175116732002106">"创建模拟地点来源进行测试。恶意应用程序可能利用此选项覆盖由真实地点来源(如 GPS 或网络提供商)所传回的地点和/或状态,或者监视您的位置并将其提供给外部来源。"</string>
<string name="permlab_accessFineLocation" msgid="8116127007541369477">"精准位置 (GPS)"</string>
<string name="permdesc_accessFineLocation" msgid="7411213317434337331">"访问精准的位置源,例如手机上的全球定位系统(如果适用)。恶意应用程序可能借此确定您所处的位置,并消耗额外的电池电量。"</string>
<string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"粗略位置(以网络为基础)"</string>
@@ -318,13 +318,13 @@
<string name="permlab_performCdmaProvisioning" msgid="5604848095315421425">"直接启动 CDMA 电话设置"</string>
<string name="permdesc_performCdmaProvisioning" msgid="6457447676108355905">"允许应用程序启动 CDMA 服务。恶意应用程序可能会无端启动 CDMA 服务"</string>
<string name="permlab_locationUpdates" msgid="7785408253364335740">"控制位置更新通知"</string>
- <string name="permdesc_locationUpdates" msgid="2300018303720930256">"允许启用/停用收音机的位置更新通知。普通应用程序不能使用此权限。"</string>
+ <string name="permdesc_locationUpdates" msgid="2300018303720930256">"允许启用/停用无线通信位置更新通知。一般应用程序不会使用此功能。"</string>
<string name="permlab_checkinProperties" msgid="7855259461268734914">"访问检入属性"</string>
<string name="permdesc_checkinProperties" msgid="7150307006141883832">"允许对检入服务上传的属性进行读/写访问。普通应用程序不能使用此权限。"</string>
<string name="permlab_bindGadget" msgid="776905339015863471">"选择窗口小部件"</string>
<string name="permdesc_bindGadget" msgid="2098697834497452046">"允许应用程序告诉系统哪个应用程序可以使用哪些窗口小部件。具有该权限的应用程序可以允许其他应用程序访问个人数据。普通应用程序不适合使用此权限。"</string>
<string name="permlab_modifyPhoneState" msgid="8423923777659292228">"修改手机状态"</string>
- <string name="permdesc_modifyPhoneState" msgid="3302284561346956587">"允许应用程序控制设备的手机功能。具有此权限的应用程序可切换网络、打开和关闭手机收音机等,而不通知您。"</string>
+ <string name="permdesc_modifyPhoneState" msgid="3302284561346956587">"允许应用程序控制设备的电话功能。拥有此权限的应用程序可自行切换网络、打开和关闭无线通信等。"</string>
<string name="permlab_readPhoneState" msgid="2326172951448691631">"读取手机状态和身份"</string>
<string name="permdesc_readPhoneState" msgid="188877305147626781">"允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。"</string>
<string name="permlab_wakeLock" msgid="573480187941496130">"防止手机休眠"</string>
@@ -487,7 +487,7 @@
<string name="keyguard_password_enter_pin_code" msgid="3731488827218876115">"输入 PIN 码"</string>
<string name="keyguard_password_wrong_pin_code" msgid="1295984114338107718">"PIN 码不正确!"</string>
<string name="keyguard_label_text" msgid="861796461028298424">"要解锁,请先按 MENU 再按 0。"</string>
- <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"紧急电话号码"</string>
+ <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"紧急电话"</string>
<string name="lockscreen_carrier_default" msgid="8812714795156374435">"(无服务)"</string>
<string name="lockscreen_screen_locked" msgid="7288443074806832904">"屏幕已锁定。"</string>
<string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"按 MENU 解锁或拨打紧急电话。"</string>
@@ -520,12 +520,9 @@
<string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"登录"</string>
<string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"用户名或密码无效。"</string>
<string name="lockscreen_glogin_checking_password" msgid="6758890536332363322">"正在检查..."</string>
- <!-- no translation found for lockscreen_unlock_label (737440483220667054) -->
- <skip />
- <!-- no translation found for lockscreen_sound_on_label (9068877576513425970) -->
- <skip />
- <!-- no translation found for lockscreen_sound_off_label (996822825154319026) -->
- <skip />
+ <string name="lockscreen_unlock_label" msgid="737440483220667054">"解锁"</string>
+ <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"打开声音"</string>
+ <string name="lockscreen_sound_off_label" msgid="996822825154319026">"关闭声音"</string>
<string name="hour_ampm" msgid="4329881288269772723">"<xliff:g id="AMPM">%P</xliff:g><xliff:g id="HOUR">%-l</xliff:g>点"</string>
<string name="hour_cap_ampm" msgid="1829009197680861107">"<xliff:g id="AMPM">%p</xliff:g><xliff:g id="HOUR">%-l</xliff:g>点"</string>
<string name="status_bar_clear_all_button" msgid="7774721344716731603">"清除"</string>
@@ -687,13 +684,13 @@
<string name="chooseActivity" msgid="1009246475582238425">"选择一项操作"</string>
<string name="noApplications" msgid="1691104391758345586">"没有应用程序可执行此操作。"</string>
<string name="aerr_title" msgid="653922989522758100">"很抱歉!"</string>
- <string name="aerr_application" msgid="4683614104336409186">"<xliff:g id="APPLICATION">%1$s</xliff:g>应用程序(<xliff:g id="PROCESS">%2$s</xliff:g> 进程)意外停止,请重试。"</string>
- <string name="aerr_process" msgid="1551785535966089511">"<xliff:g id="PROCESS">%1$s</xliff:g> 进程意外停止,请重试。"</string>
+ <string name="aerr_application" msgid="4683614104336409186">"“<xliff:g id="APPLICATION">%1$s</xliff:g>”应用程序(“<xliff:g id="PROCESS">%2$s</xliff:g>”进程)意外停止,请重试。"</string>
+ <string name="aerr_process" msgid="1551785535966089511">"“<xliff:g id="PROCESS">%1$s</xliff:g>”进程意外停止,请重试。"</string>
<string name="anr_title" msgid="3100070910664756057">"很抱歉!"</string>
- <string name="anr_activity_application" msgid="3538242413112507636">"<xliff:g id="ACTIVITY">%1$s</xliff:g>活动(在<xliff:g id="APPLICATION">%2$s</xliff:g>应用程序中)无响应。"</string>
- <string name="anr_activity_process" msgid="5420826626009561014">"<xliff:g id="ACTIVITY">%1$s</xliff:g>活动(在 <xliff:g id="PROCESS">%2$s</xliff:g> 进程中)无响应。"</string>
- <string name="anr_application_process" msgid="4185842666452210193">"<xliff:g id="APPLICATION">%1$s</xliff:g>应用程序(在 <xliff:g id="PROCESS">%2$s</xliff:g> 进程中)无响应。"</string>
- <string name="anr_process" msgid="1246866008169975783">"<xliff:g id="PROCESS">%1$s</xliff:g> 进程无响应。"</string>
+ <string name="anr_activity_application" msgid="3538242413112507636">"“<xliff:g id="ACTIVITY">%1$s</xliff:g>”活动(在“<xliff:g id="APPLICATION">%2$s</xliff:g>”应用程序中)无响应。"</string>
+ <string name="anr_activity_process" msgid="5420826626009561014">"“<xliff:g id="ACTIVITY">%1$s</xliff:g>”活动(在“<xliff:g id="PROCESS">%2$s</xliff:g>”进程中)无响应。"</string>
+ <string name="anr_application_process" msgid="4185842666452210193">"“<xliff:g id="APPLICATION">%1$s</xliff:g>”应用程序(在“<xliff:g id="PROCESS">%2$s</xliff:g>”进程中)无响应。"</string>
+ <string name="anr_process" msgid="1246866008169975783">"“<xliff:g id="PROCESS">%1$s</xliff:g>”进程无响应。"</string>
<string name="force_close" msgid="3653416315450806396">"强行关闭"</string>
<string name="report" msgid="4060218260984795706">"报告"</string>
<string name="wait" msgid="7147118217226317732">"等待"</string>
@@ -734,7 +731,7 @@
<string name="perms_show_all" msgid="2671791163933091180"><b>"全部显示"</b></string>
<string name="googlewebcontenthelper_loading" msgid="4722128368651947186">"正在载入..."</string>
<string name="usb_storage_title" msgid="5901459041398751495">"USB 已连接"</string>
- <string name="usb_storage_message" msgid="2759542180575016871">"您已通过 USB 将手机连接至计算机。如果要在计算机和手机的 SD 卡之间复制文件,请选择“安装”。"</string>
+ <string name="usb_storage_message" msgid="2759542180575016871">"已通过 USB 连接与计算机。若要在计算机和手机 SD 卡之间复制文件,请选择“安装”。"</string>
<string name="usb_storage_button_mount" msgid="8063426289195405456">"安装"</string>
<string name="usb_storage_button_unmount" msgid="6092146330053864766">"不安装"</string>
<string name="usb_storage_error_message" msgid="2534784751603345363">"使用 SD 卡进行 USB 存储时出现问题。"</string>
@@ -748,7 +745,7 @@
<string name="usb_storage_stop_button_unmount" msgid="3774611918660582898">"取消"</string>
<string name="usb_storage_stop_error_message" msgid="3746037090369246731">"关闭 USB 存储设备时遇到问题。请检查是否卸载了 USB 主设备,然后重试。"</string>
<string name="extmedia_format_title" msgid="8663247929551095854">"格式化 SD 卡"</string>
- <string name="extmedia_format_message" msgid="3621369962433523619">"您确定要格式化 SD 卡?卡上的所有数据都会丢失。"</string>
+ <string name="extmedia_format_message" msgid="3621369962433523619">"确定要将 SD 卡格式化吗?该卡上的所有数据都将丢失。"</string>
<string name="extmedia_format_button_format" msgid="4131064560127478695">"格式化"</string>
<string name="adb_active_notification_title" msgid="6729044778949189918">"已连接 USB 调试"</string>
<string name="adb_active_notification_message" msgid="8470296818270110396">"选择停用 USB 调试。"</string>
@@ -759,15 +756,15 @@
<string name="ext_media_checking_notification_title" msgid="5457603418970994050">"正在准备 SD 卡"</string>
<string name="ext_media_checking_notification_message" msgid="8287319882926737053">"正在检查是否有错误。"</string>
<string name="ext_media_nofs_notification_title" msgid="780477838241212997">"空 SD 卡"</string>
- <string name="ext_media_nofs_notification_message" msgid="3817704088027829380">"SD 卡是空的或其文件系统不受支持。"</string>
+ <string name="ext_media_nofs_notification_message" msgid="3817704088027829380">"SD 卡无文件系统,或文件系统不受支持。"</string>
<string name="ext_media_unmountable_notification_title" msgid="6410723906019100189">"SD 卡受损"</string>
- <string name="ext_media_unmountable_notification_message" msgid="6902531775948238989">"SD 卡已损坏。可能必须重新格式化。"</string>
- <string name="ext_media_badremoval_notification_title" msgid="6872152882604407837">"SD 卡被意外拔除"</string>
- <string name="ext_media_badremoval_notification_message" msgid="7260183293747448241">"先卸载 SD 卡再拔除,以避免数据丢失。"</string>
+ <string name="ext_media_unmountable_notification_message" msgid="6902531775948238989">"SD 卡已损坏。您可能必须将其重新格式化。"</string>
+ <string name="ext_media_badremoval_notification_title" msgid="6872152882604407837">"SD 卡未正常移除"</string>
+ <string name="ext_media_badremoval_notification_message" msgid="7260183293747448241">"请先卸载 SD 卡,再将其移除,以防数据丢失。"</string>
<string name="ext_media_safe_unmount_notification_title" msgid="6729801130790616200">"SD 卡已安全移除"</string>
- <string name="ext_media_safe_unmount_notification_message" msgid="568841278138377604">"可安全地取出 SD 卡。"</string>
+ <string name="ext_media_safe_unmount_notification_message" msgid="568841278138377604">"您现在可以安全移除 SD 卡。"</string>
<string name="ext_media_nomedia_notification_title" msgid="8902518030404381318">"已移除 SD 卡"</string>
- <string name="ext_media_nomedia_notification_message" msgid="3870120652983659641">"SD 卡已取出。请插入另一 SD 卡。"</string>
+ <string name="ext_media_nomedia_notification_message" msgid="3870120652983659641">"SD 卡已移除。请插入新的 SD 卡。"</string>
<string name="activity_list_empty" msgid="4168820609403385789">"找不到匹配的活动"</string>
<string name="permlab_pkgUsageStats" msgid="8787352074326748892">"更新组件使用情况统计"</string>
<string name="permdesc_pkgUsageStats" msgid="891553695716752835">"允许修改收集的组件使用情况统计。普通应用程序不能使用此权限。"</string>
diff --git a/core/res/res/values-zh-rTW/donottranslate-cldr.xml b/core/res/res/values-zh-rTW/donottranslate-cldr.xml
index 63293d8..06c9bcc 100644
--- a/core/res/res/values-zh-rTW/donottranslate-cldr.xml
+++ b/core/res/res/values-zh-rTW/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%9$s 年 %2$s %3$s 日至 %8$s 日</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%9$s 年 %2$s %3$s 日%1$s至 %7$s %8$s 日%6$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">MMMM d 日E</string>
- <string name="abbrev_wday_month_day_year">y 年 MMM d 日EEE</string>
+ <string name="full_wday_month_day_no_year">M 月 d 日E</string>
+ <string name="abbrev_wday_month_day_year">yyyy 年 M 月 d 日EEE</string>
</resources>
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml
index fbf4076..68661ae 100644
--- a/core/res/res/values/attrs.xml
+++ b/core/res/res/values/attrs.xml
@@ -2138,6 +2138,8 @@
</declare-styleable>
<declare-styleable name="ViewFlipper">
<attr name="flipInterval" format="integer" min="0" />
+ <!-- When true, automatically start animating -->
+ <attr name="autoStart" format="boolean" />
</declare-styleable>
<declare-styleable name="ViewSwitcher">
</declare-styleable>
@@ -3480,11 +3482,11 @@
<!-- Reference to a the wallpaper's thumbnail bitmap. -->
<attr name="thumbnail" format="reference" />
- <!-- Name of the author of a wallpaper, e.g. Google. -->
- <attr name="wallpaperAuthor" format="reference" />
+ <!-- Name of the author of this component, e.g. Google. -->
+ <attr name="author" format="reference" />
- <!-- Short description of the wallpaper's purpose or behavior. -->
- <attr name="wallpaperDescription" format="reference" />
+ <!-- Short description of the component's purpose or behavior. -->
+ <attr name="description" />
</declare-styleable>
<!-- =============================== -->
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 4a3da11..62529f1 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -528,11 +528,7 @@
<flag name="fontScale" value="0x40000000" />
</attr>
- <!-- A longer descriptive text about a particular application or
- permission that can be granted. This must be a reference
- to a string resource; unlike
- the {@link android.R.attr#label} attribute, this can not be a
- raw string. -->
+ <!-- Descriptive text for the associated data. -->
<attr name="description" format="reference" />
<!-- The name of the application package that an Instrumentation object
diff --git a/core/res/res/values/donottranslate-cldr.xml b/core/res/res/values/donottranslate-cldr.xml
index 14ef2a0..a94fb58 100644
--- a/core/res/res/values/donottranslate-cldr.xml
+++ b/core/res/res/values/donottranslate-cldr.xml
@@ -144,6 +144,6 @@
<string name="same_month_mdy1_mdy2">%2$s %3$s – %8$s, %9$s</string>
<string name="same_year_wday1_mdy1_wday2_mdy2">%1$s, %2$s %3$s – %6$s, %7$s %8$s, %9$s</string>
<string name="short_format_month">%b</string>
- <string name="full_wday_month_day_no_year">E, MMMM d</string>
- <string name="abbrev_wday_month_day_year">EEE, MMM d, y</string>
+ <string name="full_wday_month_day_no_year">EEEE, MMMM d</string>
+ <string name="abbrev_wday_month_day_year">EEE, MMM d, yyyy</string>
</resources>
diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml
index 5eb1c8e..311930a 100644
--- a/core/res/res/values/public.xml
+++ b/core/res/res/values/public.xml
@@ -933,7 +933,7 @@
<public type="attr" name="marqueeRepeatLimit" id="0x0101021d" />
<!-- ===============================================================
- Resources added in version 3 of the platform.
+ Resources added in version 3 of the platform (Cupcake).
=============================================================== -->
<eat-comment />
@@ -1087,7 +1087,7 @@
<public type="integer" name="config_longAnimTime" id="0x010e0002" />
<!-- ===============================================================
- Resources added in Donut.
+ Resources added in version 4 of the platform (Donut).
=============================================================== -->
<eat-comment />
@@ -1142,67 +1142,77 @@
<public type="anim" name="linear_interpolator" id="0x010a000b" />
<!-- ===============================================================
- Resources added in Eclair.
+ Resources added in version 5 of the platform (Eclair).
=============================================================== -->
<eat-comment />
<public type="attr" name="required" id="0x0101028e" />
- <public type="attr" name="accountType" />
- <public type="attr" name="contentAuthority" />
- <public type="attr" name="userVisible" />
- <public type="attr" name="windowShowWallpaper" />
- <public type="attr" name="wallpaperOpenEnterAnimation" />
- <public type="attr" name="wallpaperOpenExitAnimation" />
- <public type="attr" name="wallpaperCloseEnterAnimation" />
- <public type="attr" name="wallpaperCloseExitAnimation" />
- <public type="attr" name="wallpaperIntraOpenEnterAnimation" />
- <public type="attr" name="wallpaperIntraOpenExitAnimation" />
- <public type="attr" name="wallpaperIntraCloseEnterAnimation" />
- <public type="attr" name="wallpaperIntraCloseExitAnimation" />
- <public type="attr" name="supportsUploading" />
- <public type="attr" name="killAfterRestore" />
- <public type="attr" name="restoreNeedsApplication" />
- <public type="attr" name="smallIcon" />
- <public type="attr" name="accountPreferences" />
- <public type="attr" name="textAppearanceSearchResultSubtitle" />
- <public type="attr" name="textAppearanceSearchResultTitle" />
- <public type="attr" name="summaryColumn" />
- <public type="attr" name="detailColumn" />
- <public type="attr" name="detailSocialSummary" />
- <public type="attr" name="thumbnail" />
- <public type="attr" name="detachWallpaper" />
- <public type="attr" name="finishOnCloseSystemDialogs" />
- <public type="attr" name="scrollbarFadeDuration" />
- <public type="attr" name="scrollbarDefaultDelayBeforeFade" />
- <public type="attr" name="fadeScrollbars" />
- <public type="attr" name="colorBackgroundCacheHint" />
- <public type="attr" name="dropDownHorizontalOffset" />
- <public type="attr" name="dropDownVerticalOffset" />
+ <public type="attr" name="accountType" id="0x0101028f" />
+ <public type="attr" name="contentAuthority" id="0x01010290" />
+ <public type="attr" name="userVisible" id="0x01010291" />
+ <public type="attr" name="windowShowWallpaper" id="0x01010292" />
+ <public type="attr" name="wallpaperOpenEnterAnimation" id="0x01010293" />
+ <public type="attr" name="wallpaperOpenExitAnimation" id="0x01010294" />
+ <public type="attr" name="wallpaperCloseEnterAnimation" id="0x01010295" />
+ <public type="attr" name="wallpaperCloseExitAnimation" id="0x01010296" />
+ <public type="attr" name="wallpaperIntraOpenEnterAnimation" id="0x01010297" />
+ <public type="attr" name="wallpaperIntraOpenExitAnimation" id="0x01010298" />
+ <public type="attr" name="wallpaperIntraCloseEnterAnimation" id="0x01010299" />
+ <public type="attr" name="wallpaperIntraCloseExitAnimation" id="0x0101029a" />
+ <public type="attr" name="supportsUploading" id="0x0101029b" />
+ <public type="attr" name="killAfterRestore" id="0x0101029c" />
+ <public type="attr" name="restoreNeedsApplication" id="0x0101029d" />
+ <public type="attr" name="smallIcon" id="0x0101029e" />
+ <public type="attr" name="accountPreferences" id="0x0101029f" />
+ <public type="attr" name="textAppearanceSearchResultSubtitle" id="0x010102a0" />
+ <public type="attr" name="textAppearanceSearchResultTitle" id="0x010102a1" />
+ <public type="attr" name="summaryColumn" id="0x010102a2" />
+ <public type="attr" name="detailColumn" id="0x010102a3" />
+ <public type="attr" name="detailSocialSummary" id="0x010102a4" />
+ <public type="attr" name="thumbnail" id="0x010102a5" />
+ <public type="attr" name="detachWallpaper" id="0x010102a6" />
+ <public type="attr" name="finishOnCloseSystemDialogs" id="0x010102a7" />
+ <public type="attr" name="scrollbarFadeDuration" id="0x010102a8" />
+ <public type="attr" name="scrollbarDefaultDelayBeforeFade" id="0x010102a9" />
+ <public type="attr" name="fadeScrollbars" id="0x010102aa" />
+ <public type="attr" name="colorBackgroundCacheHint" id="0x010102ab" />
+ <public type="attr" name="dropDownHorizontalOffset" id="0x010102ac" />
+ <public type="attr" name="dropDownVerticalOffset" id="0x010102ad" />
- <public type="style" name="Theme.Wallpaper" />
- <public type="style" name="Theme.Wallpaper.NoTitleBar" />
- <public type="style" name="Theme.Wallpaper.NoTitleBar.Fullscreen" />
- <public type="style" name="Theme.WallpaperSettings" />
- <public type="style" name="Theme.Light.WallpaperSettings" />
- <public type="style" name="TextAppearance.SearchResult.Title" />
- <public type="style" name="TextAppearance.SearchResult.Subtitle" />
+ <public type="style" name="Theme.Wallpaper" id="0x0103005e" />
+ <public type="style" name="Theme.Wallpaper.NoTitleBar" id="0x0103005f" />
+ <public type="style" name="Theme.Wallpaper.NoTitleBar.Fullscreen" id="0x01030060" />
+ <public type="style" name="Theme.WallpaperSettings" id="0x01030061" />
+ <public type="style" name="Theme.Light.WallpaperSettings" id="0x01030062" />
+ <public type="style" name="TextAppearance.SearchResult.Title" id="0x01030063" />
+ <public type="style" name="TextAppearance.SearchResult.Subtitle" id="0x01030064" />
<!-- Semi-transparent background that can be used when placing a dark
themed UI on top of some arbitrary background (such as the
wallpaper). This darkens the background sufficiently that the UI
can be seen. -->
- <public type="drawable" name="screen_background_dark_transparent" />
- <public type="drawable" name="screen_background_light_transparent" />
- <public type="drawable" name="stat_notify_sdcard_prepare" />
+ <public type="drawable" name="screen_background_dark_transparent" id="0x010800a9" />
+ <public type="drawable" name="screen_background_light_transparent" id="0x010800aa" />
+ <public type="drawable" name="stat_notify_sdcard_prepare" id="0x010800ab" />
- <public type="attr" name="quickContactBadgeStyleWindowSmall" />
- <public type="attr" name="quickContactBadgeStyleWindowMedium" />
- <public type="attr" name="quickContactBadgeStyleWindowLarge" />
- <public type="attr" name="quickContactBadgeStyleSmallWindowSmall" />
- <public type="attr" name="quickContactBadgeStyleSmallWindowMedium" />
- <public type="attr" name="quickContactBadgeStyleSmallWindowLarge" />
+<!-- ===============================================================
+ Resources added in version 6 of the platform (Eclair 2.0.1).
+ =============================================================== -->
+ <eat-comment />
- <public type="attr" name="wallpaperAuthor" />
- <public type="attr" name="wallpaperDescription" />
+ <public type="attr" name="quickContactBadgeStyleWindowSmall" id="0x010102ae" />
+ <public type="attr" name="quickContactBadgeStyleWindowMedium" id="0x010102af" />
+ <public type="attr" name="quickContactBadgeStyleWindowLarge" id="0x010102b0" />
+ <public type="attr" name="quickContactBadgeStyleSmallWindowSmall" id="0x010102b1" />
+ <public type="attr" name="quickContactBadgeStyleSmallWindowMedium" id="0x010102b2" />
+ <public type="attr" name="quickContactBadgeStyleSmallWindowLarge" id="0x010102b3" />
+
+<!-- ===============================================================
+ Resources added in version 7 of the platform (Eclair MR1).
+ =============================================================== -->
+ <eat-comment />
+
+ <public type="attr" name="author" id="0x010102b4" />
+ <public type="attr" name="autoStart" id="0x010102b5" />
</resources>
diff --git a/data/sounds/AudioPackage4.mk b/data/sounds/AudioPackage4.mk
index 354002a..6c36bad 100644
--- a/data/sounds/AudioPackage4.mk
+++ b/data/sounds/AudioPackage4.mk
@@ -20,7 +20,11 @@
$(LOCAL_PATH)/Alarm_Beep_03.ogg:system/media/audio/alarms/Alarm_Beep_03.ogg \
$(LOCAL_PATH)/Alarm_Rooster_02.ogg:system/media/audio/alarms/Alarm_Rooster_02.ogg \
$(LOCAL_PATH)/notifications/Beat_Box_Android.ogg:system/media/audio/notifications/Beat_Box_Android.ogg \
+ $(LOCAL_PATH)/notifications/Cricket.ogg:system/media/audio/notifications/Cricket.ogg \
+ $(LOCAL_PATH)/notifications/Doink.ogg:system/media/audio/notifications/Doink.ogg \
+ $(LOCAL_PATH)/notifications/Drip.ogg:system/media/audio/notifications/Drip.ogg \
$(LOCAL_PATH)/notifications/Heaven.ogg:system/media/audio/notifications/Heaven.ogg \
+ $(LOCAL_PATH)/notifications/SpaceSeed.ogg:system/media/audio/notifications/SpaceSeed.ogg \
$(LOCAL_PATH)/notifications/TaDa.ogg:system/media/audio/notifications/TaDa.ogg \
$(LOCAL_PATH)/notifications/Tinkerbell.ogg:system/media/audio/notifications/Tinkerbell.ogg \
$(LOCAL_PATH)/newwavelabs/CaffeineSnake.ogg:system/media/audio/notifications/CaffeineSnake.ogg \
diff --git a/data/sounds/notifications/Cricket.ogg b/data/sounds/notifications/Cricket.ogg
new file mode 100644
index 0000000..47b3868
--- /dev/null
+++ b/data/sounds/notifications/Cricket.ogg
Binary files differ
diff --git a/data/sounds/notifications/Cricket.wav b/data/sounds/notifications/Cricket.wav
new file mode 100644
index 0000000..0a1d1db
--- /dev/null
+++ b/data/sounds/notifications/Cricket.wav
Binary files differ
diff --git a/data/sounds/notifications/Doink.ogg b/data/sounds/notifications/Doink.ogg
new file mode 100644
index 0000000..b8b7181
--- /dev/null
+++ b/data/sounds/notifications/Doink.ogg
Binary files differ
diff --git a/data/sounds/notifications/Doink.wav b/data/sounds/notifications/Doink.wav
new file mode 100644
index 0000000..b0d37c4
--- /dev/null
+++ b/data/sounds/notifications/Doink.wav
Binary files differ
diff --git a/data/sounds/notifications/Drip.ogg b/data/sounds/notifications/Drip.ogg
new file mode 100644
index 0000000..2981758
--- /dev/null
+++ b/data/sounds/notifications/Drip.ogg
Binary files differ
diff --git a/data/sounds/notifications/Drip.wav b/data/sounds/notifications/Drip.wav
new file mode 100644
index 0000000..eeb889e
--- /dev/null
+++ b/data/sounds/notifications/Drip.wav
Binary files differ
diff --git a/data/sounds/notifications/SpaceSeed.ogg b/data/sounds/notifications/SpaceSeed.ogg
new file mode 100644
index 0000000..e69024d
--- /dev/null
+++ b/data/sounds/notifications/SpaceSeed.ogg
Binary files differ
diff --git a/data/sounds/notifications/SpaceSeed.wav b/data/sounds/notifications/SpaceSeed.wav
new file mode 100644
index 0000000..d209645
--- /dev/null
+++ b/data/sounds/notifications/SpaceSeed.wav
Binary files differ
diff --git a/docs/html/guide/appendix/api-levels.jd b/docs/html/guide/appendix/api-levels.jd
index cebd2d4..5487487 100644
--- a/docs/html/guide/appendix/api-levels.jd
+++ b/docs/html/guide/appendix/api-levels.jd
@@ -83,6 +83,7 @@
<table>
<tr><th>Platform Version</th><th>API Level</th></tr>
+ <tr><td>Android 2.0.1</td><td>6</td></tr>
<tr><td>Android 2.0</td><td>5</td></tr>
<tr><td>Android 1.6</td><td>4</td></tr>
<tr><td>Android 1.5</td><td>3</td></tr>
@@ -111,7 +112,7 @@
<p>Applications can use a manifest element provided by the framework API —
<code><uses-sdk></code> — to describe the minimum and maximum API
Levels under which they are able to run, as well as the preferred API Level that
-they are designed to support. The element offers two key attributes:</p>
+they are designed to support. The element offers three key attributes:</p>
<ul>
<li><code>android:minSdkVersion</code> — Specifies the minimum API Level
diff --git a/docs/html/guide/basics/what-is-android.jd b/docs/html/guide/basics/what-is-android.jd
index b75321b..668e62e 100644
--- a/docs/html/guide/basics/what-is-android.jd
+++ b/docs/html/guide/basics/what-is-android.jd
@@ -3,7 +3,7 @@
<p>Android is a software stack for mobile devices that includes an operating
system, middleware and key applications. The <a
-href="http://code.google.com/android/download.html">Android SDK</a>
+href="http://developer.android.com/sdk/index.html">Android SDK</a>
provides the tools and APIs necessary to begin developing applications on the
Android platform using the Java programming language.</p>
@@ -48,6 +48,12 @@
<a name="application_framework" id="application_framework"></a>
<h2>Application Framework</h2>
+<p>By providing an open development platform, Android
+offers developers the ability to build extremely rich and innovative
+applications. Developers are free to take advantage of the
+device hardware, access location information, run background services, set alarms,
+add notifications to the status bar, and much, much more. </p>
+
<p>Developers have full access to the same framework APIs used by the core
applications. The application architecture is designed to simplify the reuse
of components; any application can publish its capabilities and any other
diff --git a/docs/html/guide/developing/tools/layoutopt.jd b/docs/html/guide/developing/tools/layoutopt.jd
index 72a110d..f7c3d77 100644
--- a/docs/html/guide/developing/tools/layoutopt.jd
+++ b/docs/html/guide/developing/tools/layoutopt.jd
@@ -45,7 +45,7 @@
11:17 This LinearLayout layout or its FrameLayout parent is useless</pre>
<p>The <code>layoutopt</code> tool is available in SDK Tools, Revision 3 or
-later. If you do not have SDK Tools 3 or later installed in your SDK, you can
+later. If you do not have SDK Tools r3 or later installed in your SDK, you can
download it from the Android SDK repository site using the Android SDK and AVD
Manager. For information, see <a
href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index 5215202..5fbfd4e 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -9,25 +9,26 @@
<li>
<h2><span class="en">Android Basics</span>
- <span class="de">Einführung in Android</span>
- <span class="es">Información básica sobre Android</span>
- <span class="fr">Présentation d'Android</span>
- <span class="it">Nozioni di base su Android</span>
- <span class="ja">Android の基本</span>
- <span class="zh-CN">Android 基础知识</span>
- <span class="zh-TW">Android 簡介</span>
+ <span class="de" style="display:none">Einführung in Android</span>
+ <span class="es" style="display:none">Información básica sobre Android</span>
+ <span class="fr" style="display:none">Présentation d'Android</span>
+ <span class="it" style="display:none">Nozioni di base su Android</span>
+ <span class="ja" style="display:none">Android の基本</span>
+ <span class="zh-CN" style="display:none">Android 基础知识</span>
+ <span class="zh-TW" style="display:none">Android 簡介</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html">
<span class="en">What Is Android?</span>
- <span class="de">Was ist Android?</span>
- <span class="es">¿Qué es Android?</span>
- <span class="fr">Qu'est-ce qu'Android ?</span>
- <span class="it">Che cos'è Android?</span>
- <span class="ja">Android とは</span>
- <span class="zh-CN">Android 是什么?</span>
- <span class="zh-TW">什麼是 Android?</span>
+ <span class="de" style="display:none">Was ist Android?</span>
+ <span class="es" style="display:none">¿Qué es Android?</span>
+ <span class="fr" style="display:none">Qu'est-ce qu'Android ?</span>
+ <span class="it" style="display:none">Che cos'è Android?</span>
+ <span class="ja" style="display:none">Android とは</span>
+ <span class="zh-CN" style="display:none">Android 是什么?</span>
+ <span class="zh-TW" style="display:none">什麼是 Android?</span>
</a></li>
+
<!-- <li><a style="color:gray;">The Android SDK</a></li> -->
<!-- <li><a style="color:gray;">Walkthrough for Developers</a></li> -->
<!-- quick overview of what it's like to develop on Android -->
@@ -37,13 +38,13 @@
<li>
<h2>
<span class="en">Framework Topics</span>
- <span class="de">Framework-Themen</span>
- <span class="es">Temas sobre el framework</span>
- <span class="fr">Thèmes relatifs au framework</span>
- <span class="it">Argomenti relativi al framework</span>
- <span class="ja">フレームワーク トピック</span>
- <span class="zh-CN">框架主题</span>
- <span class="zh-TW">架構主題</span>
+ <span class="de" style="display:none">Framework-Themen</span>
+ <span class="es" style="display:none">Temas sobre el framework</span>
+ <span class="fr" style="display:none">Thèmes relatifs au framework</span>
+ <span class="it" style="display:none">Argomenti relativi al framework</span>
+ <span class="ja" style="display:none">フレームワーク トピック</span>
+ <span class="zh-CN" style="display:none">框架主题</span>
+ <span class="zh-TW" style="display:none">架構主題</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html">
@@ -202,13 +203,13 @@
<li>
<h2><span class="en">Developing</span>
- <span class="de">Entwicklung</span>
- <span class="es">Desarrollo</span>
- <span class="fr">Développement</span>
- <span class="it">Sviluppo</span>
- <span class="ja">開発</span>
- <span class="zh-CN">开发</span>
- <span class="zh-TW">開發</span>
+ <span class="de" style="display:none">Entwicklung</span>
+ <span class="es" style="display:none">Desarrollo</span>
+ <span class="fr" style="display:none">Développement</span>
+ <span class="it" style="display:none">Sviluppo</span>
+ <span class="ja" style="display:none">開発</span>
+ <span class="zh-CN" style="display:none">开发</span>
+ <span class="zh-TW" style="display:none">開發</span>
</h2>
<ul>
<!--<li><a href="">Developing for Android</a></li>
@@ -270,13 +271,13 @@
<li>
<h2><span class="en">Publishing</span>
- <span class="de">Veröffentlichung</span>
- <span class="es">Publicación</span>
- <span class="fr">Publication</span>
- <span class="it">Pubblicazione</span>
- <span class="ja">公開</span>
- <span class="zh-CN">发布</span>
- <span class="zh-TW">發佈</span>
+ <span class="de" style="display:none">Veröffentlichung</span>
+ <span class="es" style="display:none">Publicación</span>
+ <span class="fr" style="display:none">Publication</span>
+ <span class="it" style="display:none">Pubblicazione</span>
+ <span class="ja" style="display:none">公開</span>
+ <span class="zh-CN" style="display:none">发布</span>
+ <span class="zh-TW" style="display:none">發佈</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/publishing/app-signing.html">
@@ -317,13 +318,13 @@
<li>
<h2><span class="en">Best Practices</span>
- <span class="de">Bewährte Verfahren</span>
- <span class="es">Prácticas recomendadas</span>
- <span class="fr">Meilleures pratiques</span>
- <span class="it">Best practice</span>
- <span class="ja">ベスト プラクティス</span>
- <span class="zh-CN">最佳实践</span>
- <span class="zh-TW">最佳實務</span>
+ <span class="de" style="display:none">Bewährte Verfahren</span>
+ <span class="es" style="display:none">Prácticas recomendadas</span>
+ <span class="fr" style="display:none">Meilleures pratiques</span>
+ <span class="it" style="display:none">Best practice</span>
+ <span class="ja" style="display:none">ベスト プラクティス</span>
+ <span class="zh-CN" style="display:none">最佳实践</span>
+ <span class="zh-TW" style="display:none">最佳實務</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/practices/screens_support.html">
@@ -364,13 +365,13 @@
<li>
<h2><span class="en">Tutorials and Sample Code</span>
- <span class="de">Lernprogramme und Beispielcode</span>
- <span class="es">Tutoriales y código de ejemplo</span>
- <span class="fr">Didacticiels et exemple de code</span>
- <span class="it">Esercitazioni e codice di esempio</span>
- <span class="ja">チュートリアルとサンプル コード</span>
- <span class="zh-CN">辅导手册和示例代码</span>
- <span class="zh-TW">教學課程與程式碼範例</span>
+ <span class="de" style="display:none">Lernprogramme und Beispielcode</span>
+ <span class="es" style="display:none">Tutoriales y código de ejemplo</span>
+ <span class="fr" style="display:none">Didacticiels et exemple de code</span>
+ <span class="it" style="display:none">Esercitazioni e codice di esempio</span>
+ <span class="ja" style="display:none">チュートリアルとサンプル コード</span>
+ <span class="zh-CN" style="display:none">辅导手册和示例代码</span>
+ <span class="zh-TW" style="display:none">教學課程與程式碼範例</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/tutorials/hello-world.html">
@@ -387,11 +388,6 @@
</a></li>
</ul>
<ul>
- <?cs if:android.whichdoc != "online" ?>
- <li><a href="<?cs var:toroot ?>../platforms/android-<?cs var:sdk.version ?>/samples">
- <span class="en">Sample Code</span>
- »</a></li>
- <?cs else ?>
<li class="toggle-list">
<div><a href="<?cs var:toroot ?>guide/samples/index.html">
<span class="en">Sample Code</span>
@@ -423,20 +419,19 @@
</a></li>
</ul>
</li>
- <?cs /if ?>
</ul>
</li>
<li>
<h2><span class="en">Appendix</span>
- <span class="de">Anhang</span>
- <span class="es">Apéndice</span>
- <span class="fr">Annexes</span>
- <span class="it">Appendice</span>
- <span class="ja">付録</span>
- <span class="zh-CN">附录</span>
- <span class="zh-TW">附錄</span>
+ <span class="de" style="display:none">Anhang</span>
+ <span class="es" style="display:none">Apéndice</span>
+ <span class="fr" style="display:none">Annexes</span>
+ <span class="it" style="display:none">Appendice</span>
+ <span class="ja" style="display:none">付録</span>
+ <span class="zh-CN" style="display:none">附录</span>
+ <span class="zh-TW" style="display:none">附錄</span>
</h2>
<ul>
<li><a href="<?cs var:toroot ?>guide/appendix/api-levels.html">
diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd
index 88975f8..10f4485 100644
--- a/docs/html/guide/practices/screens_support.jd
+++ b/docs/html/guide/practices/screens_support.jd
@@ -700,9 +700,7 @@
example, if your application is designed to run on both Android 1.5 (API Level
3) and Android 1.6 (API Level 4 and higher), you can use the <code>-v4</code>
qualifier to tag any resources that should be excluded when your application is
-running on Android 1.5 (API Level 3). Using the version qualifier is necessary
-in some cases, if the older platform is inadvertently loading resources from a
-directory containing resources for a newer platform. </td>
+running on Android 1.5 (API Level 3). </td>
</tr>
</table>
diff --git a/docs/html/guide/publishing/publishing.jd b/docs/html/guide/publishing/publishing.jd
index 3aea3cf..c027f4d 100644
--- a/docs/html/guide/publishing/publishing.jd
+++ b/docs/html/guide/publishing/publishing.jd
@@ -18,7 +18,7 @@
<ol>
<li><a href="#overview">Publishing on Android Market</a>
<ol>
- <li><a href="#marketupgrade">Publishing Upgrades on Android Market</a>
+ <li><a href="#marketupgrade">Publishing Updates on Android Market</a>
<li><a href="#marketintent">Using Intents to Launch the Market Application</a></li>
</ol></li>
<!--
@@ -89,9 +89,11 @@
<li>Your application must be signed with a cryptographic private key whose
validity period ends after <span style="color:red">22 October 2033</span>. </li>
<li>Your application must define both an <code>android:versionCode</code> and an
-<code>android:versionName</code> attribute in the <code><manifest></code>
+<code>android:versionName</code> attribute in the
+<a
+href="{@docRoot}guide/topics/manifest/manifest-element.html"><code><manifest></code></a>
element of its manifest. The server uses the <code>android:versionCode</code> as
-the basis for identifying the application internally and handling upgrades, and
+the basis for identifying the application internally and handling updates, and
it displays the <code>android:versionName</code> to users as the application's
version.</li>
<li>Your application must define both an <code>android:icon</code> and an
@@ -100,58 +102,24 @@
</ol>
</div>
-<h3 id="marketupgrade">Publishing Upgrades on Android Market</h3>
+<h3 id="marketupgrade">Publishing Updates on Android Market</h3>
-<p>The beta version of Android Market does not support notifying your users when
-you publish a new version of your application. This capability will be
-added soon, but currently the user must independently initiate download of an
-upgraded application. When you publish an upgrade, you can assist users by
-notifying them that the upgrade is available and giving them a way to download
-the upgraded application from Android Market.</p>
+<p>At any time after publishing an application on Android Market, you can upload
+and publish an update to the same application package. When you publish an
+update to an application, users who have already installed the
+application will automatically receive a notification that an update is
+available for the application. They can then choose to update the application
+to the latest version.</p>
-<p>Here is a suggested way of tracking installed application versions and
-notifying users that an upgrade is available:</p>
+<p>Before uploading the updated application, be sure that you have incremented
+the <code>android:versionCode</code> and <code>android:versionName</code>
+attributes in the <a
+href="{@docRoot}guide/topics/manifest/manifest-element.html"><code><manifest></code></a>
+element of the manifest file. Also, the package name must be the same and the
+.apk must be signed with the same private key. If the package name and signing
+certificate do <em>not</em> match those of the existing version, Market will
+consider it a new application and will not offer it to users as an update.</p>
-<ol>
-<li>Have your app occasionally check in with a web-service that you're
-running. This web service should return two values: the latest available
-version number for the application (corresponding to
-<code>android:versionCode</code>) and a URI string that your application
-can later send in an Intent, to launch Market and search for the
-upgraded application for the user.
-
-<p>The URI that your web service returns should be properly formatted to
-search Android Market for your upgraded application. See
-<a href="#marketintent">Using Intents to Launch the Market Application</a>
-for more information. The URI should specify the upgraded
-application's package name as the query parameter, since the package name
-is guaranteed to be unique on Android Market. The URI format for the
-package name search is: </p>
-
-<p><code>http://market.android.com/search?q=pname:<package></code> or
-<br><code>market://search?q=pname:<package></code></p>
-
-</li>
-<li>Your application can then compare its own version number against
-that retrieved. If the retrieved value is greater, your application can
-show a dialog informing the user that a new version is available. The
-dialog can offer buttons to begin the download or cancel. </li> <li>If
-the user clicks the button to begin the download, your application can
-call startActivity() using the ACTION_VIEW Intent, passing the URI
-received from your web service. The Intent launches the Market
-application on the device and initiates an immediate search on the
-Android Market site, based on the query parameters in the URI. When the
-result is displayed, the user can view the details of the upgraded
-application and begin the download.
-
-<p>Note that, because the URI string is received from your web
-service and not hard-coded into your application, you can easily change
-the Market launch behaviors whenever needed, without
-having to change your application. </p></li></ol>
-
-<p>For more information about URIs you can pass to the Market application at
-launch, see <a href="#marketintent">Using Intents to Launch the Market
-Application</a>, below.</p>
<h3 id="marketintent">Using Intents to Launch the Market Application on
a Device</h3>
@@ -163,7 +131,7 @@
<p>You can launch the Market application from another Android
application by sending an Intent to the system. You might want to do
-this, for example, to help the user locate and download an upgrade to an
+this, for example, to help the user locate and download an update to an
installed application, or to let the user know about related
applications that are available for download. </p>
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd
index 6e79d50..06aa83c 100644
--- a/docs/html/guide/samples/index.jd
+++ b/docs/html/guide/samples/index.jd
@@ -3,28 +3,44 @@
@jd:body
-<p>Sometimes, the best way to learn how things are done is to just look at some code. So here
- we've provided links to let you browse the source of some sample Android applications included
-in the Android SDK. </p>
+<p>Sometimes, the best way to learn how things are done is to look at some code.
+Here, you can browse the source of some sample Android applications that are included
+in the Android SDK.</p>
-<p>The SDK includes a full set of sample applications for each Android platform version
-in the SDK. You can find the sample applications for each platform version in this location:</p>
+<p>Each version of the Android platform available for the SDK includes a full set of sample
+applications (which may vary between different versions of the platform).
+You can find the samples in your SDK at:</p>
-<p style="margin-left:2em"><code><sdk>/platforms/android-<version>/samples/</code></p>
+<p style="margin-left:2em">
+<code><em><sdk></em>/platforms/android-<em><version></em>/samples/</code>
+</p>
-<p>You can easily add these applications as projects in your development environment, so that you
-can modify them and watch them execute. </p>
+<p>You can easily create new Android projects with these samples, modify them
+if you'd like, then run them on an emulator or device. For example, to create
+a project for the API Demos app from Eclipse,
+start a new Android Project, select "Create project from existing source", then select
+{@code ApiDemos} in the {@code samples/} directory. To create the API Demos project
+using the {@code android} tool, execute:</p>
+<pre>
+android update project -s -n API Demos -t <em><target_ID></em> -p <em><path-to-platform></em>/samples/ApiDemos/
+</pre>
+
+<p>The pages below provide an overview of each sample application (available with most
+platforms) and allow you to view the source files in your browser. </p>
+
<dl>
<dt><a href="ApiDemos/index.html">API Demos</a></dt>
- <dd>A variety of small applications that demonstrate an extensive collection of framework topics.</dd>
+ <dd>A variety of small applications that demonstrate an extensive collection of
+ framework topics.</dd>
<dt><a href="Home/index.html">Home</a></dt>
<dd>An application for saving notes. Similar (but not identical) to the
<a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd>
<dt><a href="JetBoy/index.html">JetBoy</a></dt>
- <dd>JetBoy is a game that demonstrates the SONiVOX JET interactive music technology, with {@link android.media.JetPlayer}.</dd>
+ <dd>JetBoy is a game that demonstrates the SONiVOX JET interactive music technology,
+ with {@link android.media.JetPlayer}.</dd>
<dt><a href="LunarLander/index.html">Lunar Lander</a></dt>
<dd>A classic Lunar Lander game.</dd>
@@ -44,3 +60,13 @@
<dd>An example of writing an input method for a software keyboard.</dd>
</dl>
+
+
+<div class="special">
+<p>For more sample applications, check out
+<a href="http://code.google.com/p/apps-for-android/">apps-for-android</a>, a
+collection of open source applications that demonstrate various Android APIs.
+</p>
+</div>
+
+
diff --git a/docs/html/index.jd b/docs/html/index.jd
index 9d349ca..0d72e80 100644
--- a/docs/html/index.jd
+++ b/docs/html/index.jd
@@ -120,25 +120,33 @@
'sdk': {
'layout':"imgLeft",
'icon':"sdk-small.png",
- 'name':"Android 2.0",
+ 'name':"Android 2.0.1",
'img':"eclair-android.png",
- 'title':"Android 2.0 has arrived!",
- 'desc': "<p>Android 2.0 includes exciting new features and APIs. "
+ 'title':"Android 2.0.1",
+ 'desc': "<p>Android 2.0.1 is a minor platform update to Android 2.0. "
+ "For information about what's included in the new platform, read "
- + "the <a href='{@docRoot}sdk/android-2.0.html'>Android 2.0 version notes</a>.</p>"
- + "<p>If you have the Android 1.6 SDK, you can update your environment "
- + "by installing the Android 2.0 platform and updated tools as "
- + "<a href='{@docRoot}sdk/adding-components.html'>SDK components</a>. Otherwise, "
+ + "the <a href='{@docRoot}sdk/android-2.0.1.html'>Android 2.0.1 "
+ + "version notes</a>.</p>"
+ + "<p>You can update your existing environment "
+ + "by installing the Android 2.0.1 platform and updated tools as"
+ + " <a href='{@docRoot}sdk/adding-components.html'>SDK "
+ + "components</a>. Otherwise, "
+ "<a href='{@docRoot}sdk/index.html'>download a new Android SDK</a>.</p>"
},
'devphone': {
'layout':"imgLeft",
'icon':"devphone-small.png",
- 'name':"Dev Phone 1",
+ 'name':"Dev Phones",
'img':"devphone-large.png",
- 'title':"Android Dev Phone 1",
- 'desc': "<p>Run and debug your Android applications directly on this device. Modify and rebuild the Android operating system, and flash it onto the phone. The Android Dev Phone 1 is carrier independent, and available for purchase by any developer registered with <a href='http://market.android.com/publish'>Android Market</a>.</p><p><a href='/guide/developing/device.html#dev-phone-1'>Learn more about the Android Dev Phone 1 »</a></p>"
+ 'title':"Android Dev Phones",
+ 'desc': "<p>Run and debug your Android applications directly on one of these "
+ + "device. Modify and rebuild the Android operating system, and flash it onto "
+ + "the phone. The Android Dev Phones are carrier independent, and available for "
+ + "purchase by any developer registered with <a "
+ + "href='http://market.android.com/publish'>Android Market</a>.</p><p><a "
+ + "href='/guide/developing/device.html#dev-phone-1'>Learn more about the "
+ + "Android Dev Phones »</a></p>"
},
'mapskey': {
diff --git a/docs/html/robots.txt b/docs/html/robots.txt
index 7046373..878996f 100644
--- a/docs/html/robots.txt
+++ b/docs/html/robots.txt
@@ -4,5 +4,12 @@
Disallow: /assets/
Disallow: /images/
Disallow: /sdk/preview/
+Disallow: /sdk/1.0_r1/
+Disallow: /sdk/1.0_r2/
+Disallow: /sdk/1.1_r1/
+Disallow: /sdk/1.5_r1/
+Disallow: /sdk/1.5_r2/
+Disallow: /sdk/1.5_r3/
+Disallow: /sdk/1.6_r1/
Disallow: /shareables/
Sitemap: http://developer.android.com/sitemap.txt
diff --git a/docs/html/samples/index.jd b/docs/html/samples/index.jd
deleted file mode 100644
index 06afd07..0000000
--- a/docs/html/samples/index.jd
+++ /dev/null
@@ -1,22 +0,0 @@
-page.title=Android SDK
-page.onlyfortemplate=codesite
-@jd:body
-<h1>Sample Code</h1>
-
-<p>The Android SDK ships with several sample projects. They are:</p>
-
-<dl>
- <dt><a href="{@docRoot}samples/ApiDemos/index.html">API Demos</a></dt>
- <dd>A demonstration of many of the Android APIs.</dd>
-
- <dt><a href="{@docRoot}samples/LunarLander/index.html">Lunar Lander</a></dt>
- <dd>Your objective: to land on the moon.</dd>
-
- <dt><a href="{@docRoot}samples/NotePad/index.html">Note Pad</a></dt>
- <dd>A simple note pad application.</dd>
-</dl>
-
-<p>To run these samples, you should <a
-href="{@docRoot}guide/developing/eclipse-adt.html#creatingaproject">import them into
-Eclipse</a> or build them with Ant, as described in
-<a href="{@docRoot}guide/developing/other-ide.html#Building">Developing in Other IDEs</a>.</p>
diff --git a/docs/html/sdk/1.0_r1/index.jd b/docs/html/sdk/1.0_r1/index.jd
index 6ef860f..b380483 100644
--- a/docs/html/sdk/1.0_r1/index.jd
+++ b/docs/html/sdk/1.0_r1/index.jd
@@ -1,68 +1,5 @@
page.title=Android 1.0 SDK, release 1
-
-sdk.not_latest_version=true
-
-sdk.version=1.0_r1
-sdk.date=September 23, 2008
-
-sdk.win_download=android-sdk-windows-1.0_r1.zip
-sdk.win_bytes=89.7 MB
-sdk.win_checksum=d69f4ee93d4010f726c04302662fd999
-
-sdk.mac_download=android-sdk-mac_x86-1.0_r1.zip
-sdk.mac_bytes=87.5 MB
-sdk.mac_checksum=564876ada22872e50c2866806de9fc5c
-
-sdk.linux_download=android-sdk-linux_x86-1.0_r1.zip
-sdk.linux_bytes=87.8 MB
-sdk.linux_checksum=2660b4029039b7d714e59827e9a9a11d
-
+sdk.redirect=true
+sdk.redirect.path=index.html
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.0_r1">Release Notes</a>.</p>
-
-<h2>Included in this SDK</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a variety of tools for developing and debugging application code and designing
-an application UI. You can read about the tools in the documentation included with the SDK.
-You can access the tools in the <code><sdk>/tools/</code> directory.</p>
-
-<h4 id="system_images">System Images</h4>
-
-<p>The Android system images listed below are included in this SDK.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>System Image</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.0</nobr></td>
-<td width="5%">1</td>
-<td width="5%"><nobr>N/A</nobr></td>
-<td>Includes the {@code com.google.android.maps} external library and a set of standard development
-applications. </td>
-
-</tr>
-
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the
-documentation included with the SDK and access the sample code itself
-in the <code><sdk>/samples/</code> directory of the SDK package.</p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package provides a full set of local documentation, including installation and upgrade
-instructions. To view it, open the <code><sdk>/documentation.html</code> file in a web browser.
-If you are developing in an IDE such as Eclipse, you can also view the reference documentation
-directly in the IDE. </p>
-
-
-
diff --git a/docs/html/sdk/1.0_r1/installing.jd b/docs/html/sdk/1.0_r1/installing.jd
index 8ac524c..2ea04e4 100644
--- a/docs/html/sdk/1.0_r1/installing.jd
+++ b/docs/html/sdk/1.0_r1/installing.jd
@@ -1,221 +1,8 @@
-page.title=Installing the SDK
-sdk.version=1.0_r1
@jd:body
-<p>For the current SDK release, see the links under <strong>Current SDK Release</strong> in the side navigation.</p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android 1.0 SDK, Release 1, and set up your development environment.
-If you haven't downloaded the SDK yet, you can so from the <a href="{@docRoot}sdk/1.0_r1/index.html">Download</a> page.</p>
-
-<p>Before you begin, be sure that your development environment meets the SDK
-<a href="{@docRoot}sdk/1.0_r1/requirements.html">System Requirements</a>. If you encounter any problems during installation,
-see the <a href="#installnotes">Installation Notes</a> at the bottom of this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version of the
-SDK, please skip this page and read the
-<a href="{@docRoot}sdk/1.0_r1/upgrading.html"><strong>Upgrading the SDK</strong></a></b> document instead.
-</p>
-
-<a name="installingsdk"></a>
-<a name="setup"></a>
-<h2>Installing the SDK</h2>
-
- <p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine. By default, the SDK files are unpacked into a directory named <code>android_sdk_<em><platform</em>>_<em><release></em>_<em><build></em></code>. The directory contains a link to a local copy of the documentation and the subdirectories <code>tools/</code>, <code>samples/</code>, and others. </p>
-
- <p>Make a note of the name and location of the unpacked SDK directory on your system — you will need to refer to the SDK directory later, when setting up the Android plugin or using SDK tools. </p>
-
- <p>Optionally, you can add the path to the SDK <code>tools</code> directory to your path. As mentioned above, the <code>tools/</code> directory is located in the SDK directory. </p>
- <ul>
- <li>On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for .bash_profile and
- proceed as for Linux. You can create the .bash_profile, if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path under System Variables. Add the full path to the <code>tools/</code> directory to the path. </li>
- </ul>
-
- <p>Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.</p>
-
-
-<p>If you will be using the Eclipse IDE as your environment for developing Android applications, continue reading the next
-section in order to install the Android Development Tools plugin and setup Eclipse. If you choose not to use Eclipse, you can
-develop Android applications using other tools — read the guide to developing
-<a href="{@docRoot}guide/developing/other-ide.html">In other IDEs</a>.</p>
-
-
-<h2>Setting up Eclipse</h2>
-
-<p>First, you should install a custom plugin called Android Development Tools (ADT), which adds integrated support for Android projects and tools. The ADT plugin includes a variety of powerful extensions that make creating, running, and debugging Android applications faster and easier. Developing in ADT/Eclipse is highly recommended for Eclipse users and those new to Android.</p>
-
-<p>To download and install the ADT plugin, follow the steps below for your respective Eclipse version. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong> > <strong>Find
- and Install...</strong>. </li>
-
- <li>In the dialog that appears, select <strong>Search for new features to install</strong> and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for
- <strong>Android Plugin</strong> > <strong>Developer Tools</strong>.
- This will check both features: "Android Developer Tools", and "Android
- Editors". The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>. </li>
- <li>Read the license agreement and then select <strong>Accept terms of the license agreement</strong>.
- Click <strong>Next</strong>. </li>
- <li>Click <strong>Finish</strong>. </li>
-
- <li>The ADT plugin is not signed; you can accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.
- </li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab.
- </li>
- <li>Click <strong>Add Site...</strong>
- </li>
- <li>Enter this as the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin. Select the checkbox next to
- <em>Developer Tools</em> and click <strong>Install...</strong>
- </li>
- <li>On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked.
- The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>.
- </li>
- <li>Accept the license agreement and click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-
-<p>Now, you just need to modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel. (Mac OS X: <strong>Eclipse</strong> > <strong>Preferences</strong>) </li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to begin developing Android applications.
-We recommend you begin with the <a href="{@docRoot}guide/tutorials/hello-world.html">Hello World</a> tutorial,
-which will teach you some basics about Android applications and how to create projects using Eclipse.</p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) > <strong>Preferences</strong> > <strong>General</strong> > <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT files to your local machine using a browser and the install the files in Eclipse from there:
-</p>
-<ol>
-<li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).
-<li>Follow steps 1 and 2 in the default install instructions (above).
-<li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong>
-<li>Browse and select the downloaded the zip file.
-<li>Follow the remaining procedures, above, starting from steps 5.
-</ol>
-<p>
-Note that to update your plugin, you will have to follow these steps again instead of the default update instructions.</p>
-
-<p>Note that the "Android Editors" feature of ADT requires several optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include those components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-<a name="installnotes"></a>
-<h2>Installation Notes</h2>
-<h4>Ubuntu Linux Notes</h4>
-<ul>
- <li>If you need help installing and configuring Java on your
-development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation </a></li>
- </ul>
- </li>
-<li>Here are the steps to install Java and Eclipse, prior to installing
-the Android SDK and ADT Plugin.
-<ol>
- <li>If you are running a 64-bit distribution on your development
-machine, you need to install the <code>ia32-libs</code> package using
-<code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre></li>
- <li>Next, install Java:
- <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
-eclipse.org (<a
-href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
-downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
-<li>Follow the steps given in previous sections to install the SDK
-and the ADT plugin. </li>
-</ol>
-</ul>
-<h4>Other Linux Notes</h4>
-<ul>
- <li>If JDK is already installed on your development computer, please
-take a moment to make sure that it meets the version requirements listed
-at the top of this page. In particular, note that some Linux
-distributions may include JDK 1.4 or Gnu Compiler for Java, both of
-which are not supported for Android development.</li>
-</ul>
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.0_r1/requirements.jd b/docs/html/sdk/1.0_r1/requirements.jd
index 4163513..96fdcb26 100644
--- a/docs/html/sdk/1.0_r1/requirements.jd
+++ b/docs/html/sdk/1.0_r1/requirements.jd
@@ -1,51 +1,8 @@
-page.title=System Requirements
-sdk.version=1.0_r1
-
-
@jd:body
-<p>The sections below describe the system and software requirements for
-developing Android applications using the Android SDK tools included in Android 1.0 SDK, Release 1. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h2>System and Software Requirements</h2>
-<p>The following systems and development environments are supported by this SDK.</p>
-
-<h4>Supported Operating Systems:</h4>
-<ul>
- <li>Windows XP or Vista</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#installnotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h4>Supported Development Environments:</h4>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li><a href="http://www.eclipse.org/webtools">WST</a> (optional, but needed for the Android Editors feature; included in <a href="http://www.eclipse.org/downloads/moreinfo/compare.php">most Eclipse IDE packages</a>)</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.0_r2/index.jd b/docs/html/sdk/1.0_r2/index.jd
index a1989ba..c29c148 100644
--- a/docs/html/sdk/1.0_r2/index.jd
+++ b/docs/html/sdk/1.0_r2/index.jd
@@ -1,68 +1,5 @@
page.title=Android 1.0 SDK, release 2
-
-sdk.not_latest_version=true
-
-sdk.version=1.0_r2
-sdk.date=November 2008
-
-sdk.win_download=android-sdk-windows-1.0_r2.zip
-sdk.win_bytes=98360564
-sdk.win_checksum=a5e1af8ac145946b4a9627516ad4a711
-
-sdk.mac_download=android-sdk-mac_x86-1.0_r2.zip
-sdk.mac_bytes=93771410
-sdk.mac_checksum=87b99d5e9f59b78363a63200c11498e8
-
-sdk.linux_download=android-sdk-linux_x86-1.0_r2.zip
-sdk.linux_bytes=94186463
-sdk.linux_checksum=a1f3b6d854596f850f5008856d0f380e
-
+sdk.redirect=true
+sdk.redirect.path=index.html
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.0_r2">Release Notes</a>.</p>
-
-<h2>Included in this SDK</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a variety of tools for developing and debugging application code and designing
-an application UI. You can read about the tools in the documentation included with the SDK.
-You can access the tools in the <code><sdk>/tools/</code> directory.</p>
-
-<h4 id="system_images">System Images</h4>
-
-<p>The Android system images listed below are included in this SDK.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>System Image</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.0</nobr></td>
-<td width="5%">1</td>
-<td width="5%"><nobr>N/A</nobr></td>
-<td>Includes the {@code com.google.android.maps} external library and a set of standard development
-applications. </td>
-
-</tr>
-
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the
-documentation included with the SDK and access the sample code itself
-in the <code><sdk>/samples/</code> directory of the SDK package.</p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package provides a full set of local documentation, including installation and upgrade
-instructions. To view it, open the <code><sdk>/documentation.html</code> file in a web browser.
-If you are developing in an IDE such as Eclipse, you can also view the reference documentation
-directly in the IDE. </p>
-
-
-
diff --git a/docs/html/sdk/1.0_r2/installing.jd b/docs/html/sdk/1.0_r2/installing.jd
index 2c58dfd..2ea04e4 100644
--- a/docs/html/sdk/1.0_r2/installing.jd
+++ b/docs/html/sdk/1.0_r2/installing.jd
@@ -1,221 +1,8 @@
-page.title=Installing the SDK
-sdk.version=1.0_r2
@jd:body
-<p>For the current SDK release, see the links under <strong>Current SDK Release</strong> in the side navigation.</p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android 1.0 SDK, Release 2, and set up your development environment.
-If you haven't downloaded the SDK yet, you can so from the <a href="{@docRoot}sdk/1.0_r2/index.html">Download</a> page.</p>
-
-<p>Before you begin, be sure that your development environment meets the SDK
-<a href="{@docRoot}sdk/1.0_r2/requirements.html">System Requirements</a>. If you encounter any problems during installation,
-see the <a href="#installnotes">Installation Notes</a> at the bottom of this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version of the
-SDK, please skip this page and read the
-<a href="{@docRoot}sdk/1.0_r2/upgrading.html"><strong>Upgrading the SDK</strong></a></b> document instead.
-</p>
-
-<a name="installingsdk"></a>
-<a name="setup"></a>
-<h2>Installing the SDK</h2>
-
- <p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine. By default, the SDK files are unpacked into a directory named <code>android_sdk_<em><platform</em>>_<em><release></em>_<em><build></em></code>. The directory contains a link to a local copy of the documentation and the subdirectories <code>tools/</code>, <code>samples/</code>, and others. </p>
-
- <p>Make a note of the name and location of the unpacked SDK directory on your system — you will need to refer to the SDK directory later, when setting up the Android plugin or using SDK tools. </p>
-
- <p>Optionally, you can add the path to the SDK <code>tools</code> directory to your path. As mentioned above, the <code>tools/</code> directory is located in the SDK directory. </p>
- <ul>
- <li>On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for .bash_profile and
- proceed as for Linux. You can create the .bash_profile, if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path under System Variables. Add the full path to the <code>tools/</code> directory to the path. </li>
- </ul>
-
- <p>Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.</p>
-
-
-<p>If you will be using the Eclipse IDE as your environment for developing Android applications, continue reading the next
-section in order to install the Android Development Tools plugin and setup Eclipse. If you choose not to use Eclipse, you can
-develop Android applications using other tools — read the guide to developing
-<a href="{@docRoot}guide/developing/other-ide.html">In other IDEs</a>.</p>
-
-
-<h2>Setting up Eclipse</h2>
-
-<p>First, you should install a custom plugin called Android Development Tools (ADT), which adds integrated support for Android projects and tools. The ADT plugin includes a variety of powerful extensions that make creating, running, and debugging Android applications faster and easier. Developing in ADT/Eclipse is highly recommended for Eclipse users and those new to Android.</p>
-
-<p>To download and install the ADT plugin, follow the steps below for your respective Eclipse version. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong> > <strong>Find
- and Install...</strong>. </li>
-
- <li>In the dialog that appears, select <strong>Search for new features to install</strong> and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for
- <strong>Android Plugin</strong> > <strong>Developer Tools</strong>.
- This will check both features: "Android Developer Tools", and "Android
- Editors". The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>. </li>
- <li>Read the license agreement and then select <strong>Accept terms of the license agreement</strong>.
- Click <strong>Next</strong>. </li>
- <li>Click <strong>Finish</strong>. </li>
-
- <li>The ADT plugin is not signed; you can accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.
- </li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab.
- </li>
- <li>Click <strong>Add Site...</strong>
- </li>
- <li>Enter this as the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin. Select the checkbox next to
- <em>Developer Tools</em> and click <strong>Install...</strong>
- </li>
- <li>On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked.
- The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>.
- </li>
- <li>Accept the license agreement and click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-
-<p>Now, you just need to modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel. (Mac OS X: <strong>Eclipse</strong> > <strong>Preferences</strong>) </li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to begin developing Android applications.
-We recommend you begin with the <a href="{@docRoot}guide/tutorials/hello-world.html">Hello World</a> tutorial,
-which will teach you some basics about Android applications and how to create projects using Eclipse.</p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) > <strong>Preferences</strong> > <strong>General</strong> > <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT files to your local machine using a browser and the install the files in Eclipse from there:
-</p>
-<ol>
-<li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).
-<li>Follow steps 1 and 2 in the default install instructions (above).
-<li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong>
-<li>Browse and select the downloaded the zip file.
-<li>Follow the remaining procedures, above, starting from steps 5.
-</ol>
-<p>
-Note that to update your plugin, you will have to follow these steps again instead of the default update instructions.</p>
-
-<p>Note that the "Android Editors" feature of ADT requires several optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include those components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-<a name="installnotes"></a>
-<h2>Installation Notes</h2>
-<h4>Ubuntu Linux Notes</h4>
-<ul>
- <li>If you need help installing and configuring Java on your
-development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation </a></li>
- </ul>
- </li>
-<li>Here are the steps to install Java and Eclipse, prior to installing
-the Android SDK and ADT Plugin.
-<ol>
- <li>If you are running a 64-bit distribution on your development
-machine, you need to install the <code>ia32-libs</code> package using
-<code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre></li>
- <li>Next, install Java:
- <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
-eclipse.org (<a
-href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
-downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
-<li>Follow the steps given in previous sections to install the SDK
-and the ADT plugin. </li>
-</ol>
-</ul>
-<h4>Other Linux Notes</h4>
-<ul>
- <li>If JDK is already installed on your development computer, please
-take a moment to make sure that it meets the version requirements listed
-at the top of this page. In particular, note that some Linux
-distributions may include JDK 1.4 or Gnu Compiler for Java, both of
-which are not supported for Android development.</li>
-</ul>
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.0_r2/requirements.jd b/docs/html/sdk/1.0_r2/requirements.jd
index 4f7c093..96fdcb26 100644
--- a/docs/html/sdk/1.0_r2/requirements.jd
+++ b/docs/html/sdk/1.0_r2/requirements.jd
@@ -1,50 +1,8 @@
-page.title=System Requirements
-sdk.version=1.0_r2
-
-
@jd:body
-<p>The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android 1.0 SDK, Release 2. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h2>System and Software Requirements</h2>
-<p>The following systems and development environments are supported by this SDK.</p>
-
-<h4>Supported Operating Systems:</h4>
-<ul>
- <li>Windows XP or Vista</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#installnotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h4>Supported Development Environments:</h4>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li><a href="http://www.eclipse.org/webtools">WST</a> (optional, but needed for the Android Editors feature; included in <a href="http://www.eclipse.org/downloads/moreinfo/compare.php">most Eclipse IDE packages</a>)</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.1_r1/index.jd b/docs/html/sdk/1.1_r1/index.jd
index f658216..63fe51d 100644
--- a/docs/html/sdk/1.1_r1/index.jd
+++ b/docs/html/sdk/1.1_r1/index.jd
@@ -1,66 +1,5 @@
page.title=Android 1.1 SDK, Release 1
-
-sdk.not_latest_version=true
-sdk.version=1.1_r1
-sdk.date=February 2009
-
-sdk.win_download=android-sdk-windows-1.1_r1.zip
-sdk.win_bytes=86038515
-sdk.win_checksum=8c4b9080b430025370689e03d20842f3
-
-sdk.mac_download=android-sdk-mac_x86-1.1_r1.zip
-sdk.mac_bytes=79046151
-sdk.mac_checksum=becf0f1763d61eedce15d2a903d6c1dd
-
-sdk.linux_download=android-sdk-linux_x86-1.1_r1.zip
-sdk.linux_bytes=79345522
-sdk.linux_checksum=ebcb16b0cd4aef198b4dd9a1418efbf1
-
+sdk.redirect=true
+sdk.redirect.path=index.html
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.1_r1">Release Notes</a>.</p>
-
-<h2>SDK Contents</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a variety of tools for developing and debugging application code and designing an application UI. You can read about the tools in the
-<a href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them in the <code><sdk>/tools/</code> directory.
-
-<p>The tools package included in this SDK is the same as that included in the Android 1.0, Release 2 SDK. </p>
-
-<h4 id="system_images">System Images</h4>
-
-<p>The Android system images listed below are included in this SDK. For more information about a system image — features, applications included, localizations, API changes, and so on — see its Version Notes. </p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>System Image</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.1</nobr></td>
-<td width="5%">2</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.1.html">Version Notes</a></nobr></td>
-<td>Includes com.google.android.maps external library and a set of standard development applications. </td>
-
-</tr>
-
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the <a href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample code itself
-in the <code><sdk>/samples/</code> directory of the SDK package.</p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package includes a full set of local documentation. To view it, open the <code><sdk>/documentation.html</code> file in a web browser. If you are developing in an IDE such as Eclipse, you can also view the reference documentation directly in the IDE. </p>
-
-<p>The most current documentation is always available on the Android Developers site:</p>
-
-<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">http://developer.android.com/</a></p>
-
-
diff --git a/docs/html/sdk/1.1_r1/installing.jd b/docs/html/sdk/1.1_r1/installing.jd
index 2da2479..2ea04e4 100644
--- a/docs/html/sdk/1.1_r1/installing.jd
+++ b/docs/html/sdk/1.1_r1/installing.jd
@@ -1,312 +1,8 @@
-page.title=Installing the Android SDK
-sdk.version=1.1_r1
-
@jd:body
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android SDK and set up your
-development environment. If you haven't downloaded the SDK, you can
-do so from the
-<a href="{@docRoot}sdk/1.1_r1/index.html">Download</a> page.</p>
-
-<p>If you encounter any problems during installation, see the
-<a href="#installnotes">Installation Notes</a> at the bottom of
-this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version
-of the SDK, please skip this page and read the
-<a href="{@docRoot}sdk/1.1_r1/upgrading.html"><strong>Upgrading the
-SDK</strong></a></b> document instead.
-</p>
-
-
-<h2 id="setup">Preparing for Installation</h2>
-
-<p>Before you get started with the Android SDK, take a moment to confirm
-that your development machine meets the <a
-href="{@docRoot}sdk/1.1_r1/requirements.html">system requirements</a>.
-</p>
-
-<p>If you will be developing on Eclipse with the Android Development
-Tools (ADT) Plugin — the recommended path if you are new to
-Android — make sure that you have a suitable version of Eclipse
-installed on your computer. If you need to install Eclipse, you can
-download it from this location: </p>
-
-<p style="margin-left:2em;"><a href=
-"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a
-></p>
-
-<p>A Java or RCP version of Eclipse is recommended. </p>
-
-<h2 id="installingsdk">Installing the SDK</h2>
-
- <p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine. By default, the SDK files are unpacked into a directory named <code>android_sdk_<em><platform</em>>_<em><release></em>_<em><build></em></code>. The directory contains a link to a local copy of the documentation and the subdirectories <code>tools/</code>, <code>samples/</code>, and others. </p>
-
- <p>Make a note of the name and location of the unpacked SDK directory on your system — you will need to refer to the SDK directory later, when setting up the Android plugin or using SDK tools. </p>
-
- <p>Optionally, you can add the path to the SDK <code>tools</code> directory to your path. As mentioned above, the <code>tools/</code> directory is located in the SDK directory. </p>
- <ul>
- <li>On Linux, edit your ~/.bash_profile or ~/.bashrc file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for .bash_profile and
- proceed as for Linux. You can create the .bash_profile, if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path under System Variables. Add the full path to the <code>tools/</code> directory to the path. </li>
- </ul>
-
- <p>Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without needing to supply the full path to the tools directory. Note that, if you update your SDK, you should remember to update your PATH settings to point to the new location, if different.</p>
-
-
-<p>If you will be using the Eclipse IDE as your environment for developing Android applications, continue reading the next
-section in order to install the Android Development Tools plugin and set up Eclipse. If you choose not to use Eclipse, you can
-develop Android applications using other tools — read the guide to developing
-<a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>.</p>
-
-
-<h2 id="installingplugin">Installing the ADT Plugin for Eclipse</h2>
-
-<p>Android offers a custom plugin for the Eclipse IDE, called Android
-Development Tools (ADT), that is designed to give you a powerful,
-integrated environment in which to build Android applications. It
-extends the capabilites of Eclipse to let you quickly set up new Android
-projects, create an application UI, add components based on the Android
-Framework API, and debug using the Android SDK tools.</p>
-
-<p>If you are new to Android or want to develop using the Eclipse IDE,
-the ADT plugin will be an essential part of your development
-environment. In general, using Eclipse with ADT is a highly recommended
-approach and is the fastest way to get started. This section describes
-how to install ADT into your Eclipse environment.
-
-<p>If you prefer to work in a development environment other than Eclipse,
-you do not need to install Eclipse or the ADT Plugin. Instead, you can
-access the SDK tools directly to build and debug your application. </p>
-
-<p>Once you have Eclipse installed, as described in <a href="#setup">
-Preparing for Installation</a>, follow the steps below to
-download the ADT plugin and install it in your respective Eclipse
-environment. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong> > <strong>Find
- and Install...</strong>. </li>
-
- <li>In the dialog that appears, select <strong>Search for new features to install</strong> and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. Android Plugin) and enter this as its URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for
- <strong>Android Plugin</strong> > <strong>Developer Tools</strong>.
- This will check both features: "Android Developer Tools", and "Android
- Editors". The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>. </li>
- <li>Read the license agreement and then select <strong>Accept terms of the license agreement</strong>.
- Click <strong>Next</strong>. </li>
- <li>Click <strong>Finish</strong>. </li>
-
- <li>The ADT plugin is not signed; you can accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.
- </li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab.
- </li>
- <li>Click <strong>Add Site...</strong>
- </li>
- <li>Enter this as the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Alternatively, you can use http in the Location URL, if you are having
- trouble with https (https is preferred for security reasons).</p>
- <pre>http://dl-ssl.google.com/android/eclipse/</pre>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin. Select the checkbox next to
- <em>Developer Tools</em> and click <strong>Install...</strong>
- </li>
- <li>On the subsequent Install window, "Android Developer Tools", and "Android Editors" should both be checked.
- The Android Editors feature is optional, but recommended. If
- you choose to install it, you need the WST plugin mentioned earlier in this
- page. Click <strong>Next</strong>.
- </li>
- <li>Accept the license agreement and click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-<p>Now, you just need to modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel. (Mac OS X: <strong>Eclipse</strong> > <strong>Preferences</strong>) </li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to
-begin developing Android applications. See the <a href="#next">After
-Installation: Next Steps</a> section for suggestions on how to start. </p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) > <strong>Preferences</strong> > <strong>General</strong> > <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you can download the ADT files to your local machine using a browser and the install the files in Eclipse from there:
-</p>
-<ol>
-<li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).
-<li>Follow steps 1 and 2 in the default install instructions (above).
-<li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong>
-<li>Browse and select the downloaded the zip file.
-<li>Follow the remaining procedures, above, starting from steps 5.
-</ol>
-<p>
-Note that to update your plugin, you will have to follow these steps again instead of the default update instructions.</p>
-
-<p>Note that the "Android Editors" feature of ADT requires several optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include those components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-
-<h2 id="next">After Installation: Next Steps</h2>
-<p>Once you have installed the SDK and the ADT Plugin, you are ready to
-begin developing applications. Here are a few ways you can get started: </p>
-
-<p><strong>Learn about Android</strong></p>
-<ul>
-<li>Take a look at the <a href="{@docRoot}guide/index.html">Dev
-Guide</a> and the types of information it provides</li>
-<li>Read an introduction to Android as a platform in <a
-href="{@docRoot}guide/basics/what-is-android.html">What is
-Android?</a></li>
-<li>Learn about the Android framework and how applications run on it in
-<a href="{@docRoot}guide/topics/fundamentals.html">Application
-Fundamentals</a></li>
-<li>Take a look at the Android framework API specification in the <a
-href="{@docRoot}reference/index.html">Reference</a> tab</li>
-</ul>
-
-<p><strong>Explore the SDK</strong></p>
-<ul>
-<li>Get an overview of the <a
-href="{@docRoot}guide/developing/tools/index.html">development
-tools</a> that are available to you</li>
-<li>Read the overviews of how to develop <a
-href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or
-<a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>
-</li>
-</ul>
-
-<p><strong>Explore some code</strong></p>
-<ul>
-<li>Set up a <a href="{@docRoot}guide/tutorials/hello-world.html">Hello
-World application</a></li>
-<li>Follow the <a href="{@docRoot}guide/tutorials/notepad/index.html">
-Notepad Tutorial</a> to build a full Android application </li>
-<li>Create a new project for one of the other sample applications
-included in <code><sdk>/samples</code>, then compile and run it in
-your development environment</li>
-</ul>
-
-<p><strong>Visit the Android developer groups</strong></p>
-<ul>
-<li>Take a look at the <a
-href="{@docRoot}community/index.html">Community</a> tab to see a list of
-Android developers groups. In particular, you might want to look at the
-<a href="http://groups.google.com/group/android-developers">Android
-Developers</a> group to get a sense for what the Android developer
-community is like.</li>
-</ul>
-
-
-<h2 id="installnotes">Installation Notes</h2>
-<h4>Ubuntu Linux Notes</h4>
-<ul>
- <li>If you need help installing and configuring Java on your
-development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation </a></li>
- </ul>
- </li>
-<li>Here are the steps to install Java and Eclipse, prior to installing
-the Android SDK and ADT Plugin.
-<ol>
- <li>If you are running a 64-bit distribution on your development
-machine, you need to install the <code>ia32-libs</code> package using
-<code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre></li>
- <li>Next, install Java:
- <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
-eclipse.org (<a
-href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
-downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
-<li>Follow the steps given in previous sections to install the SDK
-and the ADT plugin. </li>
-</ol>
-</ul>
-<h4>Other Linux Notes</h4>
-<ul>
- <li>If JDK is already installed on your development computer, please
-take a moment to make sure that it meets the version requirements listed
-in the <a href="{@docRoot}sdk/1.1_r1/requirements.html">System Requirements</a>.
-In particular, note that some Linux distributions may include JDK 1.4 or Gnu
-Compiler for Java, both of which are not supported for Android development.</li>
-</ul>
-
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.1_r1/requirements.jd b/docs/html/sdk/1.1_r1/requirements.jd
index 9d8f9eb..96fdcb26 100644
--- a/docs/html/sdk/1.1_r1/requirements.jd
+++ b/docs/html/sdk/1.1_r1/requirements.jd
@@ -1,48 +1,8 @@
-page.title=System Requirements
-
-sdk.version=1.1_r1
-sdk.date=February 2009
-
@jd:body
-<p>The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android 1.1 SDK, Release 1. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h3>Supported Operating Systems</h3>
-<ul>
- <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#installnotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h3>Supported Development Environments</h3>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li><a href="http://www.eclipse.org/webtools">WST</a> (optional, but needed for the Android Editors feature; included in <a href="http://www.eclipse.org/downloads/moreinfo/compare.php">most Eclipse IDE packages</a>)</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r1/index.jd b/docs/html/sdk/1.5_r1/index.jd
index 405f56c..60dfc14 100644
--- a/docs/html/sdk/1.5_r1/index.jd
+++ b/docs/html/sdk/1.5_r1/index.jd
@@ -1,89 +1,5 @@
-sdk.version=1.5
-sdk.rel.id=1
-sdk.date=April 2009
-sdk.not_latest_version=true
-
-sdk.win_download=android-sdk-windows-1.5_r1.zip
-sdk.win_bytes=176263368
-sdk.win_checksum=42be980eb2d3efaced01ea6c32c0045f
-
-sdk.mac_download=android-sdk-mac_x86-1.5_r1.zip
-sdk.mac_bytes=167848675
-sdk.mac_checksum=5b2a8d9f096032db4a75bfa0d689a51b
-
-sdk.linux_download=android-sdk-linux_x86-1.5_r1.zip
-sdk.linux_bytes=162938845
-sdk.linux_checksum=2addfd315da0ad8b5bde6b09d5ff3b06
-
page.title=Android 1.5 SDK, Release 1
+sdk.redirect=true
+sdk.redirect.path=index.html
+
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.5_r1">Release Notes</a>.</p>
-
-<h2>SDK Contents</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a full set of tools for developing and debugging application code and designing an application UI. You can read about the tools in the
-<a href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them in the <code><sdk>/tools/</code> directory.
-
-<p>The tools package in this SDK includes updates from those provided in the previous SDK. The tools also require a different project structure. To use the new tools, you need to migrate your applications to the new development environment. For more information about how to migrate, see <a href="{@docRoot}sdk/1.5_r1/upgrading.html">Upgrading the SDK</a>.
-
-<p>For more information about the new tools features, see the <a href="{@docRoot}sdk/RELEASENOTES.html">SDK Release Notes</a>.
-
-<h4 id="system_images">Android Platforms</h4>
-
-<p>This SDK includes multiple Android platform versions that you use to develop applications. For each version, both a fully compliant Android library and system image are provided. The table below lists the platform versions included in this SDK. For more information about a platform version — features, applications included, localizations, API changes, and so on — see its Version Notes. </p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Platform</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.5</nobr></td>
-<td width="5%">3</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.5.html">Version Notes</a></nobr></td>
-<td>Includes a standard Android 1.5 library and system image with a set of development applications. Does not include any external libraries (such as the Maps external library).</td>
-</tr>
-<tr>
-<td width="5%"><nobr>Android 1.1</nobr></td>
-<td width="5%">2</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.1.html">Version Notes</a></nobr></td>
-<td>Includes a compliant Android 1.1 library and system image with a set of development applications. Also includes the Maps external library (due to legacy build system issues).</td>
-
-</tr>
-</table>
-
-<h4 id="system_images">SDK Add-Ons</h4>
-
-<p>An SDK add-on provides a development environment for an Android external library or a customized (but fully compliant) Android system image. This SDK includes the SDK add-on listed below. The Android system API Level required by the add-on is noted.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Add-On</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-<tr>
-<td width="5%"><nobr>Google APIs</nobr></td>
-<td width="5%">3</td>
-<td width="5%"> </td>
-<td>Includes the com.google.android.maps external library, a compliant
-system image, a {@link android.location.Geocoder Geocoder}
-backend service implementation, documentation, and sample code. </td>
-</tr>
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the <a href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample code itself
-in the <code><sdk>/platforms/android-1.5/samples/</code> directory of the SDK package. Note the new location — the SDK now includes multiple platform versions that you can develop against and each has its own sample code directory. </p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package includes a full set of local documentation. To view it, open the <code><sdk>/documentation.html</code> file in a web browser. If you are developing in an IDE such as Eclipse, you can also view the reference documentation directly in the IDE. </p>
-
-<p>The most current documentation is always available on the Android Developers site:</p>
-
-<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">http://developer.android.com/</a></p>
-
diff --git a/docs/html/sdk/1.5_r1/installing.jd b/docs/html/sdk/1.5_r1/installing.jd
index ac6af61..2ea04e4 100644
--- a/docs/html/sdk/1.5_r1/installing.jd
+++ b/docs/html/sdk/1.5_r1/installing.jd
@@ -1,332 +1,8 @@
-sdk.version=1.5
-sdk.rel.id=1
-sdk.date=April 2009
-
-page.title=Installing the Android SDK
@jd:body
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android SDK and set up your
-development environment. If you haven't downloaded the SDK, you can
-do so from the
-<a href="{@docRoot}sdk/1.5_r1/index.html">Download</a> page. Once you've downloaded
-the SDK, return here.</p>
-
-<p>If you encounter any problems during installation, see the
-<a href="#installnotes">Installation Notes</a> at the bottom of
-this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version
-of the SDK, please read
-<a href="{@docRoot}sdk/1.5_r1/upgrading.html"><strong>Upgrading the
-SDK</strong></a></b>, instead.
-</p>
-
-
-<h2 id="setup">Preparing for Installation</h2>
-
-<p>Before you begin, take a moment to confirm that your development machine meets the
-<a href="{@docRoot}sdk/1.5_r1/requirements.html">System Requirements</a>.
-</p>
-
-<p>If you will be developing on Eclipse with the Android Development
-Tools (ADT) Plugin — the recommended path if you are new to
-Android — make sure that you have a suitable version of Eclipse
-installed on your computer (3.3 or newer). If you need to install Eclipse, you can
-download it from this location: </p>
-
-<p style="margin-left:2em;"><a href=
-"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a
-></p>
-
-<p>A Java or RCP version of Eclipse is recommended. </p>
-
-<h2 id="installingsdk">Installing the SDK</h2>
-
-<p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine.
-By default, the SDK files are unpacked into a directory named
-<code>android_sdk_<em><platform</em>>_<em><release></em></code>.
-The directory contains a local copy of the documentation (accessible by opening
-<code>documentation.html</code> in your browser) and the subdirectories
-<code>tools/</code>, <code>add-ons/</code>, <code>platforms/</code>, and others. Inside
-each subdirectory of <code>platforms/</code> you'll find <code>samples/</code>, which includes
-code samples that are specific to each version of the platform.</p>
-
-<p>Make a note of the name and location of the unpacked SDK directory on your system — you
-will need to refer to the SDK directory later, when setting up the Android plugin or when
-using the SDK tools.</p>
-
-<p>Optionally, you may want to add the location of the SDK's primary <code>tools</code> directory
-to your system PATH. The primary <code>tools/</code> directory is located at the root of the
-SDK folder. Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and
-the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without
-needing to supply the full path to the tools directory. </p>
-<ul>
- <li>On Linux, edit your <code>~/.bash_profile</code> or <code>~/.bashrc</code> file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for <code>.bash_profile</code> and
- proceed as for Linux. You can create the <code>.bash_profile</code> if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right-click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path (under System Variables). Add the full path to the
- <code>tools/</code> directory to the path. </li>
- </ul>
-
-<p>Note that, if you update your SDK in the future, you
-should remember to update your PATH settings to point to the new location, if different.</p>
-
-<p>If you will be using the Eclipse IDE as your development environment,
-the next section describes how to install the Android Development Tools plugin and set up Eclipse.
-If you choose not to use Eclipse, you can
-develop Android applications in an IDE of your choice and then compile, debug and deploy using
-the tools included in the SDK (skip to <a href="#next">Next Steps</a>).</p>
-
-
-<h2 id="installingplugin">Installing the ADT Plugin for Eclipse</h2>
-
-<p>Android offers a custom plugin for the Eclipse IDE, called Android
-Development Tools (ADT), that is designed to give you a powerful,
-integrated environment in which to build Android applications. It
-extends the capabilites of Eclipse to let you quickly set up new Android
-projects, create an application UI, add components based on the Android
-Framework API, debug your applications using the Android SDK tools, and even export
-signed (or unsigned) APKs in order to distribute your application.</p>
-
-<p>In general, using Eclipse with ADT is a highly recommended
-approach to Android development and is the fastest way to get started.
-(If you prefer to work in an IDE other than Eclipse,
-you do not need to install Eclipse or ADT, instead, you can directly
-use the SDK tools to build and debug your application.)</p>
-
-<p>Once you have Eclipse installed, as described in <a href="#setup">Preparing for
-Installation</a>, follow the steps below to
-download the ADT plugin and install it in your respective Eclipse
-environment. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<!-- 3.3 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong>
-> <strong>Find and Install...</strong>. </li>
- <li>In the dialog that appears, select <strong>Search for new features to install</strong>
-and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. "Android Plugin") and
- enter the URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for the
- "Android Plugin".
- This will select the nested tools: "Android DDMS" and "Android Development Tools".
- Click <strong>Next</strong>.</li>
- <li>Read and accept the license agreement, then click <strong>Next</strong>. </li>
- <li>On the following Installation window, click <strong>Finish</strong>. </li>
- <li>The ADT plugin is not digitally signed. Accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<!-- 3.4 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.</li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab. </li>
- <li>Click <strong>Add Site...</strong> </li>
- <li>Enter the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the Location URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin listed by the URL,
- with "Developer Tools" nested within it. Select the checkbox next to
- Developer Tools and click <strong>Install...</strong></li>
- <li>On the subsequent Install window, "Android DDMS" and "Android Development Tools"
- should both be checked. Click <strong>Next</strong>. </li>
- <li>Read and accept the license agreement, then click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-<p>Now modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel (Mac: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse...</strong> and
-locate your downloaded SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to
-begin developing Android applications. See the
-<a href="#next">Next Steps</a> section for suggestions on how to start. </p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are
-some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing
- the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) >
- <strong>Preferences</strong> > <strong>General</strong> >
- <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you
-can download the ADT zip file to your local machine and manually install the it:
-</p>
-<ol>
- <li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).</li>
- <li>Follow steps 1 and 2 in the default install instructions (above).</li>
- <li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong></li>
- <li>Browse and select the downloaded zip file.</li>
- <li>Follow the remaining procedures, above, starting from steps 5.</li>
-</ol>
-<p>To update your plugin once you've installed using the zip file, you will have to
-follow these steps again instead of the default update instructions.</p>
-
-<h4>Other install errors</h4>
-
-<p>Note that there are features of ADT that require some optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include these components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT
-Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-
-<h2 id="next">Next Steps</h2>
-<p>Once you have completed installation, you are ready to
-begin developing applications. Here are a few ways you can get started: </p>
-
-<p><strong>Learn about Android</strong></p>
-<ul>
- <li>Take a look at the <a href="{@docRoot}guide/index.html">Dev
- Guide</a> and the types of information it provides</li>
- <li>Read an introduction to Android as a platform in <a
- href="{@docRoot}guide/basics/what-is-android.html">What is
- Android?</a></li>
- <li>Learn about the Android framework and how applications run on it in
- <a href="{@docRoot}guide/topics/fundamentals.html">Application
- Fundamentals</a></li>
- <li>Take a look at the Android framework API specification in the <a
- href="{@docRoot}reference/packages.html">Reference</a> tab</li>
-</ul>
-
-<p><strong>Explore the SDK</strong></p>
-<ul>
- <li>Get an overview of the <a
- href="{@docRoot}guide/developing/tools/index.html">development
- tools</a> that are available to you</li>
- <li>Read how to develop <a
- href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or
- <a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>
- </li>
-</ul>
-
-<p><strong>Explore some code</strong></p>
-<ul>
- <li>Set up a <a href="{@docRoot}guide/tutorials/hello-world.html">Hello
- World application</a> (highly recommended, especially for Eclipse users)</li>
- <li>Follow the <a href="{@docRoot}guide/tutorials/notepad/index.html">
- Notepad Tutorial</a> to build a full Android application </li>
- <li>Create a new project for one of the other sample applications
- included in <code><em><sdk></em>/platforms/<em><platfrom></em>/samples</code>,
- then compile and run it in your development environment</li>
-</ul>
-
-<p><strong>Visit the Android developer groups</strong></p>
-<ul>
- <li>Take a look at the <a
- href="{@docRoot}community/index.html">Community</a> tab to see a list of
- Android developers groups. In particular, you might want to look at the
- <a href="http://groups.google.com/group/android-developers">Android
- Developers</a> group to get a sense for what the Android developer
- community is like.</li>
-</ul>
-
-
-<h2 id="installnotes">Installation Notes</h2>
-
-<h3>Ubuntu Linux Notes</h3>
-
-<ul>
- <li>If you need help installing and configuring Java on your
- development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation</a></li>
- </ul>
- </li>
- <li>Here are the steps to install Java and Eclipse, prior to installing
- the Android SDK and ADT Plugin.
- <ol>
- <li>If you are running a 64-bit distribution on your development
- machine, you need to install the <code>ia32-libs</code> package using
- <code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre>
- </li>
- <li>Next, install Java: <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
- eclipse.org (<a
- href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
- downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
- <li>Follow the steps given in previous sections to install the SDK
- and the ADT plugin. </li>
- </ol>
- </li>
-</ul>
-
-<h3>Other Linux Notes</h3>
-
-<ul>
- <li>If JDK is already installed on your development computer, please
- take a moment to make sure that it meets the version requirements listed
- in the <a href="{@docRoot}sdk/1.1_r1/requirements.html">System Requirements</a>.
- In particular, note that some Linux distributions may include JDK 1.4 or Gnu
- Compiler for Java, both of which are not supported for Android development.</li>
-</ul>
-
-
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r1/requirements.jd b/docs/html/sdk/1.5_r1/requirements.jd
index c10ccac..96fdcb26 100644
--- a/docs/html/sdk/1.5_r1/requirements.jd
+++ b/docs/html/sdk/1.5_r1/requirements.jd
@@ -1,45 +1,8 @@
-page.title=System Requirements
@jd:body
-<p>The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android <?cs var:sdk.version ?> SDK, Release <?cs var:sdk.rel.id ?>. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h3>Supported Operating Systems</h3>
-<ul>
- <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h3>Supported Development Environments</h3>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li>Eclipse Classic IDE package is not supported.</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r2/index.jd b/docs/html/sdk/1.5_r2/index.jd
index 15342a4..4fb99b6 100644
--- a/docs/html/sdk/1.5_r2/index.jd
+++ b/docs/html/sdk/1.5_r2/index.jd
@@ -1,87 +1,5 @@
-sdk.version=1.5
-sdk.rel.id=2
-sdk.date=May 2009
-
-sdk.win_download=android-sdk-windows-1.5_r2.zip
-sdk.win_bytes=178346828
-sdk.win_checksum=ba54ac6bda45921d442b74b6de6ff6a9
-
-sdk.mac_download=android-sdk-mac_x86-1.5_r2.zip
-sdk.mac_bytes=169945128
-sdk.mac_checksum=f4e06a5194410243f213d0177713d6c9
-
-sdk.linux_download=android-sdk-linux_x86-1.5_r2.zip
-sdk.linux_bytes=165035130
-sdk.linux_checksum=1d3c3d099e95a31c43a7b3e6ae307ed3
-
page.title=Android 1.5 SDK, Release 2
+sdk.redirect=true
+sdk.redirect.path=index.html
+
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.5_r2">Release Notes</a>.</p>
-
-<h2>SDK Contents</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a full set of tools for developing and debugging application code and designing an application UI. You can read about the tools in the
-<a href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them in the <code><sdk>/tools/</code> directory.
-
-<p>The tools package in this SDK includes updates from those provided in the previous SDK. The tools also require a different project structure. To use the new tools, you need to migrate your applications to the new development environment. For more information about how to migrate, see <a href="{@docRoot}sdk/1.5_r2/upgrading.html">Upgrading the SDK</a>.
-
-<p>For more information about the new tools features, see the <a href="{@docRoot}sdk/RELEASENOTES.html">SDK Release Notes</a>.
-
-<h4 id="system_images">Android Platforms</h4>
-
-<p>This SDK includes multiple Android platform versions that you use to develop applications. For each version, both a fully compliant Android library and system image are provided. The table below lists the platform versions included in this SDK. For more information about a platform version — features, applications included, localizations, API changes, and so on — see its Version Notes. </p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Platform</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.5</nobr></td>
-<td width="5%">3</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.5.html">Version Notes</a></nobr></td>
-<td>Includes a standard Android 1.5 library and system image with a set of development applications. Does not include any external libraries (such as the Maps external library).</td>
-</tr>
-<tr>
-<td width="5%"><nobr>Android 1.1</nobr></td>
-<td width="5%">2</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.1.html">Version Notes</a></nobr></td>
-<td>Includes a compliant Android 1.1 library and system image with a set of development applications. Also includes the Maps external library (due to legacy build system issues).</td>
-</tr>
-</table>
-
-<h4 id="system_images">SDK Add-Ons</h4>
-
-<p>An SDK add-on provides a development environment for an Android external library or a customized (but fully compliant) Android system image. This SDK includes the SDK add-on listed below. The Android system API Level required by the add-on is noted.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Add-On</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-<tr>
-<td width="5%"><nobr>Google APIs</nobr></td>
-<td width="5%">3</td>
-<td width="5%"> </td>
-<td>Includes the com.google.android.maps external library, a compliant
-system image, a {@link android.location.Geocoder Geocoder}
-backend service implementation, documentation, and sample code. </td>
-</tr>
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the <a href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample code itself
-in the <code><sdk>/platforms/android-1.5/samples/</code> directory of the SDK package. Note the new location — the SDK now includes multiple platform versions that you can develop against and each has its own sample code directory. </p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package includes a full set of local documentation. To view it, open the <code><sdk>/documentation.html</code> file in a web browser. If you are developing in an IDE such as Eclipse, you can also view the reference documentation directly in the IDE. </p>
-
-<p>The most current documentation is always available on the Android Developers site:</p>
-
-<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">http://developer.android.com/</a></p>
-
diff --git a/docs/html/sdk/1.5_r2/installing.jd b/docs/html/sdk/1.5_r2/installing.jd
index 1e4e0f2..2ea04e4 100644
--- a/docs/html/sdk/1.5_r2/installing.jd
+++ b/docs/html/sdk/1.5_r2/installing.jd
@@ -1,332 +1,8 @@
-sdk.version=1.5
-sdk.rel.id=2
-sdk.date=April 2009
-
-page.title=Installing the Android SDK
@jd:body
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android SDK and set up your
-development environment. If you haven't downloaded the SDK, you can
-do so from the
-<a href="index.html">Download</a> page. Once you've downloaded
-the SDK, return here.</p>
-
-<p>If you encounter any problems during installation, see the
-<a href="#installnotes">Installation Notes</a> at the bottom of
-this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version
-of the SDK, please read
-<a href="upgrading.html"><strong>Upgrading the
-SDK</strong></a></b>, instead.
-</p>
-
-
-<h2 id="setup">Preparing for Installation</h2>
-
-<p>Before you begin, take a moment to confirm that your development machine meets the
-<a href="requirements.html">System Requirements</a>.
-</p>
-
-<p>If you will be developing on Eclipse with the Android Development
-Tools (ADT) Plugin — the recommended path if you are new to
-Android — make sure that you have a suitable version of Eclipse
-installed on your computer (3.3 or newer). If you need to install Eclipse, you can
-download it from this location: </p>
-
-<p style="margin-left:2em;"><a href=
-"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a
-></p>
-
-<p>A Java or RCP version of Eclipse is recommended. </p>
-
-<h2 id="installingsdk">Installing the SDK</h2>
-
-<p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine.
-By default, the SDK files are unpacked into a directory named
-<code>android_sdk_<em><platform</em>>_<em><release></em></code>.
-The directory contains a local copy of the documentation (accessible by opening
-<code>documentation.html</code> in your browser) and the subdirectories
-<code>tools/</code>, <code>add-ons/</code>, <code>platforms/</code>, and others. Inside
-each subdirectory of <code>platforms/</code> you'll find <code>samples/</code>, which includes
-code samples that are specific to each version of the platform.</p>
-
-<p>Make a note of the name and location of the unpacked SDK directory on your system — you
-will need to refer to the SDK directory later, when setting up the Android plugin or when
-using the SDK tools.</p>
-
-<p>Optionally, you may want to add the location of the SDK's primary <code>tools</code> directory
-to your system PATH. The primary <code>tools/</code> directory is located at the root of the
-SDK folder. Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and
-the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without
-needing to supply the full path to the tools directory. </p>
-<ul>
- <li>On Linux, edit your <code>~/.bash_profile</code> or <code>~/.bashrc</code> file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for <code>.bash_profile</code> and
- proceed as for Linux. You can create the <code>.bash_profile</code> if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right-click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path (under System Variables). Add the full path to the
- <code>tools/</code> directory to the path. </li>
- </ul>
-
-<p>Note that, if you update your SDK in the future, you
-should remember to update your PATH settings to point to the new location, if different.</p>
-
-<p>If you will be using the Eclipse IDE as your development environment,
-the next section describes how to install the Android Development Tools plugin and set up Eclipse.
-If you choose not to use Eclipse, you can
-develop Android applications in an IDE of your choice and then compile, debug and deploy using
-the tools included in the SDK (skip to <a href="#next">Next Steps</a>).</p>
-
-
-<h2 id="installingplugin">Installing the ADT Plugin for Eclipse</h2>
-
-<p>Android offers a custom plugin for the Eclipse IDE, called Android
-Development Tools (ADT), that is designed to give you a powerful,
-integrated environment in which to build Android applications. It
-extends the capabilites of Eclipse to let you quickly set up new Android
-projects, create an application UI, add components based on the Android
-Framework API, debug your applications using the Android SDK tools, and even export
-signed (or unsigned) APKs in order to distribute your application.</p>
-
-<p>In general, using Eclipse with ADT is a highly recommended
-approach to Android development and is the fastest way to get started.
-(If you prefer to work in an IDE other than Eclipse,
-you do not need to install Eclipse or ADT, instead, you can directly
-use the SDK tools to build and debug your application.)</p>
-
-<p>Once you have Eclipse installed, as described in <a href="#setup">Preparing for
-Installation</a>, follow the steps below to
-download the ADT plugin and install it in your respective Eclipse
-environment. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<!-- 3.3 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong>
-> <strong>Find and Install...</strong>. </li>
- <li>In the dialog that appears, select <strong>Search for new features to install</strong>
-and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. "Android Plugin") and
- enter the URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for the
- "Android Plugin".
- This will select the nested tools: "Android DDMS" and "Android Development Tools".
- Click <strong>Next</strong>.</li>
- <li>Read and accept the license agreement, then click <strong>Next</strong>. </li>
- <li>On the following Installation window, click <strong>Finish</strong>. </li>
- <li>The ADT plugin is not digitally signed. Accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<!-- 3.4 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.</li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab. </li>
- <li>Click <strong>Add Site...</strong> </li>
- <li>Enter the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the Location URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin listed by the URL,
- with "Developer Tools" nested within it. Select the checkbox next to
- Developer Tools and click <strong>Install...</strong></li>
- <li>On the subsequent Install window, "Android DDMS" and "Android Development Tools"
- should both be checked. Click <strong>Next</strong>. </li>
- <li>Read and accept the license agreement, then click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-<p>Now modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel (Mac: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse...</strong> and
-locate your downloaded SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to
-begin developing Android applications. See the
-<a href="#next">Next Steps</a> section for suggestions on how to start. </p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are
-some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing
- the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) >
- <strong>Preferences</strong> > <strong>General</strong> >
- <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you
-can download the ADT zip file to your local machine and manually install the it:
-</p>
-<ol>
- <li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).</li>
- <li>Follow steps 1 and 2 in the default install instructions (above).</li>
- <li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong></li>
- <li>Browse and select the downloaded zip file.</li>
- <li>Follow the remaining procedures, above, starting from steps 5.</li>
-</ol>
-<p>To update your plugin once you've installed using the zip file, you will have to
-follow these steps again instead of the default update instructions.</p>
-
-<h4>Other install errors</h4>
-
-<p>Note that there are features of ADT that require some optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include these components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT
-Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-
-<h2 id="next">Next Steps</h2>
-<p>Once you have completed installation, you are ready to
-begin developing applications. Here are a few ways you can get started: </p>
-
-<p><strong>Learn about Android</strong></p>
-<ul>
- <li>Take a look at the <a href="{@docRoot}guide/index.html">Dev
- Guide</a> and the types of information it provides</li>
- <li>Read an introduction to Android as a platform in <a
- href="{@docRoot}guide/basics/what-is-android.html">What is
- Android?</a></li>
- <li>Learn about the Android framework and how applications run on it in
- <a href="{@docRoot}guide/topics/fundamentals.html">Application
- Fundamentals</a></li>
- <li>Take a look at the Android framework API specification in the <a
- href="{@docRoot}reference/packages.html">Reference</a> tab</li>
-</ul>
-
-<p><strong>Explore the SDK</strong></p>
-<ul>
- <li>Get an overview of the <a
- href="{@docRoot}guide/developing/tools/index.html">development
- tools</a> that are available to you</li>
- <li>Read how to develop <a
- href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or
- <a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>
- </li>
-</ul>
-
-<p><strong>Explore some code</strong></p>
-<ul>
- <li>Set up a <a href="{@docRoot}guide/tutorials/hello-world.html">Hello
- World application</a> (highly recommended, especially for Eclipse users)</li>
- <li>Follow the <a href="{@docRoot}guide/tutorials/notepad/index.html">
- Notepad Tutorial</a> to build a full Android application </li>
- <li>Create a new project for one of the other sample applications
- included in <code><em><sdk></em>/platforms/<em><platfrom></em>/samples</code>,
- then compile and run it in your development environment</li>
-</ul>
-
-<p><strong>Visit the Android developer groups</strong></p>
-<ul>
- <li>Take a look at the <a
- href="{@docRoot}community/index.html">Community</a> tab to see a list of
- Android developers groups. In particular, you might want to look at the
- <a href="http://groups.google.com/group/android-developers">Android
- Developers</a> group to get a sense for what the Android developer
- community is like.</li>
-</ul>
-
-
-<h2 id="installnotes">Installation Notes</h2>
-
-<h3>Ubuntu Linux Notes</h3>
-
-<ul>
- <li>If you need help installing and configuring Java on your
- development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation</a></li>
- </ul>
- </li>
- <li>Here are the steps to install Java and Eclipse, prior to installing
- the Android SDK and ADT Plugin.
- <ol>
- <li>If you are running a 64-bit distribution on your development
- machine, you need to install the <code>ia32-libs</code> package using
- <code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre>
- </li>
- <li>Next, install Java: <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
- eclipse.org (<a
- href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
- downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
- <li>Follow the steps given in previous sections to install the SDK
- and the ADT plugin. </li>
- </ol>
- </li>
-</ul>
-
-<h3>Other Linux Notes</h3>
-
-<ul>
- <li>If JDK is already installed on your development computer, please
- take a moment to make sure that it meets the version requirements listed
- in the <a href="{@docRoot}sdk/requirements.html">System Requirements</a>.
- In particular, note that some Linux distributions may include JDK 1.4 or Gnu
- Compiler for Java, both of which are not supported for Android development.</li>
-</ul>
-
-
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r2/requirements.jd b/docs/html/sdk/1.5_r2/requirements.jd
index c10ccac..96fdcb26 100644
--- a/docs/html/sdk/1.5_r2/requirements.jd
+++ b/docs/html/sdk/1.5_r2/requirements.jd
@@ -1,45 +1,8 @@
-page.title=System Requirements
@jd:body
-<p>The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android <?cs var:sdk.version ?> SDK, Release <?cs var:sdk.rel.id ?>. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h3>Supported Operating Systems</h3>
-<ul>
- <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h3>Supported Development Environments</h3>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li>Eclipse Classic IDE package is not supported.</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r3/index.jd b/docs/html/sdk/1.5_r3/index.jd
index a79fe43..eb10f5e 100644
--- a/docs/html/sdk/1.5_r3/index.jd
+++ b/docs/html/sdk/1.5_r3/index.jd
@@ -1,88 +1,5 @@
-sdk.version=1.5
-sdk.rel.id=3
-
-sdk.date=July 2009
-
-sdk.win_download=android-sdk-windows-1.5_r3.zip
-sdk.win_bytes=191477853
-sdk.win_checksum=1725fd6963ce69102ba7192568dfc711
-
-sdk.mac_download=android-sdk-mac_x86-1.5_r3.zip
-sdk.mac_bytes=183024673
-sdk.mac_checksum=b1bafdaefdcec89a14b604b504e7daec
-
-sdk.linux_download=android-sdk-linux_x86-1.5_r3.zip
-sdk.linux_bytes=178117561
-sdk.linux_checksum=350d0211678ced38da926b8c9ffa4fac
-
page.title=Android 1.5 SDK, Release 3
+sdk.redirect=true
+sdk.redirect.path=index.html
+
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.5_r3">Release Notes</a>.</p>
-
-<h2>SDK Contents</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a full set of tools for developing and debugging application code and designing an application UI. You can read about the tools in the
-<a href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them in the <code><sdk>/tools/</code> directory.
-
-<p>The tools package in this SDK includes updates from those provided in the previous SDK. The tools also require a different project structure. To use the new tools, you need to migrate your applications to the new development environment. For more information about how to migrate, see <a href="upgrading.html">Upgrading the SDK</a>.
-
-<p>For more information about the new tools features, see the <a href="{@docRoot}sdk/RELEASENOTES.html">SDK Release Notes</a>.
-
-<h4 id="system_images">Android Platforms</h4>
-
-<p>This SDK includes multiple Android platform versions that you use to develop applications. For each version, both a fully compliant Android library and system image are provided. The table below lists the platform versions included in this SDK. For more information about a platform version — features, applications included, localizations, API changes, and so on — see its Version Notes. </p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Platform</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-
-<tr>
-<td width="5%"><nobr>Android 1.5</nobr></td>
-<td width="5%">3</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.5.html">Version Notes</a></nobr></td>
-<td>Includes a standard Android 1.5 library and system image with a set of development applications. Does not include any external libraries (such as the Maps external library).</td>
-</tr>
-<tr>
-<td width="5%"><nobr>Android 1.1</nobr></td>
-<td width="5%">2</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.1.html">Version Notes</a></nobr></td>
-<td>Includes a compliant Android 1.1 library and system image with a set of development applications. Also includes the Maps external library (due to legacy build system issues).</td>
-</tr>
-</table>
-
-<h4 id="system_images">SDK Add-Ons</h4>
-
-<p>An SDK add-on provides a development environment for an Android external library or a customized (but fully compliant) Android system image. This SDK includes the SDK add-on listed below. The Android system API Level required by the add-on is noted.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Add-On</nobr></th><th><nobr>API Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-<tr>
-<td width="5%"><nobr>Google APIs</nobr></td>
-<td width="5%">3</td>
-<td width="5%"> </td>
-<td>Includes the com.google.android.maps external library, a compliant
-system image, a {@link android.location.Geocoder Geocoder}
-backend service implementation, documentation, and sample code. </td>
-</tr>
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the <a href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample code itself
-in the <code><sdk>/platforms/android-1.5/samples/</code> directory of the SDK package. Note the new location — the SDK now includes multiple platform versions that you can develop against and each has its own sample code directory. </p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package includes a full set of local documentation. To view it, open the <code><sdk>/documentation.html</code> file in a web browser. If you are developing in an IDE such as Eclipse, you can also view the reference documentation directly in the IDE. </p>
-
-<p>The most current documentation is always available on the Android Developers site:</p>
-
-<p style="margin-left:2em;"><a href="http://developer.android.com/index.html">http://developer.android.com/</a></p>
-
diff --git a/docs/html/sdk/1.5_r3/installing.jd b/docs/html/sdk/1.5_r3/installing.jd
index ac475d1..2ea04e4 100644
--- a/docs/html/sdk/1.5_r3/installing.jd
+++ b/docs/html/sdk/1.5_r3/installing.jd
@@ -1,332 +1,8 @@
-sdk.version=1.5
-sdk.rel.id=3
-sdk.date=April 2009
-
-page.title=Installing the Android SDK
@jd:body
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
-<p>This page describes how to install the Android SDK and set up your
-development environment. If you haven't downloaded the SDK, you can
-do so from the
-<a href="index.html">Download</a> page. Once you've downloaded
-the SDK, return here.</p>
-
-<p>If you encounter any problems during installation, see the
-<a href="#installnotes">Installation Notes</a> at the bottom of
-this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version
-of the SDK, please read
-<a href="upgrading.html"><strong>Upgrading the
-SDK</strong></a></b>, instead.
-</p>
-
-
-<h2 id="setup">Preparing for Installation</h2>
-
-<p>Before you begin, take a moment to confirm that your development machine meets the
-<a href="requirements.html">System Requirements</a>.
-</p>
-
-<p>If you will be developing on Eclipse with the Android Development
-Tools (ADT) Plugin — the recommended path if you are new to
-Android — make sure that you have a suitable version of Eclipse
-installed on your computer (3.3 or newer). If you need to install Eclipse, you can
-download it from this location: </p>
-
-<p style="margin-left:2em;"><a href=
-"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a
-></p>
-
-<p>A Java or RCP version of Eclipse is recommended. </p>
-
-<h2 id="installingsdk">Installing the SDK</h2>
-
-<p>After downloading the SDK, unpack the .zip archive to a suitable location on your machine.
-By default, the SDK files are unpacked into a directory named
-<code>android_sdk_<em><platform</em>>_<em><release></em></code>.
-The directory contains a local copy of the documentation (accessible by opening
-<code>documentation.html</code> in your browser) and the subdirectories
-<code>tools/</code>, <code>add-ons/</code>, <code>platforms/</code>, and others. Inside
-each subdirectory of <code>platforms/</code> you'll find <code>samples/</code>, which includes
-code samples that are specific to each version of the platform.</p>
-
-<p>Make a note of the name and location of the unpacked SDK directory on your system — you
-will need to refer to the SDK directory later, when setting up the Android plugin or when
-using the SDK tools.</p>
-
-<p>Optionally, you may want to add the location of the SDK's primary <code>tools</code> directory
-to your system PATH. The primary <code>tools/</code> directory is located at the root of the
-SDK folder. Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and
-the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without
-needing to supply the full path to the tools directory. </p>
-<ul>
- <li>On Linux, edit your <code>~/.bash_profile</code> or <code>~/.bashrc</code> file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for <code>.bash_profile</code> and
- proceed as for Linux. You can create the <code>.bash_profile</code> if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right-click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path (under System Variables). Add the full path to the
- <code>tools/</code> directory to the path. </li>
- </ul>
-
-<p>Note that, if you update your SDK in the future, you
-should remember to update your PATH settings to point to the new location, if different.</p>
-
-<p>If you will be using the Eclipse IDE as your development environment,
-the next section describes how to install the Android Development Tools plugin and set up Eclipse.
-If you choose not to use Eclipse, you can
-develop Android applications in an IDE of your choice and then compile, debug and deploy using
-the tools included in the SDK (skip to <a href="#next">Next Steps</a>).</p>
-
-
-<h2 id="installingplugin">Installing the ADT Plugin for Eclipse</h2>
-
-<p>Android offers a custom plugin for the Eclipse IDE, called Android
-Development Tools (ADT), that is designed to give you a powerful,
-integrated environment in which to build Android applications. It
-extends the capabilites of Eclipse to let you quickly set up new Android
-projects, create an application UI, add components based on the Android
-Framework API, debug your applications using the Android SDK tools, and even export
-signed (or unsigned) APKs in order to distribute your application.</p>
-
-<p>In general, using Eclipse with ADT is a highly recommended
-approach to Android development and is the fastest way to get started.
-(If you prefer to work in an IDE other than Eclipse,
-you do not need to install Eclipse or ADT, instead, you can directly
-use the SDK tools to build and debug your application.)</p>
-
-<p>Once you have Eclipse installed, as described in <a href="#setup">Preparing for
-Installation</a>, follow the steps below to
-download the ADT plugin and install it in your respective Eclipse
-environment. </p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.3 (Europa)</th><th>Eclipse 3.4 (Ganymede)</th></tr>
-<tr>
-<td width="45%">
-<!-- 3.3 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates</strong>
-> <strong>Find and Install...</strong>. </li>
- <li>In the dialog that appears, select <strong>Search for new features to install</strong>
-and click <strong>Next</strong>. </li>
- <li>Click <strong>New Remote Site</strong>. </li>
- <li>In the resulting dialog box, enter a name for the remote site (e.g. "Android Plugin") and
- enter the URL:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p> </li>
- <li>You should now see the new site added to the search list (and checked).
- Click <strong>Finish</strong>. </li>
- <li>In the subsequent Search Results dialog box, select the checkbox for the
- "Android Plugin".
- This will select the nested tools: "Android DDMS" and "Android Development Tools".
- Click <strong>Next</strong>.</li>
- <li>Read and accept the license agreement, then click <strong>Next</strong>. </li>
- <li>On the following Installation window, click <strong>Finish</strong>. </li>
- <li>The ADT plugin is not digitally signed. Accept the installation anyway
- by clicking <strong>Install All</strong>. </li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-
-<!-- 3.4 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.</li>
- <li>In the dialog that appears, click the <strong>Available Software</strong> tab. </li>
- <li>Click <strong>Add Site...</strong> </li>
- <li>Enter the Location:
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>If you have trouble aqcuiring the plugin, try using "http" in the Location URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin listed by the URL,
- with "Developer Tools" nested within it. Select the checkbox next to
- Developer Tools and click <strong>Install...</strong></li>
- <li>On the subsequent Install window, "Android DDMS" and "Android Development Tools"
- should both be checked. Click <strong>Next</strong>. </li>
- <li>Read and accept the license agreement, then click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-</tr>
-</table>
-
-<p>Now modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel (Mac: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse...</strong> and
-locate your downloaded SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to
-begin developing Android applications. See the
-<a href="#next">Next Steps</a> section for suggestions on how to start. </p>
-
-
-<h3 id="troubleshooting">Troubleshooting ADT Installation</h3>
-<p>
-If you are having trouble downloading the ADT plugin after following the steps above, here are
-some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin, try changing
- the remote site URL to use http, rather than https. That is, set the Location for the remote site to:
- <pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
- <li>If you are behind a firewall (such as a corporate firewall), make
- sure that you have properly configured your proxy settings in Eclipse.
- In Eclipse 3.3/3.4, you can configure proxy information from the main
- Eclipse menu in <strong>Window</strong> (on Mac, <strong>Eclipse</strong>) >
- <strong>Preferences</strong> > <strong>General</strong> >
- <strong>Network Connections</strong>.</li>
-</ul>
-<p>
-If you are still unable to use Eclipse to download the ADT plugin as a remote update site, you
-can download the ADT zip file to your local machine and manually install the it:
-</p>
-<ol>
- <li><a href="{@docRoot}sdk/adt_download.html">Download the ADT zip file</a> (do not unpack it).</li>
- <li>Follow steps 1 and 2 in the default install instructions (above).</li>
- <li>In Eclipse 3.3, click <strong>New Archive Site...</strong>. <br/>
- In Eclipse 3.4, click <strong>Add Site...</strong>, then <strong>Archive...</strong></li>
- <li>Browse and select the downloaded zip file.</li>
- <li>Follow the remaining procedures, above, starting from steps 5.</li>
-</ol>
-<p>To update your plugin once you've installed using the zip file, you will have to
-follow these steps again instead of the default update instructions.</p>
-
-<h4>Other install errors</h4>
-
-<p>Note that there are features of ADT that require some optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include these components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT
-Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-
-<h2 id="next">Next Steps</h2>
-<p>Once you have completed installation, you are ready to
-begin developing applications. Here are a few ways you can get started: </p>
-
-<p><strong>Learn about Android</strong></p>
-<ul>
- <li>Take a look at the <a href="{@docRoot}guide/index.html">Dev
- Guide</a> and the types of information it provides</li>
- <li>Read an introduction to Android as a platform in <a
- href="{@docRoot}guide/basics/what-is-android.html">What is
- Android?</a></li>
- <li>Learn about the Android framework and how applications run on it in
- <a href="{@docRoot}guide/topics/fundamentals.html">Application
- Fundamentals</a></li>
- <li>Take a look at the Android framework API specification in the <a
- href="{@docRoot}reference/packages.html">Reference</a> tab</li>
-</ul>
-
-<p><strong>Explore the SDK</strong></p>
-<ul>
- <li>Get an overview of the <a
- href="{@docRoot}guide/developing/tools/index.html">development
- tools</a> that are available to you</li>
- <li>Read how to develop <a
- href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or
- <a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>
- </li>
-</ul>
-
-<p><strong>Explore some code</strong></p>
-<ul>
- <li>Set up a <a href="{@docRoot}guide/tutorials/hello-world.html">Hello
- World application</a> (highly recommended, especially for Eclipse users)</li>
- <li>Follow the <a href="{@docRoot}guide/tutorials/notepad/index.html">
- Notepad Tutorial</a> to build a full Android application </li>
- <li>Create a new project for one of the other sample applications
- included in <code><em><sdk></em>/platforms/<em><platfrom></em>/samples</code>,
- then compile and run it in your development environment</li>
-</ul>
-
-<p><strong>Visit the Android developer groups</strong></p>
-<ul>
- <li>Take a look at the <a
- href="{@docRoot}community/index.html">Community</a> tab to see a list of
- Android developers groups. In particular, you might want to look at the
- <a href="http://groups.google.com/group/android-developers">Android
- Developers</a> group to get a sense for what the Android developer
- community is like.</li>
-</ul>
-
-
-<h2 id="installnotes">Installation Notes</h2>
-
-<h3>Ubuntu Linux Notes</h3>
-
-<ul>
- <li>If you need help installing and configuring Java on your
- development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation</a></li>
- </ul>
- </li>
- <li>Here are the steps to install Java and Eclipse, prior to installing
- the Android SDK and ADT Plugin.
- <ol>
- <li>If you are running a 64-bit distribution on your development
- machine, you need to install the <code>ia32-libs</code> package using
- <code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre>
- </li>
- <li>Next, install Java: <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
- eclipse.org (<a
- href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
- downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
- <li>Follow the steps given in previous sections to install the SDK
- and the ADT plugin. </li>
- </ol>
- </li>
-</ul>
-
-<h3>Other Linux Notes</h3>
-
-<ul>
- <li>If JDK is already installed on your development computer, please
- take a moment to make sure that it meets the version requirements listed
- in the <a href="{@docRoot}sdk/requirements.html">System Requirements</a>.
- In particular, note that some Linux distributions may include JDK 1.4 or Gnu
- Compiler for Java, both of which are not supported for Android development.</li>
-</ul>
-
-
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.5_r3/requirements.jd b/docs/html/sdk/1.5_r3/requirements.jd
index 5bcee27..96fdcb26 100644
--- a/docs/html/sdk/1.5_r3/requirements.jd
+++ b/docs/html/sdk/1.5_r3/requirements.jd
@@ -1,48 +1,8 @@
-sdk.version=1.5
-sdk.rel.id=3
-page.title=System Requirements
-
@jd:body
-<p>The sections below describe the system and software requirements for developing Android applications using the Android SDK tools included in Android <?cs var:sdk.version ?> SDK, Release <?cs var:sdk.rel.id ?>. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h3>Supported Operating Systems</h3>
-<ul>
- <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Dapper Drake)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h3>Supported Development Environments</h3>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.3 (Europa), 3.4 (Ganymede)
- <ul>
- <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li>Eclipse Classic IDE package is not supported.</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
\ No newline at end of file
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.6_r1/index.jd b/docs/html/sdk/1.6_r1/index.jd
index 8f33949..e7f9112 100644
--- a/docs/html/sdk/1.6_r1/index.jd
+++ b/docs/html/sdk/1.6_r1/index.jd
@@ -1,140 +1,5 @@
page.title=Android 1.6 SDK, Release 1
-sdk.redirect=0
-sdk.version=1.6
-
-sdk.date=September 2009
-
-sdk.win_download=android-sdk-windows-1.6_r1.zip
-sdk.win_bytes=260529085
-sdk.win_checksum=2bcbacbc7af0363058ca1cac6abad848
-
-sdk.mac_download=android-sdk-mac_x86-1.6_r1.zip
-sdk.mac_bytes=247412515
-sdk.mac_checksum=eb13cc79602d492e89103efcf48ac1f6
-
-sdk.linux_download=android-sdk-linux_x86-1.6_r1.tgz
-sdk.linux_bytes=238224860
-sdk.linux_checksum=b4bf0e610ff6db2fb6fb09c49cba1e79
-
-adt.zip_download=ADT-0.9.3.zip
-adt.zip_version=0.9.3
-adt.zip_bytes=3252487
-adt.zip_checksum=c296488ac35772667c0f49e822156979
+sdk.redirect=true
+sdk.redirect.path=index.html
@jd:body
-
-<p>For more information on this SDK release, read the
-<a href="{@docRoot}sdk/RELEASENOTES.html#1.6_r1">Release Notes</a>.</p>
-
-<h2>SDK Contents</h2>
-
-<h4>Development tools</h4>
-
-<p>The SDK includes a full set of tools for developing and debugging application
-code and designing an application UI. You can read about the tools in the <a
-href="{@docRoot}guide/developing/tools/index.html">Dev Guide</a> and access them
-in the <code><sdk>/tools/</code> directory.
-
-<p>The tools package in this SDK includes updates from those provided in the
-previous SDK. The tools use the same project structure as in the previous SDK
-(Android 1.5). If you have application projects developed in the Android 1.5
-SDK, you can migrate them to the latest SDK without modification. For more
-information about how to migrate, see <a href="upgrading.html">Upgrading the
-SDK</a>.
-
-<h4 id="system_images">Android Platforms</h4>
-
-<p>This SDK includes multiple Android platform versions that you can use to
-develop applications. For each version, both a fully compliant Android library
-and system image are provided. The table below lists the platform versions
-included in this SDK. For more information about a platform version —
-features, applications included, localizations, API changes, and so on —
-see its Version Notes. </p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Platform</nobr></th><th><nobr>API
-Level</nobr></th><th>Notes</th><th>Description</th>
-</tr>
-<tr>
-<td width="5%"><nobr>Android 1.6</nobr></td>
-<td width="5%">4</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.6.html">Version
-Notes</a></nobr></td>
-<td>Includes a standard Android 1.6 library and system image with a set of
-development applications. Does not include any external libraries (such as the
-Maps external library).</td>
-</tr>
-<tr>
-<td width="5%"><nobr>Android 1.5</nobr></td>
-<td width="5%">3</td>
-<td width="5%"><nobr><a href="{@docRoot}sdk/android-1.5.html">Version
-Notes</a></nobr></td>
-<td>Includes a standard Android 1.5 library and system image with a set of
-development applications. Does not include any external libraries (such as the
-Maps external library).</td>
-</tr>
-</table>
-
-<p>Note that you can use the Android SDK and AVD Manager to download other
-platform versions into your development environment.</span>.
-
-<h4 id="system_images">SDK Add-Ons</h4>
-
-<p>An SDK add-on provides a development environment for an Android external
-library or a customized (but fully compliant) Android system image. This SDK
-includes the SDK add-ons listed below. The Android system API Level required by
-the add-ons are noted.</p>
-
-<table style="margin-right:1em;" width="80%">
-<tr>
-<th><nobr>Add-On</nobr></th><th><nobr>API Level</nobr></th>
-<th>Notes</th><th>Description</th>
-</tr>
-<tr>
-<td width="5%"><nobr>Google APIs</nobr></td>
-<td width="5%">4</td>
-<td width="5%"> </td>
-<td>Includes the com.google.android.maps external library, a compliant
-Android 1.6 system image, a {@link android.location.Geocoder Geocoder}
-backend service implementation, documentation, and sample code. </td>
-</tr>
-<tr>
-<td width="5%"><nobr>Google APIs</nobr></td>
-<td width="5%">3</td>
-<td width="5%"> </td>
-<td>Includes the com.google.android.maps external library, a compliant
-Android 1.5 system image, a {@link android.location.Geocoder Geocoder}
-backend service implementation, documentation, and sample code. </td>
-</tr>
-</table>
-
-<h4>Sample Code and Applications</h4>
-
-<p>You can look at a variety of tutorials and samples in the <a
-href="{@docRoot}guide/samples/index.html">Dev Guide</a> and access the sample
-code itself in the <code><sdk>/platforms/<platform>/samples/</code>
-directory of the SDK package. Note the new location — the SDK now includes
-multiple platform versions that you can develop against and each has its own
-sample code directory. </p>
-
-<p>For example, to view or build the samples available for the Android
-1.6 platform (AVD target "Android 1.6"), you will find the samples in the
-<code><sdk>/platforms/android-1.6/samples/</code> directory of the SDK
-package. </p>
-
-<h4>Documentation</h4>
-
-<p>The SDK package includes a full set of local documentation. To view it, open
-the <code><sdk>/documentation.html</code> file in a web browser. If you
-are developing in an IDE such as Eclipse, you can also view the reference
-documentation directly in the IDE. </p>
-
-<p>The most current documentation is always available on the Android Developers
-site:</p>
-
-<p style="margin-left:2em;"><a
-href="http://developer.android.com/index.html">http://developer.android.com/</a>
-</p>
-
-
diff --git a/docs/html/sdk/1.6_r1/installing.jd b/docs/html/sdk/1.6_r1/installing.jd
index 954bfa3..2ea04e4 100644
--- a/docs/html/sdk/1.6_r1/installing.jd
+++ b/docs/html/sdk/1.6_r1/installing.jd
@@ -1,441 +1,8 @@
-page.title=Installing the Android 1.6 SDK
-sdk.version=1.6
-sdk.preview=0
-
@jd:body
-<div id="qv-wrapper">
-<div id="qv">
+<script type="text/javascript">
+ document.location=toRoot+"sdk/installing.html"
+</script>
- <h2>In this document</h2>
- <ol>
- <li><a href="#Preparing">Prepare for Installation</a></li>
- <li><a href="#Installing">Install the SDK</a></li>
- <li><a href="#InstallingADT">Install the ADT Plugin for Eclipse</a></li>
- <li><a href="#sdkContents">SDK Contents</a></li>
- <li><a href="#NextSteps">Next Steps</a></li>
- <li><a href="#InstallationNotes">Installation Notes</a></li>
- <li><a href="#Troubleshooting">Troubleshooting ADT Installation</a></li>
- </ol>
-
-</div>
-</div>
-
-<p>This page describes how to install the Android SDK and set up your
-development environment.</p>
-
-<p>If you encounter any problems during installation, see the
-<a href="#InstallationNotes">Installation Notes</a> at the bottom of
-this page.</p>
-
-<h4 style="margin-top">Upgrading?</h4>
-<p>If you have already developed applications using an earlier version
-of the Android SDK, please read <a href="upgrading.html">Upgrading the SDK</a>, instead.
-</p>
-
-
-<h2 id="Preparing">Prepare for Installation</h2>
-
-<p>Before you begin, take a moment to confirm that your development machine
-meets the <a href="requirements.html">System Requirements</a>.</p>
-
-<p>If you will be developing on Eclipse with the Android Development
-Tools (ADT) Plugin — the recommended path if you are new to
-Android — make sure that you have a suitable version of Eclipse
-installed on your computer (3.4 or newer is recommended). If you need
-to install Eclipse, you can download it from this location: </p>
-
-<p style="margin-left:2em;"><a href=
-"http://www.eclipse.org/downloads/">http://www.eclipse.org/downloads/</a></p>
-
-<p>A Java or RCP version of Eclipse is recommended. </p>
-
-<h2 id="Installing">Install the SDK</h2>
-
-<p>After downloading the Android SDK, unpack the Android SDK .zip archive
-to a suitable location on your machine. By default, the SDK files are unpacked
-into a directory named <code>android_sdk_<em><platform</em>>_<em><release></em></code>. </p>
-
-<p>Make a note of the name and location of the unpacked SDK directory on your system — you
-will need to refer to the SDK directory later, when setting up the Android plugin or when
-using the SDK tools.</p>
-
-<p>Optionally, you may want to add the location of the SDK's primary <code>tools</code> directory
-to your system <code>PATH</code>. The primary <code>tools/</code> directory is located at the root of the
-SDK folder. Adding <code>tools</code> to your path lets you run Android Debug Bridge (adb) and
-the other command line <a href="{@docRoot}guide/developing/tools/index.html">tools</a> without
-needing to supply the full path to the tools directory. </p>
-<ul>
- <li>On Linux, edit your <code>~/.bash_profile</code> or <code>~/.bashrc</code> file. Look
- for a line that sets the PATH environment variable and add the
- full path to the <code>tools/</code> directory to it. If you don't
- see a line setting the path, you can add one:</li>
-
- <ul><code>export PATH=${PATH}:<em><your_sdk_dir></em>/tools</code></ul>
-
- <li>On a Mac, look in your home directory for <code>.bash_profile</code> and
- proceed as for Linux. You can create the <code>.bash_profile</code> if
- you haven't already set one up on your machine. </li>
-
- <li>On Windows, right-click on My Computer, and select Properties.
- Under the Advanced tab, hit the Environment Variables button, and in the
- dialog that comes up, double-click on Path (under System Variables). Add the full path to the
- <code>tools/</code> directory to the path. </li>
- </ul>
-
-<p>Note that, if you update your SDK in the future, you
-should remember to update your <code>PATH</code> settings to point to the new location, if different.</p>
-
-<p>If you will be using the Eclipse IDE as your development environment,
-the next section describes how to install the Android Development Tools (ADT) plugin and set up Eclipse.
-If you choose not to use Eclipse, you can
-develop Android applications in an IDE of your choice and then compile, debug and deploy using
-the tools included in the SDK (skip to <a href="#NextSteps">Next Steps</a>).</p>
-
-
-<h2 id="InstallingADT">Install the ADT Plugin for Eclipse</h2>
-
-<p>Android offers a custom plugin for the Eclipse IDE, called Android
-Development Tools (ADT), that is designed to give you a powerful,
-integrated environment in which to build Android applications. It
-extends the capabilites of Eclipse to let you quickly set up new Android
-projects, create an application UI, add components based on the Android
-Framework API, debug your applications using the Android SDK tools, and even export
-signed (or unsigned) APKs in order to distribute your application.</p>
-
-<p>In general, using Eclipse with ADT is a highly recommended approach to
-Android development and is the fastest way to get started. (If you prefer to
-work in an IDE other than Eclipse, you do not need to install Eclipse or ADT,
-instead, you can directly use the SDK tools to build and debug your
-application—skip to <a href="#NextSteps">Next Steps</a>.)</p>
-
-<p>Once you have the Eclipse IDE installed, as described in <a
-href="#Preparing">Preparing for Installation</a>, follow the steps below to
-download the ADT plugin and install it in your respective Eclipse environment.
-</p>
-
-<table style="font-size:100%">
-<tr><th>Eclipse 3.4 (Ganymede)</th><th>Eclipse 3.5 (Galileo)</th></tr>
-<tr>
-<td width="45%">
-<!-- 3.4 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Software Updates...</strong>.
- In the dialog that appears, click the <strong>Available Software</strong> tab. </li>
- <li>Click <strong>Add Site...</strong> </li>
- <li>In the Add Site dialog that appears, enter this URL in the "Location" field:
- <pre style="margin-left:0">https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Note: If you have trouble aqcuiring the plugin, try using "http" in the Location URL,
- instead of "https" (https is preferred for security reasons).</p>
- <p>Click <strong>OK</strong>.</p></li>
- <li>Back in the Available Software view, you should see the plugin listed by the URL,
- with "Developer Tools" nested within it. Select the checkbox next to
- Developer Tools and click <strong>Install...</strong></li>
- <li>On the subsequent Install window, "Android DDMS" and "Android Development Tools"
- should both be checked. Click <strong>Next</strong>. </li>
- <li>Read and accept the license agreement, then click <strong>Finish</strong>.</li>
- <li>Restart Eclipse. </li>
-</ol>
-
-</td>
-<td>
-<!-- 3.5 steps -->
-<ol>
- <li>Start Eclipse, then select <strong>Help</strong> > <strong>Install
- New Softare</strong>. </li>
- <li>In the Available Software dialog, click <strong>Add...</strong>.</li>
- <li>In the Add Site dialog that appears, enter a name for the remote site
- (e.g., "Android Plugin") in the "Name" field.
- <p>In the "Location" field, enter this URL:</p>
- <pre>https://dl-ssl.google.com/android/eclipse/</pre>
- <p>Note: If you have trouble aqcuiring the plugin, you can try
- using "http" in the URL, instead of "https" (https is preferred for
- security reasons).</p>
- <p>Click <strong>OK</strong>.</p>
- </li>
- <li>Back in the Available Software view, you should now see "Developer
- Tools" added to the list. Select the checkbox next to Developer Tools,
- which will automatically select the nested tools Android DDMS and Android
- Development Tools.
- Click <strong>Next</strong>. </li>
- <li>In the resulting Install Details dialog, the Android DDMS and Android
- Development Tools features are listed. Click <strong>Next</strong> to
- read and accept the license agreement and install any dependencies,
- then click <strong>Finish</strong>. </li>
- <li>Restart Eclipse. </li>
-
-</ol>
-</td>
-</tr>
-</table>
-
-<p>Now modify your Eclipse preferences to point to the Android SDK directory:</p>
-<ol>
- <li>Select <strong>Window</strong> > <strong>Preferences...</strong> to open the Preferences
- panel (Mac: <strong>Eclipse</strong> > <strong>Preferences</strong>).</li>
- <li>Select <strong>Android</strong> from the left panel. </li>
- <li>For the <em>SDK Location</em> in the main panel, click <strong>Browse...</strong> and
- locate your downloaded SDK directory. </li>
- <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
-</ol>
-
-<p>Done! If you haven't encountered any problems, then you're ready to
-begin developing Android applications. See the
-<a href="#NextSteps">Next Steps</a> section for suggestions on how to start. </p>
-
-
-<h2 id="sdkContents">Contents of the SDK</h2>
-
-<p>Once you've downloaded and unpacked the SDK, open the SDK directory
-and take a look at what's inside.
-
-<p>The table below describes the SDK directory contents. </p>
-
-<table>
-<tr>
-<th colspan="3">Name</th><th>Description</th>
-</tr>
-<tr>
-<td colspan="3"><code>add-ons/</code></td>
-<td>Contains add-ons to the Android SDK development
-environment, which let you develop against external libraries that are available on some
-devices. </td>
-</tr>
-<tr>
-<td colspan="3"><code>docs/</code></td>
-<td>A full set of documentation in HTML format, including the Developer's Guide,
-API Reference, and other information.</td>
-</tr>
-<tr>
-<td colspan="3"><code>platforms/</code></td>
-<td>Contains a set of Android platform versions that you can develop
-applications against, each in a separate directory. </td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td colspan="2"><code><platform>/</code></td>
-<td>Platform version directory, for example "Android 1.6". All platform version
-directories contain a similar set of files and subdirectory structure.</td>
-</tr>
-
-<tr>
-<td style="width:2em;border-bottom-color:white;"> </td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>data/</code></td>
-<td>Storage area for default fonts and resource definitions.</td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>images/</code></td>
-<td>Storage area for default disk images, including the Android system image,
-the default userdata image, the default ramdisk image, and more. The images
-are used in emulator sessions.</td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>samples/</code></td>
-<td>Contains a wide variety of sample applications that you can load as projects
-into your development environment, compile, and run on the emulator.</td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>skins/</code></td>
-<td>A set of emulator skins available for the platform version. Each skin is
-designed for a specific screen resolution.</td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>templates/</code></td>
-<td>Storage area for file templates used by the SDK development tools.</td>
-</tr>
-<tr>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td style="width:2em;border-bottom-color:white;"></td>
-<td><code>tools/</code></td>
-<td>Any development tools that are specific to the platform version.</td>
-</tr>
-<tr>
-<td style="width:2em;"></td>
-<td style="width:2em;"></td>
-<td><code>android.jar</code></td>
-<td>The Android library used when compiling applications against this platform
-version.</td>
-</tr>
-<tr>
-<td colspan="3"><code>tools/</code></td>
-<td>Contains the set of development and profiling tools available to you, such
-as the emulator, the <code>android</code> tool, adb, ddms, and more.</td>
-</tr>
-<tr>
-<td colspan="3"><code>RELEASE_NOTES.html</code></td>
-<td>A file that loads the local version of the SDK release notes, if
-available.</td>
-</tr>
-<tr>
-<td colspan="3"><code>documentation.html</code></td>
-<td>A file that loads the entry page for the local Android SDK
-documentation.</td>
-</tr>
-
-</table>
-
-<h2 id="NextSteps">Next Steps</h2>
-<p>Once you have completed installation, you are ready to
-begin developing applications. Here are a few ways you can get started: </p>
-
-<p><strong>Learn about Android</strong></p>
-<ul>
- <li>Take a look at the <a href="{@docRoot}guide/index.html">Dev
- Guide</a> and the types of information it provides</li>
- <li>Read an introduction to Android as a platform in <a
- href="{@docRoot}guide/basics/what-is-android.html">What is
- Android?</a></li>
- <li>Learn about the Android framework and how applications run on it in
- <a href="{@docRoot}guide/topics/fundamentals.html">Application
- Fundamentals</a></li>
- <li>Take a look at the Android framework API specification in the <a
- href="{@docRoot}reference/packages.html">Reference</a> tab</li>
-</ul>
-
-<p><strong>Explore the SDK</strong></p>
-<ul>
- <li>Get an overview of the <a
- href="{@docRoot}guide/developing/tools/index.html">development
- tools</a> that are available to you</li>
- <li>Read how to develop <a
- href="{@docRoot}guide/developing/eclipse-adt.html">in Eclipse/ADT</a> or
- <a href="{@docRoot}guide/developing/other-ide.html">in other IDEs</a>
- </li>
-</ul>
-
-<p><strong>Explore some code</strong></p>
-<ul>
- <li>Set up a <a href="{@docRoot}guide/tutorials/hello-world.html">Hello
- World application</a> (highly recommended, especially for Eclipse users)</li>
- <li>Follow the <a href="{@docRoot}guide/tutorials/notepad/index.html">
- Notepad Tutorial</a> to build a full Android application </li>
- <li>Create a new project for one of the other sample applications
- included in <code><em><sdk></em>/platforms/<em><platform></em>/samples</code>,
- then compile and run it in your development environment</li>
-</ul>
-
-<p><strong>Visit the Android developer groups</strong></p>
-<ul>
- <li>Take a look at the <a
- href="{@docRoot}community/index.html">Community</a> tab to see a list of
- Android developers groups. In particular, you might want to look at the
- <a href="http://groups.google.com/group/android-developers">Android
- Developers</a> group to get a sense for what the Android developer
- community is like.</li>
-</ul>
-
-
-<h2 id="InstallationNotes">Installation Notes</h2>
-
-<h3>Ubuntu Linux Notes</h3>
-
-<ul>
- <li>If you need help installing and configuring Java on your
- development machine, you might find these resources helpful:
- <ul>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/Java </a></li>
- <li><a href="https://help.ubuntu.com/community/Java">https://help.ubuntu.com/community/JavaInstallation</a></li>
- </ul>
- </li>
- <li>Here are the steps to install Java and Eclipse, prior to installing
- the Android SDK and ADT Plugin.
- <ol>
- <li>If you are running a 64-bit distribution on your development
- machine, you need to install the <code>ia32-libs</code> package using
- <code>apt-get:</code>:
- <pre>apt-get install ia32-libs</pre>
- </li>
- <li>Next, install Java: <pre>apt-get install sun-java6-bin</pre></li>
- <li>The Ubuntu package manager does not currently offer an Eclipse 3.3
- version for download, so we recommend that you download Eclipse from
- eclipse.org (<a
- href="http://www.eclipse.org/downloads/">http://www.eclipse.org/
- downloads/</a>). A Java or RCP version of Eclipse is recommended.</li>
- <li>Follow the steps given in previous sections to install the SDK
- and the ADT plugin. </li>
- </ol>
- </li>
-</ul>
-
-<h3>Other Linux Notes</h3>
-
-<ul>
- <li>If JDK is already installed on your development computer, please
- take a moment to make sure that it meets the version requirements listed
- in the <a href="requirements.html">System Requirements</a>.
- In particular, note that some Linux distributions may include JDK 1.4 or Gnu
- Compiler for Java, both of which are not supported for Android development.</li>
-</ul>
-
-
-<h2 id="Troubleshooting">Troubleshooting ADT Installation</h2>
-
-<p> If you are having trouble downloading the ADT plugin after following the
-steps above, here are some suggestions: </p>
-
-<ul>
- <li>If Eclipse can not find the remote update site containing the ADT plugin,
-try changing the remote site URL to use http, rather than https. That is, set
-the Location for the remote site to:
-<pre>http://dl-ssl.google.com/android/eclipse/</pre></li>
-<li>If you are behind a firewall (such as a corporate firewall), make sure that
-you have properly configured your proxy settings in Eclipse. In Eclipse 3.3/3.4,
-you can configure proxy information from the main Eclipse menu in
-<strong>Window</strong> (on Mac, <strong>Eclipse</strong>) >
-<strong>Preferences</strong> > <strong>General</strong> > <strong>Network
-Connections</strong>.</li>
-</ul>
-
-<p> If you are still unable to use Eclipse to download the ADT plugin as a
-remote update site, you can download the ADT zip file to your local machine and
-manually install it:</p>
-
-<ol>
- <li><a href="http://developer.android.com/sdk/preview/index.html">Download the
- ADT Plugin zip file</a> (do not unpack it).</li>
- <li>Follow steps 1 and 2 in the <a href="#InstallingADT">default install
- instructions</a> (above).</li>
- <li>In the Add Site dialog, click <strong>Archive</strong>.</li>
- <li>Browse and select the downloaded zip file.</li>
- <li>In Eclipse 3.5 only, enter a name for the local update site (e.g.,
- "Android Plugin") in the "Name" field.</li>
- <li>Click <strong>OK</strong>.
- <li>Follow the remaining procedures as listed for
- <a href="#InstallingADT">default installation</a> above,
- starting from step 4.</li>
-</ol>
-
-<p>To update your plugin once you've installed using the zip file, you will have
-to follow these steps again instead of the default update instructions.</p>
-
-<h4>Other install errors</h4>
-
-<p>Note that there are features of ADT that require some optional
-Eclipse components (for example, WST). If you encounter an error when
-installing ADT, your Eclipse installion might not include these components.
-For information about how to quickly add the necessary components to your
-Eclipse installation, see the troubleshooting topic
-<a href="{@docRoot}guide/appendix/faq/troubleshooting.html#installeclipsecomponents">ADT
-Installation Error: "requires plug-in org.eclipse.wst.sse.ui"</a>.</p>
-
-<h4>For Linux users</h4>
-<p>If you encounter this error when installing the ADT Plugin for Eclipse:
-<pre>
-An error occurred during provisioning.
-Cannot connect to keystore.
-JKS</pre>
-<p>
-...then your development machine lacks a suitable Java VM. Installing Sun
-Java 6 will resolve this issue and you can then reinstall the ADT
-Plugin.</p>
-
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/installing.html">Installing the Android SDK</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/1.6_r1/requirements.jd b/docs/html/sdk/1.6_r1/requirements.jd
index 8cfc049..96fdcb26 100644
--- a/docs/html/sdk/1.6_r1/requirements.jd
+++ b/docs/html/sdk/1.6_r1/requirements.jd
@@ -1,57 +1,8 @@
-page.title=System Requirements
-sdk.version=1.6
-sdk.preview=0
@jd:body
-<p>The sections below describe the system and software requirements for developing
-Android applications using the Android SDK tools included in Android
-<?cs var:sdk.version ?> SDK<?cs if:sdk.rel.id ?>, Release <?cs var:sdk.rel.id ?><?cs /if ?>. </p>
+<script type="text/javascript">
+ document.location=toRoot+"sdk/requirements.html"
+</script>
-<h3>Supported Operating Systems</h3>
-<ul>
- <li>Windows XP (32-bit) or Vista (32- or 64-bit)</li>
- <li>Mac OS X 10.4.8 or later (x86 only)</li>
- <li>Linux (tested on Linux Ubuntu Hardy Heron)
- <ul>
- <li>64-bit distributions must be capable of running 32-bit applications.
- For information about how to add support for 32-bit applications, see
- the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
- </ul>
- </li>
-</ul>
-
-<h3>Supported Development Environments</h3>
-<ul>
- <li>Eclipse IDE
- <ul>
- <li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.4 (Ganymede) or 3.5 (Galileo)
- <ul>
- <li>Note: Eclipse 3.3 has not been fully tested with ADT 0.9.3 and support can no longer be guaranteed. We suggest you upgrade to
- Eclipse 3.4 or 3.5.</li>
- <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li>Eclipse Classic IDE package is not supported.</li>
- </ul>
- </li>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
- <li>Other development environments or IDEs
- <ul>
- <li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="http://ant.apache.org/">Apache Ant</a> 1.6.5 or later for Linux and Mac, 1.7 or later for Windows</li>
- <li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
- </ul>
- </li>
-</ul>
-
-<p class="note"><strong>Note:</strong> If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed above. In
-particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development. </p>
-
-<h3>Hardware requirements</h3>
-<ul>
- <li>For the base SDK package, at least 600MB of available disk space. For each platform downloaded into the SDK, an additional 100MB is needed. </li>
-</ul>
-
+<p>You should have already been redirected by your browser. Please go to
+<a href="{@docRoot}sdk/requirements.html">System Requirements</a>.</p>
\ No newline at end of file
diff --git a/docs/html/sdk/RELEASENOTES.jd b/docs/html/sdk/RELEASENOTES.jd
index bca89f6..fdaba61 100644
--- a/docs/html/sdk/RELEASENOTES.jd
+++ b/docs/html/sdk/RELEASENOTES.jd
@@ -28,16 +28,16 @@
<p>Note that if you are currently using the Android 1.6 SDK, you do not
necessarily need to install the new SDK, since your existing SDK already
-includes the Android SDK and AVD Manager tool. To develop against Android 2.0,
-for example, you could just download the Android 2.0 platform into your existing
+includes the Android SDK and AVD Manager tool. To develop against Android 2.0.1,
+for example, you could just download the Android 2.0.1 platform into your existing
SDK. </p>
<p>Release notes for Android platforms and other SDK components are
now available from the "SDK" tab, under "Downloadable SDK Components."</p>
<ul>
-<li>Notes for the Android 2.0 platform are in the <a
-href="{@docRoot}sdk/android-2.0.html">Android 2.0, Release 1</a> document. </li>
+<li>Notes for the Android 2.0.1 platform are in the <a
+href="{@docRoot}sdk/android-2.0.1.html">Android 2.0.1, Release 1</a> document. </li>
<li>You can find information about tools changes in the <a
href="{@docRoot}sdk/tools-notes.html">SDK Tools Notes</a> and <a
href="{@docRoot}sdk/adt-notes.html">ADT Plugin Notes</a>.</li>
@@ -76,11 +76,8 @@
</ul>
<p>For details about the Android platforms included in the SDK — including
-bug fixes, features, and API changes — please read the Version Notes
-documents available at left. For a list of Android platforms included in this
-release, see the <a href="{@docRoot}sdk/1.6_r1/index.html">Download
-page</a>. Note that you can use the Android SDK and AVD Manager to download
-additional platforms.</p>
+bug fixes, features, and API changes — please read the <a
+href="android-1.6.html">Android 1.6 version notes</a>.</p>
<h3>Installation and Upgrade Notes</h3>
@@ -96,10 +93,6 @@
matching the application's original API Level, and run it against the most
current platform. </p>
-<p>If you're installing the Android SDK for the first time, please see
-the instructions in <a
-href="{@docRoot}sdk/1.6_r1/installing.html">Installing the SDK</a>.
-
<h3>ADT Plugin for Eclipse</h3>
<p>An updated version of the ADT Plugin for Eclipse is available with the
@@ -115,8 +108,8 @@
<p>The new version of ADT is downloadable from the usual remote update site or
is separately downloadable as a .zip archive. For instructions on how to
-download the plugin, please see <a href="{@docRoot}sdk/1.6_r1/upgrading.html#UpdateAdt">Upgrading
-Your Eclipse Plugin</a>. </p>
+download the plugin, please see <a
+href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>. </p>
<h3>Android SDK and AVD Manager</h3>
@@ -208,11 +201,9 @@
upgrading if you have had any problems with the older driver or simply want
to upgrade to the latest version.</p>
-<p>The USB driver files are located in the
-<code><SDK>/usb_driver</code> directory. For driver installation or
+<p>For driver installation or
upgrade instructions, see <a
-href="{@docRoot}guide/developing/device.html#WinUsbDriver">Installing the WinUSB
-Driver</a>.</p>
+href="{@docRoot}sdk/win-usb.html">USB Driver for Windows</a>.</p>
</p>
<h3>Emulator Skins, Android 1.6 Platform</h3>
@@ -360,10 +351,8 @@
</ul>
<p>For details about the Android platforms included in the SDK — including
-bug fixes, features, and API changes — please read the Version Notes
-documents available at left. For a list of Android platforms included in this
-release, see the <a href="{@docRoot}sdk/1.5_r1/index.html">Download
-page</a>.</p>
+bug fixes, features, and API changes — please read the <a
+href="{@docRoot}sdk/android-1.5.html">Android 1.5 version notes</a>.</p>
<h3>Installation and Upgrade Notes</h3>
@@ -379,10 +368,6 @@
matching the application's original API Level, and run it against the most
current platform. </p>
-<p>If you're installing the Android SDK for the first time, please see
-the instructions in <a
-href="{@docRoot}sdk/1.5_r1/installing.html">Installing the SDK</a>.
-
<h3>SDK Add-Ons</h3>
<p>This version of the SDK introduces support for SDK add-ons, which extend the
@@ -457,11 +442,9 @@
<li>USB driver for 64-bit Vista only</li>
</ul>
-<p>The USB driver files are located in the
-<code><SDK>/usb_driver</code> directory. For details and
-installation instructions, see <a
-href="{@docRoot}guide/developing/device.html#setting-up">Setting Up a
-Device for Development</a>.</p>
+<p>For driver installation or
+upgrade instructions, see <a
+href="{@docRoot}sdk/win-usb.html">USB Driver for Windows</a>.</p>
</p>
<h3>Resolved Issues, Changes</h3>
@@ -508,7 +491,7 @@
<p>For details about the Android 1.1 system image included in the SDK —
including bug fixes, features, and API changes — please read the <a
-href="{@docRoot}sdk/android-1.1.html">Android 1.1 Version Notes</a>.</p>
+href="{@docRoot}sdk/android-1.1.html">Android 1.1 version notes</a>.</p>
<h3>App Versioning for Android 1.1</h3>
@@ -562,8 +545,7 @@
Plugin for Eclipse is <strong>0.8.0</strong>. If you are using a
previous version of ADT, you should update to the latest version for use
with this SDK. For information about how to update your ADT plugin, see
-<a href="{@docRoot}sdk/1.1_r1/upgrading.html#update-plugin">Upgrading
-the SDK</a>.</p>
+<a href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>.</p>
<h3>Installation and Upgrade Notes</h3>
@@ -572,10 +554,6 @@
user data (emulator option <code>-wipe-data</code>) when running your
application on the Android 1.1 emulator for the first time.</p>
-<p>If you're installing the Android SDK for the first time, please see
-the instructions in <a
-href="{@docRoot}sdk/1.5_r1/installing.html">Installing the SDK</a>.
-
<h3>Other Notes</h3>
<p><strong>MapView API Key</strong></p>
@@ -673,13 +651,7 @@
Development Tools (ADT) Plugin for Eclipse is <strong>0.8.0</strong>. If you are
using a previous version of ADT, you should update to the latest version for use
with this SDK. For information about how to update your ADT plugin, see <a
-href="{@docRoot}sdk/1.0_r2/upgrading.html">Upgrading the SDK</a>.</p>
-
-<h3>Installation and Upgrade Notes</h3>
-
-<p>If you're installing the Android SDK for the first time, please see the
-instructions in <a href="{@docRoot}sdk/1.0_r2/installing.html">Installing the
-SDK</a>.
+href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>.</p>
<h3>Other Notes</h3>
@@ -765,8 +737,6 @@
<p>If you've been developing an application using a previous SDK version and you want the application to run on Android-powered mobile devices, you must port the application to the Android 1.0 SDK. Please see <a href="{@docRoot}sdk/1.0_r1/upgrading.html">Upgrading the SDK</a> for detailed instructions on how to make the transition to this release. Be sure to wipe application user data (emulator option <code>-wipe-data</code>) when running your application on the Android 1.0 SDK emulator.</p>
-<p>If you're installing the Android SDK for the first time, please see the instructions in <a href="{@docRoot}sdk/1.0_r1/installing.html">Installing the SDK</a>.
-
<h3>Other Notes</h3>
<p><strong>MapView API Key</strong></p>
diff --git a/docs/html/sdk/adt-notes.jd b/docs/html/sdk/adt-notes.jd
index 639d5e8..361d99a 100644
--- a/docs/html/sdk/adt-notes.jd
+++ b/docs/html/sdk/adt-notes.jd
@@ -16,16 +16,40 @@
feature. For more information, see <a
href="{@docRoot}sdk/eclipse-adt.html">Installing and Updating ADT</a>. </p>
-<h2 id="0.9.4">ADT 0.9.4</h2>
-<p>ADT 0.9.4 provides several new features for developers, as described below.
+<h2 id="0.9.5">ADT 0.9.5</h2>
+
+<p>December 2009. ADT 0.9.5 provides several bug fixes for developers,
+as described below.
</p>
<h3>Dependencies</h3>
-<p>ADT 0.9.4 requires features provided in SDK Tools, Revision 3. If you install
+<p>ADT 0.9.5 requires features provided in SDK Tools r4. If you install
+ADT 0.9.5, which is highly recommended, you should use the Android SDK and AVD
+Manager to download SDK Tools r4 or higher into your SDK. For more information,
+see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.
+</p>
+
+<h3>General Notes</h3>
+<ul>
+<li>AVD Launch dialog now shows scale value.</li>
+<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no skin name specified.</li>
+<li>Fixes XML validation issue in on older Java versions.</li>
+<li>.apk packaging now properly ignores vi swap files as well as hidden files.</li>
+</ul>
+
+
+<h2 id="0.9.4">ADT 0.9.4</h2>
+
+<p>October 2009. ADT 0.9.4 provides several new features for developers, as described below.
+</p>
+
+<h3>Dependencies</h3>
+
+<p>ADT 0.9.4 requires features provided in SDK Tools, revision 3. If you install
ADT 0.9.4, which is highly recommended, you should use the Android SDK and AVD
-Manager to download SDK Tools 3 or higher into your SDK. For more information,
+Manager to download SDK Tools r3 or higher into your SDK. For more information,
see <a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.
</p>
diff --git a/docs/html/sdk/adt_download.jd b/docs/html/sdk/adt_download.jd
index 6ce7634..6dbca48 100644
--- a/docs/html/sdk/adt_download.jd
+++ b/docs/html/sdk/adt_download.jd
@@ -22,10 +22,17 @@
<th>Notes</th>
</tr>
<tr>
- <td>0.9.4</td>
- <td><a href="http://dl-ssl.google.com/android/ADT-0.9.4.zip">ADT-0.9.4.zip</a></td>
+ <td>0.9.5</td>
+ <td><a href="http://dl-ssl.google.com/android/ADT-0.9.5.zip">ADT-0.9.5.zip</a></td>
<td><nobr>{@adtZipBytes} bytes</nobr></td>
<td>{@adtZipChecksum}</td>
+ <td>Requires SDK Tools, Revision 4 <em><nobr>December 2009</nobr></em></td>
+ </tr>
+ <tr>
+ <td>0.9.4</td>
+ <td><a href="http://dl-ssl.google.com/android/ADT-0.9.4.zip">ADT-0.9.4.zip</a></td>
+ <td><nobr>3367536 bytes</nobr></td>
+ <td>4cdecd72b3e28022d8a55891f13e7d43</td>
<td>Requires SDK Tools, Revision 3 <em><nobr>October 2009</nobr></em></td>
</tr>
<tr>
diff --git a/docs/html/sdk/android-1.6.jd b/docs/html/sdk/android-1.6.jd
index 4b659a1a..646b61d 100644
--- a/docs/html/sdk/android-1.6.jd
+++ b/docs/html/sdk/android-1.6.jd
@@ -1,8 +1,8 @@
-page.title=Android 1.6, Release 1
+page.title=Android 1.6, Release 2
sdk.platform.version=1.6
sdk.platform.apiLevel=4
sdk.platform.majorMinor=minor
-sdk.platform.releaseDate=September 2009
+sdk.platform.releaseDate=December 2009
sdk.platform.deployableDate=October 2009
@jd:body
@@ -13,6 +13,7 @@
<h2>In this document</h2>
<ol>
<li><a href="#features">Platform Highlights</a></li>
+ <li><a href="#releases">Release Notes</a></li>
<li><a href="#apps">Built-in Applications</a></li>
<li><a href="#locs">Locales</a></li>
<li><a href="#skins">Emulator Skins</a></li>
@@ -37,20 +38,21 @@
<em>API Level:</em> <strong>{@sdkPlatformApiLevel}</strong></p>
<p>Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release
-deployable to Android-powered handsets starting in {@sdkPlatformDeployableDate}.
-The release includes new features for users and developers, as well as changes
+deployable to Android-powered handsets since {@sdkPlatformDeployableDate}.
+The platform includes new features for users and developers, as well as changes
in the Android framework API. </p>
-<p>For developers, the Android {@sdkPlatformVersion} platform is available as a
-downloadable component for the Android SDK. The downloadable platform includes a
-fully compliant Android library and system image, as well as a set of emulator
-skins, sample applications, and more. The downloadable platform is fully
-compliant and includes no external libraries. </p>
+<p>For developers, a new release of the Android {@sdkPlatformVersion} platform
+is available as a downloadable component for the Android SDK. The platform
+— Android 1.6 r2 — includes a fully compliant Android library and
+system image, as well as a set of emulator skins, sample applications, and minor
+development updates. The downloadable platform is fully compliant (API Level 4)
+and includes no external libraries.</p>
<p>To get started developing or testing against the Android
{@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to
-download the platform into your Android 1.6 or later SDK. For more information,
-see <a href="{@docRoot}sdk/adding-components.html">Adding SDK
+download the latest Android 1.6 platform into your Android 1.6 or later SDK. For
+more information, see <a href="{@docRoot}sdk/adding-components.html">Adding SDK
Components</a>.</p>
@@ -61,6 +63,45 @@
{@sdkPlatformVersion} Platform Highlights</a> document.</p>
+<h2 id="relnotes">Release Notes</h2>
+
+<p>The sections below provide information about the available releases of the
+Android 1.6 platform.</p>
+
+<h3>Android 1.6, Release 2</h3>
+
+<p>December 2009. Requires SDK Tools r4 or higher.</p>
+
+<p>API related:</p>
+<ul>
+<li>Properly exposes CDMA-related constants {@link android.telephony.TelephonyManager}: <code>DATA_ACTIVITY_DORMANT</code>,
+<code>PHONE_TYPE_CDMA</code>, <code>NETWORK_TYPE_CDMA</code>,
+<code>NETWORK_TYPE_EVDO_0</code>, <code>NETWORK_TYPE_EVDO_A</code>, and
+<code>NETWORK_TYPE_1xRTT</code>.</li>
+</ul>
+<p>System image:</p>
+<ul>
+<li>Fixes bug so that Bitmap's density is now propagated through Parcelable.</li>
+<li>Fixes NinePatchDrawable to properly scale its reported padding for compatibility mode.</li>
+<li>Fixes TextView to properly compute styled font metrics based on the screen density.</li>
+<li>Updates kernel to 2.6.29, to match kernel on commercially
+available Android-powered devices.</li>
+</ul>
+<p>Tools:</p>
+<ul>
+<li>Adds new Ant build system with support for Emma instrumentation projects
+(code coverage).</li>
+<li>Fixes emulator skins to properly emulate d-pad in landscape mode.</li>
+<li>Fixes density rendering in the layout editor in ADT.</li>
+</ul>
+
+
+
+<h3>Android 1.6, Release 1</h3>
+
+<p>September 2009. Initial release. Requires SDK Tools r3 or higher.</p>
+
+
<h2 id="apps">Built-in Applications</h2>
<p>The system image included in the downloadable platform provides these
diff --git a/docs/html/sdk/android-2.0.1.jd b/docs/html/sdk/android-2.0.1.jd
new file mode 100644
index 0000000..f5df1ac
--- /dev/null
+++ b/docs/html/sdk/android-2.0.1.jd
@@ -0,0 +1,307 @@
+page.title=Android 2.0.1, Release 1
+sdk.platform.version=2.0.1
+sdk.platform.apiLevel=6
+sdk.platform.majorMinor=minor
+sdk.platform.releaseDate=December 2009
+sdk.platform.deployableDate=December 2009
+
+@jd:body
+
+<div id="qv-wrapper">
+<div id="qv">
+
+ <h2>In this document</h2>
+ <ol>
+ <li><a href="#features">Platform Highlights</a></li>
+ <li><a href="#apps">Built-in Applications</a></li>
+ <li><a href="#locs">Locales</a></li>
+ <li><a href="#skins">Emulator Skins</a></li>
+ <li><a href="#dev-features">Developer Features</a></li>
+ <li><a href="#api">Framework API</a>
+ <ol>
+ <li><a href="#api-level">API level</a></li>
+ <li><a href="#api-changes">API changes summary</a></li>
+ <li><a href="#behavior-changes">Behavior changes</a></li>
+ <li><a href="#bug-fixes">Bug fixes</a></li>
+ <li><a
+href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
+differences report »</a> </li>
+ </ol>
+ </li>
+ </ol>
+
+ <h2>See Also</h2>
+ <ol>
+ <li><a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a></li>
+ </ol>
+
+</div>
+</div>
+
+<p>
+<em>Date:</em> {@sdkPlatformReleaseDate}<br />
+<em>API Level:</em> <strong>{@sdkPlatformApiLevel}</strong></p>
+
+<p>Android {@sdkPlatformVersion} is a {@sdkPlatformMajorMinor} platform release
+deployable to Android-powered handsets starting in {@sdkPlatformDeployableDate}.
+This release includes minor API
+changes, bug fixes and framework behavioral changes. For information on changes
+and fixes, see the <a href="#api">Framework API</a> section.</p>
+
+<p>For developers, the Android {@sdkPlatformVersion} platform is available as a
+downloadable component for the Android SDK. The downloadable platform includes a
+fully compliant Android library and system image, as well as a set of emulator
+skins, sample applications, and more. The downloadable platform
+includes no external libraries. </p>
+
+<p>To get started developing or testing against the Android
+{@sdkPlatformVersion} platform, use the Android SDK and AVD Manager tool to
+download the platform into your Android 1.6 or later SDK. For more information,
+see <a href="{@docRoot}sdk/adding-components.html">Adding SDK
+Components</a>.</p>
+
+
+<h2 id="features">Platform Highlights</h2>
+
+<p>For a list of new user features and platform highlights, see the <a
+href="http://developer.android.com/sdk/android-2.0-highlights.html">Android
+2.0 Platform Highlights</a> document.</p>
+
+<h2 id="apps">Built-in Applications</h2>
+
+<p>The system image included in the downloadable platform provides these
+built-in applications:</p>
+
+<table style="border:0;padding-bottom:0;margin-bottom:0;">
+<tr>
+<td style="border:0;padding-bottom:0;margin-bottom:0;">
+ <ul>
+ <li>Alarm Clock</li>
+ <li>Browser</li>
+ <li>Calculator</li>
+ <li>Camcorder</li>
+ <li>Camera</li>
+ <li>Contacts</li>
+ <li>Custom Locale (developer app)</li>
+ <li>Dev Tools (developer app)</li>
+ <li>Dialer</li>
+ </ul>
+</td>
+<td style="border:0;padding-bottom:0;margin-bottom:0;padding-left:5em;">
+ <ul>
+ <li>Email</li>
+ <li>Gallery</li>
+ <li>Gestures Builder</li>
+ <li>IME for Japanese text input</li>
+ <li>Messaging</li>
+ <li>Music</li>
+ <li>Settings</li>
+ <li>Spare Parts (developer app)</li>
+ </ul>
+</td>
+</tr>
+</table>
+
+<p><span class="new">New with 2.0.1</span> The Dev Tools app now
+includes a "Sync Tester" application to provide quick and easy testing of
+third-party sync adapters.</p>
+
+<h2 id="locs" style="margin-top:.75em;">Locales</h2>
+
+<p>The system image included in the downloadable platform provides a variety of
+built-in locales. In some cases, region-specific strings are available for the
+locales. In other cases, a default version of the language is used. The
+languages that are available in the Android {@sdkPlatformVersion} system
+image are listed below (with <em>language</em>_<em>country/region</em> locale
+descriptor).</p>
+
+<table style="border:0;padding-bottom:0;margin-bottom:0;">
+<tr>
+<td style="border:0;padding-bottom:0;margin-bottom:0;">
+<ul>
+<li>Chinese, PRC (zh_CN)</li>
+<li>Chinese, Taiwan (zh_TW)</li>
+<li>Czech (cs_CZ)</li>
+<li>Dutch, Netherlands (nl_NL)</li>
+<li>Dutch, Belgium (nl_BE)</li>
+<li>English, US (en_US)</li>
+<li>English, Britain (en_GB)</li>
+<li>English, Canada (en_CA)</li>
+<li>English, Australia (en_AU)</li>
+<li>English, New Zealand (en_NZ)</li>
+<li>English, Singapore(en_SG)</li>
+<li>French, France (fr_FR)</li>
+<li>French, Belgium (fr_BE)</li>
+</ul>
+</td>
+<td style="border:0;padding-bottom:0;margin-bottom:0;padding-left:5em;">
+<li>French, Canada (fr_CA)</li>
+<li>French, Switzerland (fr_CH)</li>
+<li>German, Germany (de_DE)</li>
+<li>German, Austria (de_AT)</li>
+<li>German, Switzerland (de_CH)</li>
+<li>German, Liechtenstein (de_LI)</li>
+<li>Italian, Italy (it_IT)</li>
+<li>Italian, Switzerland (it_CH)</li>
+<li>Japanese (ja_JP)</li>
+<li>Korean (ko_KR)</li>
+<li>Polish (pl_PL)</li>
+<li>Russian (ru_RU)</li>
+<li>Spanish (es_ES)</li>
+</td>
+</tr>
+</table>
+
+<p>Localized UI strings match the locales that are accessible
+through Settings.</p>
+
+<h2 id="skins">Emulator Skins</h2>
+
+<p>The downloadable platform includes a set of emulator skins that you can use for modeling your application in different screen sizes and resolutions. The emulator skins are: </p>
+
+<ul>
+ <li>
+ QVGA (240x320, low density, small screen)
+ </li>
+ <li>
+ WQVGA (240x400, low density, normal screen)
+ </li>
+ <li>
+ FWQVGA (240x432, low density, normal screen)
+ </li>
+ <li>
+ HVGA (320x480, medium density, normal screen)
+ </li>
+ <li>
+ WVGA800 (480x800, high density, normal screen)
+ </li>
+ <li>
+ WVGA854 (480x854 high density, normal screen)
+ </li>
+</ul>
+
+<p>For more information about how to develop an application that displays and functions properly on all Android-powered devices, see <a href="{@docRoot}guide/practices/screens_support.html">Supporting Multiple Screens</a>.</p>
+
+<h2 id="dev-features">Developer Features</h2>
+
+<p>The sections below provide information about new developer features offered by the downloadable Android 2.0 platform component.</p>
+
+<h3 id="ant">Ant Support</h3>
+
+<ul>
+<li>Debug- and release-mode application signing. Release-mode signing includes integrated support for <code>zipalign</code> optimization. For more information, see <a href="{@docRoot}guide/publishing/app-signing.html#releasecompile">Signing Your Applications</a>.</li>
+
+<li>Adds new Ant build system with support for Emma instrumentation projects (code coverage).</li>
+</ul>
+
+<h2 id="api">Framework API</h2>
+
+<p>The sections below provide information about changes made to the application
+framework API provided by the Android {@sdkPlatformVersion} platform. Note,
+however, that Android 2.0.1 is a minor release to Android 2.0, so for more
+information about the changes made to in Android 2.0, please refer to the
+<a href="{@docRoot}sdk/android-2.0.html#api">Android 2.0 version notes</a>.</p>
+
+
+<h3 id="api-level">API level</h3>
+
+<p>The Android {@sdkPlatformVersion} platform delivers an updated version of the framework
+API. The Android {@sdkPlatformVersion} API
+is assigned an integer identifier — <strong>{@sdkPlatformApiLevel}</strong> — that is
+stored in the system itself. This identifier, called the "API Level", allows the
+system to correctly determine whether an application is compatible with
+the system, prior to installing the application. </p>
+
+<p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to
+set the proper value, "{@sdkPlatformApiLevel}", in the attributes of the <code><uses-sdk></code>
+element in your application's manifest. </p>
+
+<p>For more information about how to use API Level, see the <a
+href="{@docRoot}guide/appendix/api-levels.html">API Levels</a> document. </p>
+
+
+<h3 id="api-changes">API changes summary</h3>
+
+<p>The following is a summary of changes to the framework APIs.</p>
+
+<ul>
+<li>New {@code quickContactBadgeStyle*} attributes that let
+applications apply necessary styles to the {@link
+android.widget.QuickContactBadge} widget.</li>
+
+<li>Remove support for the {@link
+android.content.Intent#ACTION_CONFIGURATION_CHANGED} broadcast when declared as
+a filter in the manifest. To receive this broadcast, an application must
+do so from the application at run-time, with {@link
+android.content.Context#registerReceiver(BroadcastReceiver, IntentFilter)}.</li>
+</ul>
+
+<h3 id="behavior-changes">Behavior changes</h3>
+
+<p>The following is a summary of changes that affect the behavior of some
+framework APIs but do not add or remove API functionality.</p>
+
+<h4>Bluetooth</h4>
+
+<p>Changes to the values returned by {@link
+android.bluetooth.BluetoothAdapter#ACTION_REQUEST_ENABLE} and
+{@link android.bluetooth.BluetoothAdapter#ACTION_REQUEST_DISCOVERABLE}:</p>
+
+<ul>
+<li>{@link android.bluetooth.BluetoothAdapter#ACTION_REQUEST_ENABLE} now
+returns {@link android.app.Activity#RESULT_OK} if Bluetooth was successfully
+enabled and {@link android.app.Activity#RESULT_CANCELED} if the user rejected
+the request to enable Bluetooth, rather than 0 and -1 (or -2),
+respectively.</li>
+
+<li>{@link android.bluetooth.BluetoothAdapter#ACTION_REQUEST_DISCOVERABLE}
+now returns {@link android.app.Activity#RESULT_CANCELED} if the user rejected
+the request to enable discoverability or if Bluetooth is not enabled, rather
+than -1 and -2, respectively.</li>
+</ul>
+
+<h4>Contacts</h4>
+
+<p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns {@link
+android.app.Activity#RESULT_CANCELED} in cases where the contact was not
+persisted (for example, if the save was trimmed to a no-op).</p>
+
+
+<h3 id="bug-fixes">Bug fixes</h3>
+
+<p>The following is a summary of bug fixes that affect some framework APIs.</p>
+
+<h4>Resources</h4>
+
+<p>The framework now correctly selects application resources in project
+folders that use the API Level qualifier. For example, {@code drawable-v4/} is a
+folder of drawable resources for API Level 4 (or higher) devices. This version
+matching did not work properly and has been fixed.</p>
+
+<h4>Contacts</h4>
+
+<p>The {@link android.content.Intent#ACTION_INSERT} Intent now returns the
+appropriate kind of URI when the request is made using the (now
+deprecated) {@link android.provider.Contacts} APIs.</p>
+
+<h4>Other Framework fixes</h4>
+
+<ul>
+<li>{@link android.content.res.Resources#getDisplayMetrics()} now properly
+reports the screen DPI for the Verizon Droid.</li>
+<li>{@link android.app.Activity#getCallingPackage()} now properly reports the
+package name, rather than the process name.</li>
+</ul>
+
+
+<h3 id="api-diff">API differences report</h3>
+
+<p>For a detailed view of API changes in Android {@sdkPlatformVersion} (API Level {@sdkPlatformApiLevel}), as compared to
+API Level 5, see the <a
+href="{@docRoot}sdk/api_diff/{@sdkPlatformApiLevel}/changes.html">API
+Differences Report</a>. Note that this difference report compares only to
+the most recent API Level, and there are few changes, so to see changes
+introduces in Android 2.0 (API Level 5), see the <a
+href="{@docRoot}sdk/api_diff/5/changes.html">API
+Differences between 4 and 5</a>.</p>
+
diff --git a/docs/html/sdk/api_diff/3/changes.html b/docs/html/sdk/api_diff/3/changes.html
index 9bc67b9..2500357 100644
--- a/docs/html/sdk/api_diff/3/changes.html
+++ b/docs/html/sdk/api_diff/3/changes.html
@@ -4,7 +4,7 @@
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
-<!-- on Mon Apr 20 09:15:09 GMT-08:00 2009 -->
+<!-- on Thu Nov 19 19:35:41 PST 2009 -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
@@ -23,24 +23,23 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</head>
-<FRAMESET COLS="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
+<frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
<frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
- <FRAME SRC="changes/jdiff_topleftframe.html" SCROLLING="no" NAME="topleftframe" frameborder="1">
- <FRAME SRC="changes/alldiffs_index_all.html" SCROLLING="auto" NAME="bottomleftframe" frameborder="1">
- </FRAMESET>
- <FRAME SRC="changes/changes-summary.html" SCROLLING="auto" NAME="rightframe" frameborder="1">
-</FRAMESET>
-<NOFRAMES>
-<H2>
+ <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
+ <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
+ </frameset>
+ <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
+</frameset>
+<noframes>
+<h2>
Frame Alert
-</H2>
+</h2>
-<P>
+<p>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
-<BR>
-Link to <A HREF="changes/changes-summary.html" target="_top">Non-frame version.</A>
-</NOFRAMES>
-</HTML>
+<br>
+Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A>
+</noframes>
+</html>
diff --git a/docs/html/sdk/api_diff/3/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/3/changes/alldiffs_index_additions.html
index 41f78ab..bf2c09f 100644
--- a/docs/html/sdk/api_diff/3/changes/alldiffs_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/alldiffs_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Constructor AbsoluteSizeSpan -->
<A NAME="A"></A>
@@ -487,12 +486,12 @@
(<code>int, String</code>)</A></nobr><br>
<!-- Field CREATOR -->
<i>CREATOR</i><br>
- in
-<nobr><A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
+<nobr> in
+<A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
</nobr><br>
<!-- Field CREATOR -->
- in
-<nobr><A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
+<nobr> in
+<A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
</nobr><br>
<!-- Field cut -->
<nobr><A HREF="android.R.id.html#android.R.id.cut" class="hiddenlink" target="rightframe">cut</A>
@@ -660,6 +659,10 @@
(<code>InstrumentationTestCase, View, int, int, int</code>)</A></nobr><br>
<!-- Method dragViewToBottom -->
<i>dragViewToBottom</i><br>
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type <b>
+(<code>InstrumentationTestCase, Activity, View</code>)</b> in android.test.TouchUtils
+</A></nobr><br>
+<!-- Method dragViewToBottom -->
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <b>
(<code>ActivityInstrumentationTestCase, View, int</code>)</b> in android.test.TouchUtils
</A></nobr><br>
@@ -897,11 +900,23 @@
<nobr><A HREF="android.text.style.ForegroundColorSpan.html#android.text.style.ForegroundColorSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>ForegroundColorSpan</b>
(<code>Parcel</code>)</A></nobr> constructor<br>
<!-- Method forkAndSpecialize -->
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe"><b>forkAndSpecialize</b>
-(<code>int, int, int[], int, int[][]</code>)</A></nobr><br>
+<i>forkAndSpecialize</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
+<!-- Method forkAndSpecialize -->
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
<!-- Method forkSystemServer -->
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe"><b>forkSystemServer</b>
-(<code>int, int, int[], int, int[][]</code>)</A></nobr><br>
+<i>forkSystemServer</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
+<!-- Method forkSystemServer -->
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
<!-- Field FORMAT_JAPAN -->
<nobr><A HREF="android.telephony.PhoneNumberUtils.html#android.telephony.PhoneNumberUtils.FORMAT_JAPAN" class="hiddenlink" target="rightframe">FORMAT_JAPAN</A>
</nobr><br>
@@ -1391,12 +1406,12 @@
<A HREF="pkg_android.os.html#Handler.Callback" class="hiddenlink" target="rightframe"><b><i>Handler.Callback</i></b></A><br>
<!-- Field HAPTIC_FEEDBACK_ENABLED -->
<i>HAPTIC_FEEDBACK_ENABLED</i><br>
- in
-<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
+<nobr> in
+<A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
</nobr><br>
<!-- Field HAPTIC_FEEDBACK_ENABLED -->
- in
-<nobr><A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
+<nobr> in
+<A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
</nobr><br>
<!-- Class HapticFeedbackConstants -->
<A HREF="pkg_android.view.html#HapticFeedbackConstants" class="hiddenlink" target="rightframe"><b>HapticFeedbackConstants</b></A><br>
@@ -1633,9 +1648,62 @@
<nobr><A HREF="android.widget.PopupWindow.html#android.widget.PopupWindow.isTouchable_added()" class="hiddenlink" target="rightframe"><b>isTouchable</b>
()</A></nobr><br>
<!-- Package java.beans -->
-<A NAME="J"></A>
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="changes-summary.html#java.beans" class="hiddenlink" target="rightframe"><b>java.beans</b></A><br>
<!-- Class JetPlayer -->
+<A NAME="J"></A>
+<br><font size="+2">J</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<A HREF="pkg_android.media.html#JetPlayer" class="hiddenlink" target="rightframe"><b>JetPlayer</b></A><br>
<!-- Class JetPlayer.OnJetEventListener -->
<A HREF="pkg_android.media.html#JetPlayer.OnJetEventListener" class="hiddenlink" target="rightframe"><b><i>JetPlayer.OnJetEventListener</i></b></A><br>
@@ -2108,12 +2176,12 @@
</A></nobr><br>
<!-- Field PHONETIC_NAME -->
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field PHONETIC_NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Method playSoundEffect -->
<nobr><A HREF="android.media.AudioManager.html#android.media.AudioManager.playSoundEffect_added(int, float)" class="hiddenlink" target="rightframe"><b>playSoundEffect</b>
@@ -2402,6 +2470,14 @@
(<code>boolean</code>)</A></nobr><br>
<!-- Method setButton -->
<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, Message</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
</A></nobr><br>
@@ -2620,12 +2696,12 @@
</nobr><br>
<!-- Field sharedUserLabel -->
<i>sharedUserLabel</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
<!-- Field sharedUserLabel -->
- in
-<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
+<nobr> in
+<A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
</nobr><br>
<!-- Field SHOW_OR_CREATE_CONTACT -->
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT" class="hiddenlink" target="rightframe">SHOW_OR_CREATE_CONTACT</A>
@@ -2682,12 +2758,12 @@
</nobr><br>
<!-- Field softInputMode -->
<i>softInputMode</i><br>
- in
-<nobr><A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
</nobr><br>
<!-- Field softInputMode -->
- in
-<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
+<nobr> in
+<A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
</nobr><br>
<!-- Method sort -->
<nobr><A HREF="android.widget.ArrayAdapter.html#android.widget.ArrayAdapter.sort_added(java.util.Comparator<? super T>)" class="hiddenlink" target="rightframe"><b>sort</b>
diff --git a/docs/html/sdk/api_diff/3/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/3/changes/alldiffs_index_all.html
index 48da98b..055d4bf 100644
--- a/docs/html/sdk/api_diff/3/changes/alldiffs_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/alldiffs_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Class AbsListView -->
<A NAME="A"></A>
@@ -203,9 +202,6 @@
<nobr><A HREF="java.util.logging.LogManager.html#java.util.logging.LogManager.addPropertyChangeListener_added(java.beans.PropertyChangeListener)" class="hiddenlink" target="rightframe">type <b>
(<code>PropertyChangeListener</code>)</b> in java.util.logging.LogManager
</A></nobr><br>
-<!-- Method addRequirements -->
-<nobr><A HREF="android.test.suitebuilder.TestSuiteBuilder.html#android.test.suitebuilder.TestSuiteBuilder.addRequirements_changed(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)" class="hiddenlink" target="rightframe">addRequirements
-(<code>Predicate<TestMethod></code>)</A></nobr><br>
<!-- Method addTestProvider -->
<nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addTestProvider_added(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)" class="hiddenlink" target="rightframe"><b>addTestProvider</b>
(<code>String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int</code>)</A></nobr><br>
@@ -680,12 +676,12 @@
(<code>int, String</code>)</A></nobr><br>
<!-- Field CREATOR -->
<i>CREATOR</i><br>
- in
-<nobr><A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
+<nobr> in
+<A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
</nobr><br>
<!-- Field CREATOR -->
- in
-<nobr><A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
+<nobr> in
+<A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
</nobr><br>
<!-- Class Cursor -->
<A HREF="android.database.Cursor.html" class="hiddenlink" target="rightframe"><i>Cursor</i></A><br>
@@ -697,9 +693,64 @@
<nobr><A HREF="android.R.id.html#android.R.id.cut" class="hiddenlink" target="rightframe">cut</A>
</nobr><br>
<!-- Package dalvik.system -->
-<A NAME="D"></A>
+<span class="letterIndexHead">D
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
<!-- Field dark_header -->
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.R.drawable.html#android.R.drawable.dark_header" class="hiddenlink" target="rightframe">dark_header</A>
</nobr><br>
<!-- Field DATA_ROAMING -->
@@ -716,15 +767,6 @@
</nobr><br>
<!-- Class DatabaseUtils -->
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<!-- Class Date -->
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<!-- Class DateKeyListener -->
<A HREF="android.text.method.DateKeyListener.html" class="hiddenlink" target="rightframe">DateKeyListener</A><br>
<!-- Class DateTimeKeyListener -->
@@ -742,12 +784,12 @@
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
</nobr><br>
<!-- Method describeContents -->
<i>describeContents</i><br>
@@ -916,6 +958,14 @@
</A></nobr><br>
<!-- Method dragViewToBottom -->
<i>dragViewToBottom</i><br>
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <strike>
+(<code>ActivityInstrumentationTestCase, View, int</code>)</strike> in android.test.TouchUtils
+</A></nobr><br>
+<!-- Method dragViewToBottom -->
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type <b>
+(<code>InstrumentationTestCase, Activity, View</code>)</b> in android.test.TouchUtils
+</A></nobr><br>
+<!-- Method dragViewToBottom -->
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <b>
(<code>ActivityInstrumentationTestCase, View, int</code>)</b> in android.test.TouchUtils
</A></nobr><br>
@@ -927,10 +977,6 @@
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
(<code>ActivityInstrumentationTestCase, View</code>) in android.test.TouchUtils
</A></nobr><br>
-<!-- Method dragViewToBottom -->
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>InstrumentationTestCase, Activity, View</code>) in android.test.TouchUtils
-</A></nobr><br>
<!-- Method dragViewToTop -->
<i>dragViewToTop</i><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type <b>
@@ -1200,21 +1246,29 @@
(<code>Parcel</code>)</A></nobr> constructor<br>
<!-- Method forkAndSpecialize -->
<i>forkAndSpecialize</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <strike>
+(<code>int, int, int[], boolean, int[][]</code>)</strike> in dalvik.system.Zygote
+</A></nobr><br>
+<!-- Method forkAndSpecialize -->
<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<!-- Method forkAndSpecialize -->
- <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type
-(<code>int, int, int[], boolean, int[][]</code>) in dalvik.system.Zygote
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<!-- Method forkSystemServer -->
<i>forkSystemServer</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <strike>
+(<code>int, int, int[], boolean, int[][]</code>)</strike> in dalvik.system.Zygote
+</A></nobr><br>
+<!-- Method forkSystemServer -->
<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<!-- Method forkSystemServer -->
- <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type
-(<code>int, int, int[], boolean, int[][]</code>) in dalvik.system.Zygote
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<!-- Field FORMAT_JAPAN -->
<nobr><A HREF="android.telephony.PhoneNumberUtils.html#android.telephony.PhoneNumberUtils.FORMAT_JAPAN" class="hiddenlink" target="rightframe">FORMAT_JAPAN</A>
@@ -1564,9 +1618,6 @@
<!-- Method getPrivateImeOptions -->
<nobr><A HREF="android.widget.TextView.html#android.widget.TextView.getPrivateImeOptions_added()" class="hiddenlink" target="rightframe"><b>getPrivateImeOptions</b>
()</A></nobr><br>
-<!-- Method getProxyClass -->
-<nobr><A HREF="java.lang.reflect.Proxy.html#java.lang.reflect.Proxy.getProxyClass_changed(java.lang.ClassLoader, java.lang.Class<?>...)" class="hiddenlink" target="rightframe">getProxyClass
-(<code>ClassLoader, Class<?></code>)</A></nobr><br>
<!-- Method getRotationMatrix -->
<nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.getRotationMatrix_added(float[], float[], float[], float[])" class="hiddenlink" target="rightframe"><b>getRotationMatrix</b>
(<code>float[], float[], float[], float[]</code>)</A></nobr><br>
@@ -1810,12 +1861,12 @@
<A HREF="pkg_android.os.html#Handler.Callback" class="hiddenlink" target="rightframe"><b><i>Handler.Callback</i></b></A><br>
<!-- Field HAPTIC_FEEDBACK_ENABLED -->
<i>HAPTIC_FEEDBACK_ENABLED</i><br>
- in
-<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
+<nobr> in
+<A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
</nobr><br>
<!-- Field HAPTIC_FEEDBACK_ENABLED -->
- in
-<nobr><A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
+<nobr> in
+<A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
</nobr><br>
<!-- Class HapticFeedbackConstants -->
<A HREF="pkg_android.view.html#HapticFeedbackConstants" class="hiddenlink" target="rightframe"><b>HapticFeedbackConstants</b></A><br>
@@ -2075,21 +2126,154 @@
<nobr><A HREF="android.widget.PopupWindow.html#android.widget.PopupWindow.isTouchable_added()" class="hiddenlink" target="rightframe"><b>isTouchable</b>
()</A></nobr><br>
<!-- Package java.beans -->
-<A NAME="J"></A>
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="changes-summary.html#java.beans" class="hiddenlink" target="rightframe"><b>java.beans</b></A><br>
<!-- Package java.lang -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.lang.reflect -->
-<A HREF="pkg_java.lang.reflect.html" class="hiddenlink" target="rightframe">java.lang.reflect</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<!-- Package java.util.jar -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.jar.html" class="hiddenlink" target="rightframe">java.util.jar</A><br>
<!-- Package java.util.logging -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.logging.html" class="hiddenlink" target="rightframe">java.util.logging</A><br>
<!-- Class JetPlayer -->
+<A NAME="J"></A>
+<br><font size="+2">J</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<A HREF="pkg_android.media.html#JetPlayer" class="hiddenlink" target="rightframe"><b>JetPlayer</b></A><br>
<!-- Class JetPlayer.OnJetEventListener -->
<A HREF="pkg_android.media.html#JetPlayer.OnJetEventListener" class="hiddenlink" target="rightframe"><b><i>JetPlayer.OnJetEventListener</i></b></A><br>
@@ -2704,12 +2888,12 @@
<A HREF="android.telephony.PhoneNumberUtils.html" class="hiddenlink" target="rightframe">PhoneNumberUtils</A><br>
<!-- Field PHONETIC_NAME -->
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field PHONETIC_NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Method playSoundEffect -->
<i>playSoundEffect</i><br>
@@ -2749,8 +2933,6 @@
<A HREF="android.test.ProviderTestCase.html" class="hiddenlink" target="rightframe">ProviderTestCase</A><br>
<!-- Class ProviderTestCase2 -->
<A HREF="pkg_android.test.html#ProviderTestCase2" class="hiddenlink" target="rightframe"><b>ProviderTestCase2</b></A><br>
-<!-- Class Proxy -->
-<A HREF="java.lang.reflect.Proxy.html" class="hiddenlink" target="rightframe">Proxy</A><br>
<!-- Method putLong -->
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.putLong_added(android.content.ContentResolver, java.lang.String, long)" class="hiddenlink" target="rightframe"><b>putLong</b>
(<code>ContentResolver, String, long</code>)</A></nobr><br>
@@ -3151,6 +3333,22 @@
(<code>boolean</code>)</A></nobr><br>
<!-- Method setButton -->
<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, OnClickListener</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, Message</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, Message</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
</A></nobr><br>
@@ -3158,14 +3356,6 @@
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, Message</code>)</b> in android.app.AlertDialog
</A></nobr><br>
-<!-- Method setButton -->
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, OnClickListener</code>) in android.app.AlertDialog
-</A></nobr><br>
-<!-- Method setButton -->
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, Message</code>) in android.app.AlertDialog
-</A></nobr><br>
<!-- Method setButton2 -->
<i>setButton2</i><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
@@ -3410,12 +3600,12 @@
</nobr><br>
<!-- Field sharedUserLabel -->
<i>sharedUserLabel</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
<!-- Field sharedUserLabel -->
- in
-<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
+<nobr> in
+<A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
</nobr><br>
<!-- Field SHOW_OR_CREATE_CONTACT -->
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT" class="hiddenlink" target="rightframe">SHOW_OR_CREATE_CONTACT</A>
@@ -3438,24 +3628,6 @@
</nobr><br>
<!-- Class SmsMessage -->
<A HREF="android.telephony.gsm.SmsMessage.html" class="hiddenlink" target="rightframe">SmsMessage</A><br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Field SOFT_INPUT_ADJUST_PAN -->
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN" class="hiddenlink" target="rightframe">SOFT_INPUT_ADJUST_PAN</A>
</nobr><br>
@@ -3497,12 +3669,12 @@
</nobr><br>
<!-- Field softInputMode -->
<i>softInputMode</i><br>
- in
-<nobr><A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
</nobr><br>
<!-- Field softInputMode -->
- in
-<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
+<nobr> in
+<A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
</nobr><br>
<!-- Method sort -->
<nobr><A HREF="android.widget.ArrayAdapter.html#android.widget.ArrayAdapter.sort_added(java.util.Comparator<? super T>)" class="hiddenlink" target="rightframe"><b>sort</b>
@@ -3547,24 +3719,6 @@
<!-- Constructor StrikethroughSpan -->
<nobr><A HREF="android.text.style.StrikethroughSpan.html#android.text.style.StrikethroughSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>StrikethroughSpan</b>
(<code>Parcel</code>)</A></nobr> constructor<br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Class StyleSpan -->
<i>StyleSpan</i><br>
<A HREF="android.text.style.StyleSpan.html" class="hiddenlink" target="rightframe">android.text.style</A><br>
@@ -3637,8 +3791,6 @@
<!-- Constructor TestMethod -->
<nobr><A HREF="android.test.suitebuilder.TestMethod.html#android.test.suitebuilder.TestMethod.ctor_added(junit.framework.TestCase)" class="hiddenlink" target="rightframe"><b>TestMethod</b>
(<code>TestCase</code>)</A></nobr> constructor<br>
-<!-- Class TestSuiteBuilder -->
-<A HREF="android.test.suitebuilder.TestSuiteBuilder.html" class="hiddenlink" target="rightframe">TestSuiteBuilder</A><br>
<!-- Class TextAppearanceSpan -->
<i>TextAppearanceSpan</i><br>
<A HREF="android.text.style.TextAppearanceSpan.html" class="hiddenlink" target="rightframe">android.text.style</A><br>
diff --git a/docs/html/sdk/api_diff/3/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/3/changes/alldiffs_index_changes.html
index b35bdb3..df82cd4 100644
--- a/docs/html/sdk/api_diff/3/changes/alldiffs_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/alldiffs_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Class AbsListView -->
<A NAME="A"></A>
@@ -95,9 +94,6 @@
<!-- Field ADB_ENABLED -->
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.ADB_ENABLED" class="hiddenlink" target="rightframe">ADB_ENABLED</A>
</nobr><br>
-<!-- Method addRequirements -->
-<nobr><A HREF="android.test.suitebuilder.TestSuiteBuilder.html#android.test.suitebuilder.TestSuiteBuilder.addRequirements_changed(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)" class="hiddenlink" target="rightframe">addRequirements
-(<code>Predicate<TestMethod></code>)</A></nobr><br>
<!-- Class AlarmManager -->
<A HREF="android.app.AlarmManager.html" class="hiddenlink" target="rightframe">AlarmManager</A><br>
<!-- Class AlertDialog -->
@@ -321,9 +317,64 @@
<!-- Class CursorWrapper -->
<A HREF="android.database.CursorWrapper.html" class="hiddenlink" target="rightframe">CursorWrapper</A><br>
<!-- Package dalvik.system -->
-<A NAME="D"></A>
+<span class="letterIndexHead">D
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
<!-- Field DATA_ROAMING -->
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DATA_ROAMING" class="hiddenlink" target="rightframe">DATA_ROAMING</A>
</nobr><br>
<!-- Field DATA_X -->
@@ -337,15 +388,6 @@
</nobr><br>
<!-- Class DatabaseUtils -->
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<!-- Class Date -->
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<!-- Class DateKeyListener -->
<A HREF="android.text.method.DateKeyListener.html" class="hiddenlink" target="rightframe">DateKeyListener</A><br>
<!-- Class DateTimeKeyListener -->
@@ -354,12 +396,12 @@
<A HREF="android.os.Debug.html" class="hiddenlink" target="rightframe">Debug</A><br>
<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
</nobr><br>
<!-- Field DEVICE_PROVISIONED -->
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEVICE_PROVISIONED" class="hiddenlink" target="rightframe">DEVICE_PROVISIONED</A>
@@ -390,14 +432,8 @@
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewTo_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" class="hiddenlink" target="rightframe">dragViewTo
(<code>ActivityInstrumentationTestCase, View, int, int, int</code>)</A></nobr><br>
<!-- Method dragViewToBottom -->
-<i>dragViewToBottom</i><br>
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>ActivityInstrumentationTestCase, View</code>) in android.test.TouchUtils
-</A></nobr><br>
-<!-- Method dragViewToBottom -->
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>InstrumentationTestCase, Activity, View</code>) in android.test.TouchUtils
-</A></nobr><br>
+<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">dragViewToBottom
+(<code>ActivityInstrumentationTestCase, View</code>)</A></nobr><br>
<!-- Method dragViewToTop -->
<i>dragViewToTop</i><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
@@ -483,12 +519,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.text.style.ForegroundColorSpan.html" class="hiddenlink" target="rightframe">ForegroundColorSpan</A><br>
-<!-- Method forkAndSpecialize -->
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">forkAndSpecialize
-(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
-<!-- Method forkSystemServer -->
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">forkSystemServer
-(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
<!-- Method forName -->
<nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)" class="hiddenlink" target="rightframe">forName
(<code>String</code>)</A></nobr><br>
@@ -585,9 +615,6 @@
<!-- Method getMinimumFlingVelocity -->
<nobr><A HREF="android.view.ViewConfiguration.html#android.view.ViewConfiguration.getMinimumFlingVelocity_changed()" class="hiddenlink" target="rightframe">getMinimumFlingVelocity
()</A></nobr><br>
-<!-- Method getProxyClass -->
-<nobr><A HREF="java.lang.reflect.Proxy.html#java.lang.reflect.Proxy.getProxyClass_changed(java.lang.ClassLoader, java.lang.Class<?>...)" class="hiddenlink" target="rightframe">getProxyClass
-(<code>ClassLoader, Class<?></code>)</A></nobr><br>
<!-- Method getScrollBarSize -->
<nobr><A HREF="android.view.ViewConfiguration.html#android.view.ViewConfiguration.getScrollBarSize_changed()" class="hiddenlink" target="rightframe">getScrollBarSize
()</A></nobr><br>
@@ -697,17 +724,94 @@
<nobr><A HREF="android.webkit.URLUtil.html#android.webkit.URLUtil.isCookielessProxyUrl_changed(java.lang.String)" class="hiddenlink" target="rightframe">isCookielessProxyUrl
(<code>String</code>)</A></nobr><br>
<!-- Package java.lang -->
-<A NAME="J"></A>
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.lang.reflect -->
-<A HREF="pkg_java.lang.reflect.html" class="hiddenlink" target="rightframe">java.lang.reflect</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<!-- Package java.util.jar -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.jar.html" class="hiddenlink" target="rightframe">java.util.jar</A><br>
<!-- Package java.util.logging -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.logging.html" class="hiddenlink" target="rightframe">java.util.logging</A><br>
<!-- Class KeyCharacterMap -->
<A NAME="K"></A>
@@ -1018,8 +1122,6 @@
<A HREF="android.widget.ProgressBar.html" class="hiddenlink" target="rightframe">ProgressBar</A><br>
<!-- Class ProviderTestCase -->
<A HREF="android.test.ProviderTestCase.html" class="hiddenlink" target="rightframe">ProviderTestCase</A><br>
-<!-- Class Proxy -->
-<A HREF="java.lang.reflect.Proxy.html" class="hiddenlink" target="rightframe">Proxy</A><br>
<!-- Class QuoteSpan -->
<A NAME="Q"></A>
<br><font size="+2">Q</font>
@@ -1225,15 +1327,6 @@
<!-- Method service -->
<nobr><A HREF="android.webkit.UrlInterceptHandler.html#android.webkit.UrlInterceptHandler.service_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" class="hiddenlink" target="rightframe">service
(<code>String, Map<String, String></code>)</A></nobr><br>
-<!-- Method setButton -->
-<i>setButton</i><br>
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, OnClickListener</code>) in android.app.AlertDialog
-</A></nobr><br>
-<!-- Method setButton -->
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, Message</code>) in android.app.AlertDialog
-</A></nobr><br>
<!-- Method setButton2 -->
<i>setButton2</i><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
@@ -1274,24 +1367,6 @@
</nobr><br>
<!-- Class SmsMessage -->
<A HREF="android.telephony.gsm.SmsMessage.html" class="hiddenlink" target="rightframe">SmsMessage</A><br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Class SoundPool -->
<A HREF="android.media.SoundPool.html" class="hiddenlink" target="rightframe">SoundPool</A><br>
<!-- Class Spanned -->
@@ -1304,24 +1379,6 @@
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<!-- Class StrikethroughSpan -->
<A HREF="android.text.style.StrikethroughSpan.html" class="hiddenlink" target="rightframe">StrikethroughSpan</A><br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Class StyleSpan -->
<A HREF="android.text.style.StyleSpan.html" class="hiddenlink" target="rightframe">StyleSpan</A><br>
<!-- Class SubscriptSpan -->
@@ -1360,8 +1417,6 @@
<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
<!-- Class TestMethod -->
<A HREF="android.test.suitebuilder.TestMethod.html" class="hiddenlink" target="rightframe">TestMethod</A><br>
-<!-- Class TestSuiteBuilder -->
-<A HREF="android.test.suitebuilder.TestSuiteBuilder.html" class="hiddenlink" target="rightframe">TestSuiteBuilder</A><br>
<!-- Class TextAppearanceSpan -->
<A HREF="android.text.style.TextAppearanceSpan.html" class="hiddenlink" target="rightframe">TextAppearanceSpan</A><br>
<!-- Class TextKeyListener -->
diff --git a/docs/html/sdk/api_diff/3/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/3/changes/alldiffs_index_removals.html
index 662b266..0f55f31 100644
--- a/docs/html/sdk/api_diff/3/changes/alldiffs_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/alldiffs_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,25 +44,73 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field CATEGORY_GADGET -->
<A NAME="C"></A>
<br><font size="+2">C</font>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#F"><font size="-2">F</font></a>
<a href="#N"><font size="-2">N</font></a>
+<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.content.Intent.html#android.content.Intent.CATEGORY_GADGET" class="hiddenlink" target="rightframe"><strike>CATEGORY_GADGET</strike></A>
</nobr><br>
+<!-- Method dragViewToBottom -->
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#S"><font size="-2">S</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe"><strike>dragViewToBottom</strike>
+(<code>ActivityInstrumentationTestCase, View, int</code>)</A></nobr><br>
+<!-- Method forkAndSpecialize -->
+<A NAME="F"></A>
+<br><font size="+2">F</font>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#S"><font size="-2">S</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe"><strike>forkAndSpecialize</strike>
+(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
+<!-- Method forkSystemServer -->
+<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe"><strike>forkSystemServer</strike>
+(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
<!-- Constructor NetworkInfo -->
<A NAME="N"></A>
<br><font size="+2">N</font>
<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.net.NetworkInfo.html#android.net.NetworkInfo.ctor_removed(int)" class="hiddenlink" target="rightframe"><strike>NetworkInfo</strike>
(<code>int</code>)</A></nobr> constructor<br>
+<!-- Method setButton -->
+<A NAME="S"></A>
+<br><font size="+2">S</font>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#N"><font size="-2">N</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, OnClickListener</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+<!-- Method setButton -->
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, Message</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/3/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/3/changes/android.Manifest.permission.html
index 7659102..fd78ed8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.Manifest.permission.html
+++ b/docs/html/sdk/api_diff/3/changes/android.Manifest.permission.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/Manifest.permission.html" target="_top"><font size="+3"><tt>Manifest.permission</tt></font></A>
+Class android.<A HREF="../../../../reference/android/Manifest.permission.html" target="_top"><font size="+2"><code>Manifest.permission</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,35 +85,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.Manifest.permission.BIND_APPWIDGET"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#BIND_APPWIDGET" target="_top"><xfont size="+1"><tt>BIND_APPWIDGET</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#BIND_APPWIDGET" target="_top"><code>BIND_APPWIDGET</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.Manifest.permission.BIND_INPUT_METHOD"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#BIND_INPUT_METHOD" target="_top"><xfont size="+1"><tt>BIND_INPUT_METHOD</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#BIND_INPUT_METHOD" target="_top"><code>BIND_INPUT_METHOD</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.Manifest.permission.MOUNT_FORMAT_FILESYSTEMS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#MOUNT_FORMAT_FILESYSTEMS" target="_top"><xfont size="+1"><tt>MOUNT_FORMAT_FILESYSTEMS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#MOUNT_FORMAT_FILESYSTEMS" target="_top"><code>MOUNT_FORMAT_FILESYSTEMS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.Manifest.permission.UPDATE_DEVICE_STATS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#UPDATE_DEVICE_STATS" target="_top"><xfont size="+1"><tt>UPDATE_DEVICE_STATS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#UPDATE_DEVICE_STATS" target="_top"><code>UPDATE_DEVICE_STATS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.Manifest.permission.WRITE_SECURE_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#WRITE_SECURE_SETTINGS" target="_top"><xfont size="+1"><tt>WRITE_SECURE_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/Manifest.permission.html#WRITE_SECURE_SETTINGS" target="_top"><code>WRITE_SECURE_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.R.attr.html b/docs/html/sdk/api_diff/3/changes/android.R.attr.html
index 7df16a1..d35804e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.R.attr.html
+++ b/docs/html/sdk/api_diff/3/changes/android.R.attr.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+3"><tt>R.attr</tt></font></A>
+Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,525 +85,525 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.allowSingleTap"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#allowSingleTap" target="_top"><xfont size="+1"><tt>allowSingleTap</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#allowSingleTap" target="_top"><code>allowSingleTap</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.animateOnClick"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#animateOnClick" target="_top"><xfont size="+1"><tt>animateOnClick</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#animateOnClick" target="_top"><code>animateOnClick</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.backgroundDimEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#backgroundDimEnabled" target="_top"><xfont size="+1"><tt>backgroundDimEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#backgroundDimEnabled" target="_top"><code>backgroundDimEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.bottomOffset"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#bottomOffset" target="_top"><xfont size="+1"><tt>bottomOffset</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#bottomOffset" target="_top"><code>bottomOffset</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.candidatesTextStyleSpans"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#candidatesTextStyleSpans" target="_top"><xfont size="+1"><tt>candidatesTextStyleSpans</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#candidatesTextStyleSpans" target="_top"><code>candidatesTextStyleSpans</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.codes"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#codes" target="_top"><xfont size="+1"><tt>codes</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#codes" target="_top"><code>codes</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.configure"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#configure" target="_top"><xfont size="+1"><tt>configure</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#configure" target="_top"><code>configure</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.content"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#content" target="_top"><xfont size="+1"><tt>content</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#content" target="_top"><code>content</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.dropDownAnchor"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#dropDownAnchor" target="_top"><xfont size="+1"><tt>dropDownAnchor</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#dropDownAnchor" target="_top"><code>dropDownAnchor</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.dropDownWidth"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#dropDownWidth" target="_top"><xfont size="+1"><tt>dropDownWidth</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#dropDownWidth" target="_top"><code>dropDownWidth</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.editorExtras"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#editorExtras" target="_top"><xfont size="+1"><tt>editorExtras</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#editorExtras" target="_top"><code>editorExtras</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.fastScrollEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#fastScrollEnabled" target="_top"><xfont size="+1"><tt>fastScrollEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#fastScrollEnabled" target="_top"><code>fastScrollEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.fillEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#fillEnabled" target="_top"><xfont size="+1"><tt>fillEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#fillEnabled" target="_top"><code>fillEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.footerDividersEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#footerDividersEnabled" target="_top"><xfont size="+1"><tt>footerDividersEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#footerDividersEnabled" target="_top"><code>footerDividersEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.handle"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#handle" target="_top"><xfont size="+1"><tt>handle</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#handle" target="_top"><code>handle</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.hapticFeedbackEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#hapticFeedbackEnabled" target="_top"><xfont size="+1"><tt>hapticFeedbackEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#hapticFeedbackEnabled" target="_top"><code>hapticFeedbackEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.headerDividersEnabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#headerDividersEnabled" target="_top"><xfont size="+1"><tt>headerDividersEnabled</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#headerDividersEnabled" target="_top"><code>headerDividersEnabled</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.horizontalGap"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#horizontalGap" target="_top"><xfont size="+1"><tt>horizontalGap</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#horizontalGap" target="_top"><code>horizontalGap</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.iconPreview"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#iconPreview" target="_top"><xfont size="+1"><tt>iconPreview</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#iconPreview" target="_top"><code>iconPreview</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeActionId"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeActionId" target="_top"><xfont size="+1"><tt>imeActionId</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeActionId" target="_top"><code>imeActionId</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeActionLabel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeActionLabel" target="_top"><xfont size="+1"><tt>imeActionLabel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeActionLabel" target="_top"><code>imeActionLabel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeExtractEnterAnimation"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeExtractEnterAnimation" target="_top"><xfont size="+1"><tt>imeExtractEnterAnimation</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeExtractEnterAnimation" target="_top"><code>imeExtractEnterAnimation</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeExtractExitAnimation"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeExtractExitAnimation" target="_top"><xfont size="+1"><tt>imeExtractExitAnimation</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeExtractExitAnimation" target="_top"><code>imeExtractExitAnimation</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeFullscreenBackground"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeFullscreenBackground" target="_top"><xfont size="+1"><tt>imeFullscreenBackground</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeFullscreenBackground" target="_top"><code>imeFullscreenBackground</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.imeOptions"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeOptions" target="_top"><xfont size="+1"><tt>imeOptions</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#imeOptions" target="_top"><code>imeOptions</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.initialLayout"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#initialLayout" target="_top"><xfont size="+1"><tt>initialLayout</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#initialLayout" target="_top"><code>initialLayout</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.innerRadius"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#innerRadius" target="_top"><xfont size="+1"><tt>innerRadius</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#innerRadius" target="_top"><code>innerRadius</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.inputType"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#inputType" target="_top"><xfont size="+1"><tt>inputType</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#inputType" target="_top"><code>inputType</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.isDefault"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isDefault" target="_top"><xfont size="+1"><tt>isDefault</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isDefault" target="_top"><code>isDefault</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.isModifier"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isModifier" target="_top"><xfont size="+1"><tt>isModifier</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isModifier" target="_top"><code>isModifier</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.isRepeatable"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isRepeatable" target="_top"><xfont size="+1"><tt>isRepeatable</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isRepeatable" target="_top"><code>isRepeatable</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.isScrollContainer"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isScrollContainer" target="_top"><xfont size="+1"><tt>isScrollContainer</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isScrollContainer" target="_top"><code>isScrollContainer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.isSticky"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isSticky" target="_top"><xfont size="+1"><tt>isSticky</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#isSticky" target="_top"><code>isSticky</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyBackground"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyBackground" target="_top"><xfont size="+1"><tt>keyBackground</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyBackground" target="_top"><code>keyBackground</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyEdgeFlags"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyEdgeFlags" target="_top"><xfont size="+1"><tt>keyEdgeFlags</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyEdgeFlags" target="_top"><code>keyEdgeFlags</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyHeight"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyHeight" target="_top"><xfont size="+1"><tt>keyHeight</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyHeight" target="_top"><code>keyHeight</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyIcon"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyIcon" target="_top"><xfont size="+1"><tt>keyIcon</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyIcon" target="_top"><code>keyIcon</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyLabel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyLabel" target="_top"><xfont size="+1"><tt>keyLabel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyLabel" target="_top"><code>keyLabel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyOutputText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyOutputText" target="_top"><xfont size="+1"><tt>keyOutputText</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyOutputText" target="_top"><code>keyOutputText</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyPreviewHeight"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewHeight" target="_top"><xfont size="+1"><tt>keyPreviewHeight</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewHeight" target="_top"><code>keyPreviewHeight</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyPreviewLayout"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewLayout" target="_top"><xfont size="+1"><tt>keyPreviewLayout</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewLayout" target="_top"><code>keyPreviewLayout</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyPreviewOffset"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewOffset" target="_top"><xfont size="+1"><tt>keyPreviewOffset</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyPreviewOffset" target="_top"><code>keyPreviewOffset</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyTextColor"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyTextColor" target="_top"><xfont size="+1"><tt>keyTextColor</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyTextColor" target="_top"><code>keyTextColor</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyTextSize"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyTextSize" target="_top"><xfont size="+1"><tt>keyTextSize</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyTextSize" target="_top"><code>keyTextSize</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyWidth"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyWidth" target="_top"><xfont size="+1"><tt>keyWidth</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyWidth" target="_top"><code>keyWidth</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.keyboardMode"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyboardMode" target="_top"><xfont size="+1"><tt>keyboardMode</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#keyboardMode" target="_top"><code>keyboardMode</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.labelTextSize"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#labelTextSize" target="_top"><xfont size="+1"><tt>labelTextSize</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#labelTextSize" target="_top"><code>labelTextSize</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.noHistory"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#noHistory" target="_top"><xfont size="+1"><tt>noHistory</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#noHistory" target="_top"><code>noHistory</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.popupCharacters"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupCharacters" target="_top"><xfont size="+1"><tt>popupCharacters</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupCharacters" target="_top"><code>popupCharacters</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.popupKeyboard"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupKeyboard" target="_top"><xfont size="+1"><tt>popupKeyboard</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupKeyboard" target="_top"><code>popupKeyboard</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.popupLayout"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupLayout" target="_top"><xfont size="+1"><tt>popupLayout</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#popupLayout" target="_top"><code>popupLayout</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.privateImeOptions"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#privateImeOptions" target="_top"><xfont size="+1"><tt>privateImeOptions</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#privateImeOptions" target="_top"><code>privateImeOptions</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.reqFiveWayNav"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqFiveWayNav" target="_top"><xfont size="+1"><tt>reqFiveWayNav</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqFiveWayNav" target="_top"><code>reqFiveWayNav</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.reqHardKeyboard"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqHardKeyboard" target="_top"><xfont size="+1"><tt>reqHardKeyboard</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqHardKeyboard" target="_top"><code>reqHardKeyboard</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.reqKeyboardType"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqKeyboardType" target="_top"><xfont size="+1"><tt>reqKeyboardType</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqKeyboardType" target="_top"><code>reqKeyboardType</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.reqNavigation"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqNavigation" target="_top"><xfont size="+1"><tt>reqNavigation</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqNavigation" target="_top"><code>reqNavigation</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.reqTouchScreen"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqTouchScreen" target="_top"><xfont size="+1"><tt>reqTouchScreen</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#reqTouchScreen" target="_top"><code>reqTouchScreen</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.rowEdgeFlags"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#rowEdgeFlags" target="_top"><xfont size="+1"><tt>rowEdgeFlags</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#rowEdgeFlags" target="_top"><code>rowEdgeFlags</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.settingsActivity"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#settingsActivity" target="_top"><xfont size="+1"><tt>settingsActivity</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#settingsActivity" target="_top"><code>settingsActivity</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.sharedUserLabel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#sharedUserLabel" target="_top"><xfont size="+1"><tt>sharedUserLabel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#sharedUserLabel" target="_top"><code>sharedUserLabel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.smoothScrollbar"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#smoothScrollbar" target="_top"><xfont size="+1"><tt>smoothScrollbar</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#smoothScrollbar" target="_top"><code>smoothScrollbar</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.state_long_pressable"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#state_long_pressable" target="_top"><xfont size="+1"><tt>state_long_pressable</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#state_long_pressable" target="_top"><code>state_long_pressable</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.thickness"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#thickness" target="_top"><xfont size="+1"><tt>thickness</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#thickness" target="_top"><code>thickness</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.topOffset"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#topOffset" target="_top"><xfont size="+1"><tt>topOffset</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#topOffset" target="_top"><code>topOffset</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.updatePeriodMillis"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#updatePeriodMillis" target="_top"><xfont size="+1"><tt>updatePeriodMillis</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#updatePeriodMillis" target="_top"><code>updatePeriodMillis</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.verticalCorrection"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#verticalCorrection" target="_top"><xfont size="+1"><tt>verticalCorrection</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#verticalCorrection" target="_top"><code>verticalCorrection</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.verticalGap"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#verticalGap" target="_top"><xfont size="+1"><tt>verticalGap</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#verticalGap" target="_top"><code>verticalGap</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.voiceLanguage"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceLanguage" target="_top"><xfont size="+1"><tt>voiceLanguage</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceLanguage" target="_top"><code>voiceLanguage</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.voiceLanguageModel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceLanguageModel" target="_top"><xfont size="+1"><tt>voiceLanguageModel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceLanguageModel" target="_top"><code>voiceLanguageModel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.voiceMaxResults"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceMaxResults" target="_top"><xfont size="+1"><tt>voiceMaxResults</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceMaxResults" target="_top"><code>voiceMaxResults</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.voicePromptText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voicePromptText" target="_top"><xfont size="+1"><tt>voicePromptText</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voicePromptText" target="_top"><code>voicePromptText</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.voiceSearchMode"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceSearchMode" target="_top"><xfont size="+1"><tt>voiceSearchMode</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#voiceSearchMode" target="_top"><code>voiceSearchMode</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.windowDisablePreview"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowDisablePreview" target="_top"><xfont size="+1"><tt>windowDisablePreview</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowDisablePreview" target="_top"><code>windowDisablePreview</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.windowNoDisplay"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowNoDisplay" target="_top"><xfont size="+1"><tt>windowNoDisplay</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowNoDisplay" target="_top"><code>windowNoDisplay</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.windowSoftInputMode"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowSoftInputMode" target="_top"><xfont size="+1"><tt>windowSoftInputMode</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#windowSoftInputMode" target="_top"><code>windowSoftInputMode</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -619,7 +618,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.autoText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#autoText" target="_top"><xfont size="+1"><tt>autoText</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#autoText" target="_top"><code>autoText</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -628,7 +627,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.capitalize"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#capitalize" target="_top"><xfont size="+1"><tt>capitalize</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#capitalize" target="_top"><code>capitalize</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -637,7 +636,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.editable"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#editable" target="_top"><xfont size="+1"><tt>editable</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#editable" target="_top"><code>editable</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -646,7 +645,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.enabled"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#enabled" target="_top"><xfont size="+1"><tt>enabled</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#enabled" target="_top"><code>enabled</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -655,7 +654,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.inputMethod"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#inputMethod" target="_top"><xfont size="+1"><tt>inputMethod</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#inputMethod" target="_top"><code>inputMethod</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -664,7 +663,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.numeric"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#numeric" target="_top"><xfont size="+1"><tt>numeric</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#numeric" target="_top"><code>numeric</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -673,7 +672,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.password"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#password" target="_top"><xfont size="+1"><tt>password</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#password" target="_top"><code>password</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -682,7 +681,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.phoneNumber"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#phoneNumber" target="_top"><xfont size="+1"><tt>phoneNumber</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#phoneNumber" target="_top"><code>phoneNumber</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -691,7 +690,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.searchButtonText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#searchButtonText" target="_top"><xfont size="+1"><tt>searchButtonText</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#searchButtonText" target="_top"><code>searchButtonText</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -700,7 +699,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.attr.singleLine"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#singleLine" target="_top"><xfont size="+1"><tt>singleLine</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#singleLine" target="_top"><code>singleLine</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.R.drawable.html b/docs/html/sdk/api_diff/3/changes/android.R.drawable.html
index fe046dd..ec91c69 100644
--- a/docs/html/sdk/api_diff/3/changes/android.R.drawable.html
+++ b/docs/html/sdk/api_diff/3/changes/android.R.drawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/R.drawable.html" target="_top"><font size="+3"><tt>R.drawable</tt></font></A>
+Class android.<A HREF="../../../../reference/android/R.drawable.html" target="_top"><font size="+2"><code>R.drawable</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.drawable.dark_header"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#dark_header" target="_top"><xfont size="+1"><tt>dark_header</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#dark_header" target="_top"><code>dark_header</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.drawable.ic_btn_speak_now"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#ic_btn_speak_now" target="_top"><xfont size="+1"><tt>ic_btn_speak_now</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#ic_btn_speak_now" target="_top"><code>ic_btn_speak_now</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.drawable.title_bar_tall"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#title_bar_tall" target="_top"><xfont size="+1"><tt>title_bar_tall</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.drawable.html#title_bar_tall" target="_top"><code>title_bar_tall</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.R.id.html b/docs/html/sdk/api_diff/3/changes/android.R.id.html
index d30fc1d..b4eed46 100644
--- a/docs/html/sdk/api_diff/3/changes/android.R.id.html
+++ b/docs/html/sdk/api_diff/3/changes/android.R.id.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/R.id.html" target="_top"><font size="+3"><tt>R.id</tt></font></A>
+Class android.<A HREF="../../../../reference/android/R.id.html" target="_top"><font size="+2"><code>R.id</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,105 +85,105 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.addToDictionary"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#addToDictionary" target="_top"><xfont size="+1"><tt>addToDictionary</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#addToDictionary" target="_top"><code>addToDictionary</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.candidatesArea"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#candidatesArea" target="_top"><xfont size="+1"><tt>candidatesArea</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#candidatesArea" target="_top"><code>candidatesArea</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.closeButton"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#closeButton" target="_top"><xfont size="+1"><tt>closeButton</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#closeButton" target="_top"><code>closeButton</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.copy"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#copy" target="_top"><xfont size="+1"><tt>copy</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#copy" target="_top"><code>copy</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.copyUrl"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#copyUrl" target="_top"><xfont size="+1"><tt>copyUrl</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#copyUrl" target="_top"><code>copyUrl</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.cut"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#cut" target="_top"><xfont size="+1"><tt>cut</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#cut" target="_top"><code>cut</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.extractArea"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#extractArea" target="_top"><xfont size="+1"><tt>extractArea</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#extractArea" target="_top"><code>extractArea</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.inputArea"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#inputArea" target="_top"><xfont size="+1"><tt>inputArea</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#inputArea" target="_top"><code>inputArea</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.inputExtractEditText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#inputExtractEditText" target="_top"><xfont size="+1"><tt>inputExtractEditText</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#inputExtractEditText" target="_top"><code>inputExtractEditText</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.keyboardView"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#keyboardView" target="_top"><xfont size="+1"><tt>keyboardView</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#keyboardView" target="_top"><code>keyboardView</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.paste"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#paste" target="_top"><xfont size="+1"><tt>paste</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#paste" target="_top"><code>paste</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.selectAll"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#selectAll" target="_top"><xfont size="+1"><tt>selectAll</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#selectAll" target="_top"><code>selectAll</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.startSelectingText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#startSelectingText" target="_top"><xfont size="+1"><tt>startSelectingText</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#startSelectingText" target="_top"><code>startSelectingText</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.stopSelectingText"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#stopSelectingText" target="_top"><xfont size="+1"><tt>stopSelectingText</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#stopSelectingText" target="_top"><code>stopSelectingText</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.id.switchInputMethod"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#switchInputMethod" target="_top"><xfont size="+1"><tt>switchInputMethod</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.id.html#switchInputMethod" target="_top"><code>switchInputMethod</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.R.string.html b/docs/html/sdk/api_diff/3/changes/android.R.string.html
index 5d18ffa..8c700c0 100644
--- a/docs/html/sdk/api_diff/3/changes/android.R.string.html
+++ b/docs/html/sdk/api_diff/3/changes/android.R.string.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/R.string.html" target="_top"><font size="+3"><tt>R.string</tt></font></A>
+Class android.<A HREF="../../../../reference/android/R.string.html" target="_top"><font size="+2"><code>R.string</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,14 +85,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.string.VideoView_error_text_invalid_progressive_playback"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.string.html#VideoView_error_text_invalid_progressive_playback" target="_top"><xfont size="+1"><tt>VideoView_error_text_invalid_progressive_playback</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.string.html#VideoView_error_text_invalid_progressive_playback" target="_top"><code>VideoView_error_text_invalid_progressive_playback</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.string.dialog_alert_title"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.string.html#dialog_alert_title" target="_top"><xfont size="+1"><tt>dialog_alert_title</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.string.html#dialog_alert_title" target="_top"><code>dialog_alert_title</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.R.style.html b/docs/html/sdk/api_diff/3/changes/android.R.style.html
index 726bab9..fa925bb 100644
--- a/docs/html/sdk/api_diff/3/changes/android.R.style.html
+++ b/docs/html/sdk/api_diff/3/changes/android.R.style.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.<A HREF="../../../../reference/android/R.style.html" target="_top"><font size="+3"><tt>R.style</tt></font></A>
+Class android.<A HREF="../../../../reference/android/R.style.html" target="_top"><font size="+2"><code>R.style</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,35 +85,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.style.Theme_InputMethod"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_InputMethod" target="_top"><xfont size="+1"><tt>Theme_InputMethod</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_InputMethod" target="_top"><code>Theme_InputMethod</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.style.Theme_Light_Panel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_Light_Panel" target="_top"><xfont size="+1"><tt>Theme_Light_Panel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_Light_Panel" target="_top"><code>Theme_Light_Panel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.style.Theme_NoDisplay"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_NoDisplay" target="_top"><xfont size="+1"><tt>Theme_NoDisplay</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_NoDisplay" target="_top"><code>Theme_NoDisplay</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.style.Theme_Panel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_Panel" target="_top"><xfont size="+1"><tt>Theme_Panel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Theme_Panel" target="_top"><code>Theme_Panel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.R.style.Widget_KeyboardView"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Widget_KeyboardView" target="_top"><xfont size="+1"><tt>Widget_KeyboardView</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.style.html#Widget_KeyboardView" target="_top"><code>Widget_KeyboardView</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.Activity.html b/docs/html/sdk/api_diff/3/changes/android.app.Activity.html
index 7ff5871..59c2711 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.Activity.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.Activity.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+3"><tt>Activity</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/Activity.html" target="_top"><font size="+2"><code>Activity</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,35 +84,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Activity.closeContextMenu_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#closeContextMenu()" target="_top"><xfont size="+1"><tt>closeContextMenu</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#closeContextMenu()" target="_top"><code>closeContextMenu</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Activity.hasWindowFocus_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/app/Activity.html#hasWindowFocus()" target="_top"><xfont size="+1"><tt>hasWindowFocus</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/app/Activity.html#hasWindowFocus()" target="_top"><code>hasWindowFocus</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Activity.onUserInteraction_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onUserInteraction()" target="_top"><xfont size="+1"><tt>onUserInteraction</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onUserInteraction()" target="_top"><code>onUserInteraction</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Activity.onUserLeaveHint_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onUserLeaveHint()" target="_top"><xfont size="+1"><tt>onUserLeaveHint</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#onUserLeaveHint()" target="_top"><code>onUserLeaveHint</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Activity.setVisible_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#setVisible(boolean)" target="_top"><xfont size="+1"><tt>setVisible</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/Activity.html#setVisible(boolean)" target="_top"><code>setVisible</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.ActivityManager.html b/docs/html/sdk/api_diff/3/changes/android.app.ActivityManager.html
index bd473fb..422a675 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.ActivityManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.ActivityManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/ActivityManager.html" target="_top"><font size="+3"><tt>ActivityManager</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/ActivityManager.html" target="_top"><font size="+2"><code>ActivityManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.ActivityManager.getDeviceConfigurationInfo_added()"></A>
- <nobr><code>ConfigurationInfo</code> <A HREF="../../../../reference/android/app/ActivityManager.html#getDeviceConfigurationInfo()" target="_top"><xfont size="+1"><tt>getDeviceConfigurationInfo</tt></font></A>()</nobr>
+ <nobr><code>ConfigurationInfo</code> <A HREF="../../../../reference/android/app/ActivityManager.html#getDeviceConfigurationInfo()" target="_top"><code>getDeviceConfigurationInfo</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.ActivityManager.getRunningAppProcesses_added()"></A>
- <nobr><code>List<RunningAppProcessInfo></code> <A HREF="../../../../reference/android/app/ActivityManager.html#getRunningAppProcesses()" target="_top"><xfont size="+1"><tt>getRunningAppProcesses</tt></font></A>()</nobr>
+ <nobr><code>List<RunningAppProcessInfo></code> <A HREF="../../../../reference/android/app/ActivityManager.html#getRunningAppProcesses()" target="_top"><code>getRunningAppProcesses</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.ActivityManager.restartPackage_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/ActivityManager.html#restartPackage(java.lang.String)" target="_top"><xfont size="+1"><tt>restartPackage</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/ActivityManager.html#restartPackage(java.lang.String)" target="_top"><code>restartPackage</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.AlarmManager.html b/docs/html/sdk/api_diff/3/changes/android.app.AlarmManager.html
index b8280f2..1be5089 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.AlarmManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.AlarmManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/AlarmManager.html" target="_top"><font size="+3"><tt>AlarmManager</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/AlarmManager.html" target="_top"><font size="+2"><code>AlarmManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.setInexactRepeating_added(int, long, long, android.app.PendingIntent)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlarmManager.html#setInexactRepeating(int, long, long, android.app.PendingIntent)" target="_top"><xfont size="+1"><tt>setInexactRepeating</tt></font></A>(<code>int,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlarmManager.html#setInexactRepeating(int, long, long, android.app.PendingIntent)" target="_top"><code>setInexactRepeating</code></A>(<code>int,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,35 +100,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.INTERVAL_DAY"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_DAY" target="_top"><xfont size="+1"><tt>INTERVAL_DAY</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_DAY" target="_top"><code>INTERVAL_DAY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.INTERVAL_FIFTEEN_MINUTES"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_FIFTEEN_MINUTES" target="_top"><xfont size="+1"><tt>INTERVAL_FIFTEEN_MINUTES</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_FIFTEEN_MINUTES" target="_top"><code>INTERVAL_FIFTEEN_MINUTES</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.INTERVAL_HALF_DAY"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HALF_DAY" target="_top"><xfont size="+1"><tt>INTERVAL_HALF_DAY</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HALF_DAY" target="_top"><code>INTERVAL_HALF_DAY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.INTERVAL_HALF_HOUR"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HALF_HOUR" target="_top"><xfont size="+1"><tt>INTERVAL_HALF_HOUR</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HALF_HOUR" target="_top"><code>INTERVAL_HALF_HOUR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlarmManager.INTERVAL_HOUR"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HOUR" target="_top"><xfont size="+1"><tt>INTERVAL_HOUR</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/app/AlarmManager.html#INTERVAL_HOUR" target="_top"><code>INTERVAL_HOUR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.AlertDialog.html b/docs/html/sdk/api_diff/3/changes/android.app.AlertDialog.html
index bb8cdb1..37f5cd4 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.AlertDialog.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.AlertDialog.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,15 +67,37 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/AlertDialog.html" target="_top"><font size="+3"><tt>AlertDialog</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/AlertDialog.html" target="_top"><font size="+2"><code>AlertDialog</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
+<a NAME="Removed"></a>
+<TABLE summary="Removed Methods" WIDTH="100%">
+<TR>
+ <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
+</TH>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
+ <nobr><code>void</code> setButton(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)"></A>
+ <nobr><code>void</code> setButton(<code>CharSequence,</nobr> Message<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+</TABLE>
+
+<p>
<a NAME="Added"></a>
<TABLE summary="Added Methods" WIDTH="100%">
<TR>
@@ -85,35 +106,49 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.getButton_added(int)"></A>
- <nobr><code>Button</code> <A HREF="../../../../reference/android/app/AlertDialog.html#getButton(int)" target="_top"><xfont size="+1"><tt>getButton</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>Button</code> <A HREF="../../../../reference/android/app/AlertDialog.html#getButton(int)" target="_top"><code>getButton</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.getListView_added()"></A>
- <nobr><code>ListView</code> <A HREF="../../../../reference/android/app/AlertDialog.html#getListView()" target="_top"><xfont size="+1"><tt>getListView</tt></font></A>()</nobr>
+ <nobr><code>ListView</code> <A HREF="../../../../reference/android/app/AlertDialog.html#getListView()" target="_top"><code>getListView</code></A>()</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><code>setButton</code></A>(<code>int,</nobr> CharSequence<nobr>,</nobr> OnClickListener<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)"></A>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(int, java.lang.CharSequence, android.os.Message)" target="_top"><code>setButton</code></A>(<code>int,</nobr> CharSequence<nobr>,</nobr> Message<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><xfont size="+1"><tt>setButton</tt></font></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><code>setButton</code></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.os.Message)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(java.lang.CharSequence, android.os.Message)" target="_top"><xfont size="+1"><tt>setButton</tt></font></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(java.lang.CharSequence, android.os.Message)" target="_top"><code>setButton</code></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setView_added(android.view.View, int, int, int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setView(android.view.View, int, int, int, int)" target="_top"><xfont size="+1"><tt>setView</tt></font></A>(<code>View,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setView(android.view.View, int, int, int, int)" target="_top"><code>setView</code></A>(<code>View,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -127,28 +162,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><xfont size="+1"><tt>setButton</tt></font></A>(<code>int,</nobr> CharSequence<nobr>,</nobr> OnClickListener<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-Change in signature from (<code>CharSequence, OnClickListener</code>) to (<code>int, CharSequence, OnClickListener</code>).<br>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.os.Message)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton(int, java.lang.CharSequence, android.os.Message)" target="_top"><xfont size="+1"><tt>setButton</tt></font></A>(<code>int,</nobr> CharSequence<nobr>,</nobr> Message<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-Change in signature from (<code>CharSequence, Message</code>) to (<code>int, CharSequence, Message</code>).<br>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton2(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><xfont size="+1"><tt>setButton2</tt></font></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton2(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><code>setButton2</code></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -158,7 +173,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.os.Message)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton2(java.lang.CharSequence, android.os.Message)" target="_top"><xfont size="+1"><tt>setButton2</tt></font></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton2(java.lang.CharSequence, android.os.Message)" target="_top"><code>setButton2</code></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -168,7 +183,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton3_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton3(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><xfont size="+1"><tt>setButton3</tt></font></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton3(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" target="_top"><code>setButton3</code></A>(<code>CharSequence,</nobr> OnClickListener<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -178,7 +193,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.AlertDialog.setButton3_changed(java.lang.CharSequence, android.os.Message)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton3(java.lang.CharSequence, android.os.Message)" target="_top"><xfont size="+1"><tt>setButton3</tt></font></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/AlertDialog.html#setButton3(java.lang.CharSequence, android.os.Message)" target="_top"><code>setButton3</code></A>(<code>CharSequence,</nobr> Message<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.Instrumentation.html b/docs/html/sdk/api_diff/3/changes/android.app.Instrumentation.html
index b6f26a6..0d56b9c 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.Instrumentation.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.Instrumentation.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/Instrumentation.html" target="_top"><font size="+3"><tt>Instrumentation</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/Instrumentation.html" target="_top"><font size="+2"><code>Instrumentation</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.Instrumentation.callActivityOnUserLeaving_added(android.app.Activity)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/app/Instrumentation.html#callActivityOnUserLeaving(android.app.Activity)" target="_top"><xfont size="+1"><tt>callActivityOnUserLeaving</tt></font></A>(<code>Activity</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/app/Instrumentation.html#callActivityOnUserLeaving(android.app.Activity)" target="_top"><code>callActivityOnUserLeaving</code></A>(<code>Activity</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.LauncherActivity.html b/docs/html/sdk/api_diff/3/changes/android.app.LauncherActivity.html
index 60f7f29..bcfcabb 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.LauncherActivity.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.LauncherActivity.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/LauncherActivity.html" target="_top"><font size="+3"><tt>LauncherActivity</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/LauncherActivity.html" target="_top"><font size="+2"><code>LauncherActivity</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.LauncherActivity.intentForPosition_added(int)"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/app/LauncherActivity.html#intentForPosition(int)" target="_top"><xfont size="+1"><tt>intentForPosition</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/app/LauncherActivity.html#intentForPosition(int)" target="_top"><code>intentForPosition</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.LauncherActivity.makeListItems_added()"></A>
- <nobr><code>List<ListItem></code> <A HREF="../../../../reference/android/app/LauncherActivity.html#makeListItems()" target="_top"><xfont size="+1"><tt>makeListItems</tt></font></A>()</nobr>
+ <nobr><code>List<ListItem></code> <A HREF="../../../../reference/android/app/LauncherActivity.html#makeListItems()" target="_top"><code>makeListItems</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -107,7 +106,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.LauncherActivity.getTargetIntent_changed()"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/app/LauncherActivity.html#getTargetIntent()" target="_top"><xfont size="+1"><tt>getTargetIntent</tt></font></A>() </nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/app/LauncherActivity.html#getTargetIntent()" target="_top"><code>getTargetIntent</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Changed from abstract to non-abstract.
diff --git a/docs/html/sdk/api_diff/3/changes/android.app.PendingIntent.html b/docs/html/sdk/api_diff/3/changes/android.app.PendingIntent.html
index 6155508..58421a3 100644
--- a/docs/html/sdk/api_diff/3/changes/android.app.PendingIntent.html
+++ b/docs/html/sdk/api_diff/3/changes/android.app.PendingIntent.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.app.<A HREF="../../../../reference/android/app/PendingIntent.html" target="_top"><font size="+3"><tt>PendingIntent</tt></font></A>
+Class android.app.<A HREF="../../../../reference/android/app/PendingIntent.html" target="_top"><font size="+2"><code>PendingIntent</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.app.PendingIntent.FLAG_UPDATE_CURRENT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/app/PendingIntent.html#FLAG_UPDATE_CURRENT" target="_top"><xfont size="+1"><tt>FLAG_UPDATE_CURRENT</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/app/PendingIntent.html#FLAG_UPDATE_CURRENT" target="_top"><code>FLAG_UPDATE_CURRENT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.BroadcastReceiver.html b/docs/html/sdk/api_diff/3/changes/android.content.BroadcastReceiver.html
index bd8cc8c..8056fdb 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.BroadcastReceiver.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.BroadcastReceiver.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.<A HREF="../../../../reference/android/content/BroadcastReceiver.html" target="_top"><font size="+3"><tt>BroadcastReceiver</tt></font></A>
+Class android.content.<A HREF="../../../../reference/android/content/BroadcastReceiver.html" target="_top"><font size="+2"><code>BroadcastReceiver</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.BroadcastReceiver.peekService_added(android.content.Context, android.content.Intent)"></A>
- <nobr><code>IBinder</code> <A HREF="../../../../reference/android/content/BroadcastReceiver.html#peekService(android.content.Context, android.content.Intent)" target="_top"><xfont size="+1"><tt>peekService</tt></font></A>(<code>Context,</nobr> Intent<nobr><nobr></code>)</nobr>
+ <nobr><code>IBinder</code> <A HREF="../../../../reference/android/content/BroadcastReceiver.html#peekService(android.content.Context, android.content.Intent)" target="_top"><code>peekService</code></A>(<code>Context,</nobr> Intent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.ContentProvider.html b/docs/html/sdk/api_diff/3/changes/android.content.ContentProvider.html
index c6de326..438aeb2 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.ContentProvider.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.ContentProvider.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.<A HREF="../../../../reference/android/content/ContentProvider.html" target="_top"><font size="+3"><tt>ContentProvider</tt></font></A>
+Class android.content.<A HREF="../../../../reference/android/content/ContentProvider.html" target="_top"><font size="+2"><code>ContentProvider</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.ContentProvider.openAssetFile_added(android.net.Uri, java.lang.String)"></A>
- <nobr><code>AssetFileDescriptor</code> <A HREF="../../../../reference/android/content/ContentProvider.html#openAssetFile(android.net.Uri, java.lang.String)" target="_top"><xfont size="+1"><tt>openAssetFile</tt></font></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>AssetFileDescriptor</code> <A HREF="../../../../reference/android/content/ContentProvider.html#openAssetFile(android.net.Uri, java.lang.String)" target="_top"><code>openAssetFile</code></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.ContentResolver.html b/docs/html/sdk/api_diff/3/changes/android.content.ContentResolver.html
index 2101198..97bb8f7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.ContentResolver.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.ContentResolver.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.<A HREF="../../../../reference/android/content/ContentResolver.html" target="_top"><font size="+3"><tt>ContentResolver</tt></font></A>
+Class android.content.<A HREF="../../../../reference/android/content/ContentResolver.html" target="_top"><font size="+2"><code>ContentResolver</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.ContentResolver.openAssetFileDescriptor_added(android.net.Uri, java.lang.String)"></A>
- <nobr><code>AssetFileDescriptor</code> <A HREF="../../../../reference/android/content/ContentResolver.html#openAssetFileDescriptor(android.net.Uri, java.lang.String)" target="_top"><xfont size="+1"><tt>openAssetFileDescriptor</tt></font></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>AssetFileDescriptor</code> <A HREF="../../../../reference/android/content/ContentResolver.html#openAssetFileDescriptor(android.net.Uri, java.lang.String)" target="_top"><code>openAssetFileDescriptor</code></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.ContentResolver.openOutputStream_added(android.net.Uri, java.lang.String)"></A>
- <nobr><code>OutputStream</code> <A HREF="../../../../reference/android/content/ContentResolver.html#openOutputStream(android.net.Uri, java.lang.String)" target="_top"><xfont size="+1"><tt>openOutputStream</tt></font></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>OutputStream</code> <A HREF="../../../../reference/android/content/ContentResolver.html#openOutputStream(android.net.Uri, java.lang.String)" target="_top"><code>openOutputStream</code></A>(<code>Uri,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.Context.html b/docs/html/sdk/api_diff/3/changes/android.content.Context.html
index ac3d99d..d41db1b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.Context.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.Context.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.<A HREF="../../../../reference/android/content/Context.html" target="_top"><font size="+3"><tt>Context</tt></font></A>
+Class android.content.<A HREF="../../../../reference/android/content/Context.html" target="_top"><font size="+2"><code>Context</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Context.INPUT_METHOD_SERVICE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Context.html#INPUT_METHOD_SERVICE" target="_top"><xfont size="+1"><tt>INPUT_METHOD_SERVICE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Context.html#INPUT_METHOD_SERVICE" target="_top"><code>INPUT_METHOD_SERVICE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.DialogInterface.html b/docs/html/sdk/api_diff/3/changes/android.content.DialogInterface.html
index 17dd651..3cce190 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.DialogInterface.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.DialogInterface.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.content.<A HREF="../../../../reference/android/content/DialogInterface.html" target="_top"><font size="+3"><tt>DialogInterface</tt></font></A>
+Interface android.content.<A HREF="../../../../reference/android/content/DialogInterface.html" target="_top"><font size="+2"><code>DialogInterface</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON_NEGATIVE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_NEGATIVE" target="_top"><xfont size="+1"><tt>BUTTON_NEGATIVE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_NEGATIVE" target="_top"><code>BUTTON_NEGATIVE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON_NEUTRAL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_NEUTRAL" target="_top"><xfont size="+1"><tt>BUTTON_NEUTRAL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_NEUTRAL" target="_top"><code>BUTTON_NEUTRAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON_POSITIVE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_POSITIVE" target="_top"><xfont size="+1"><tt>BUTTON_POSITIVE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON_POSITIVE" target="_top"><code>BUTTON_POSITIVE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -115,7 +114,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON1"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON1" target="_top"><xfont size="+1"><tt>BUTTON1</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON1" target="_top"><code>BUTTON1</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -124,7 +123,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON2"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON2" target="_top"><xfont size="+1"><tt>BUTTON2</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON2" target="_top"><code>BUTTON2</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -133,7 +132,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.DialogInterface.BUTTON3"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON3" target="_top"><xfont size="+1"><tt>BUTTON3</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/DialogInterface.html#BUTTON3" target="_top"><code>BUTTON3</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.Intent.html b/docs/html/sdk/api_diff/3/changes/android.content.Intent.html
index edb0238..5053901 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.Intent.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.Intent.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+3"><tt>Intent</tt></font></A>
+Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+2"><code>Intent</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.replaceExtras_added(android.content.Intent)"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.content.Intent)" target="_top"><xfont size="+1"><tt>replaceExtras</tt></font></A>(<code>Intent</code>)</nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.content.Intent)" target="_top"><code>replaceExtras</code></A>(<code>Intent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.replaceExtras_added(android.os.Bundle)"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.os.Bundle)" target="_top"><xfont size="+1"><tt>replaceExtras</tt></font></A>(<code>Bundle</code>)</nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/Intent.html#replaceExtras(android.os.Bundle)" target="_top"><code>replaceExtras</code></A>(<code>Bundle</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -123,98 +122,98 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_INPUT_METHOD_CHANGED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_INPUT_METHOD_CHANGED" target="_top"><xfont size="+1"><tt>ACTION_INPUT_METHOD_CHANGED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_INPUT_METHOD_CHANGED" target="_top"><code>ACTION_INPUT_METHOD_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_MEDIA_CHECKING"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_CHECKING" target="_top"><xfont size="+1"><tt>ACTION_MEDIA_CHECKING</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_CHECKING" target="_top"><code>ACTION_MEDIA_CHECKING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_MEDIA_NOFS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_NOFS" target="_top"><xfont size="+1"><tt>ACTION_MEDIA_NOFS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_MEDIA_NOFS" target="_top"><code>ACTION_MEDIA_NOFS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_PACKAGE_DATA_CLEARED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_DATA_CLEARED" target="_top"><xfont size="+1"><tt>ACTION_PACKAGE_DATA_CLEARED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_DATA_CLEARED" target="_top"><code>ACTION_PACKAGE_DATA_CLEARED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_PACKAGE_REPLACED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_REPLACED" target="_top"><xfont size="+1"><tt>ACTION_PACKAGE_REPLACED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_PACKAGE_REPLACED" target="_top"><code>ACTION_PACKAGE_REPLACED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_SEARCH_LONG_PRESS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SEARCH_LONG_PRESS" target="_top"><xfont size="+1"><tt>ACTION_SEARCH_LONG_PRESS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SEARCH_LONG_PRESS" target="_top"><code>ACTION_SEARCH_LONG_PRESS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_SYSTEM_TUTORIAL"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SYSTEM_TUTORIAL" target="_top"><xfont size="+1"><tt>ACTION_SYSTEM_TUTORIAL</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_SYSTEM_TUTORIAL" target="_top"><code>ACTION_SYSTEM_TUTORIAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.ACTION_USER_PRESENT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_USER_PRESENT" target="_top"><xfont size="+1"><tt>ACTION_USER_PRESENT</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#ACTION_USER_PRESENT" target="_top"><code>ACTION_USER_PRESENT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.CATEGORY_INFO"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#CATEGORY_INFO" target="_top"><xfont size="+1"><tt>CATEGORY_INFO</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#CATEGORY_INFO" target="_top"><code>CATEGORY_INFO</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.EXTRA_DATA_REMOVED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_DATA_REMOVED" target="_top"><xfont size="+1"><tt>EXTRA_DATA_REMOVED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_DATA_REMOVED" target="_top"><code>EXTRA_DATA_REMOVED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.EXTRA_REPLACING"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_REPLACING" target="_top"><xfont size="+1"><tt>EXTRA_REPLACING</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/Intent.html#EXTRA_REPLACING" target="_top"><code>EXTRA_REPLACING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" target="_top"><xfont size="+1"><tt>FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET" target="_top"><code>FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_NO_USER_ACTION" target="_top"><xfont size="+1"><tt>FLAG_ACTIVITY_NO_USER_ACTION</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_NO_USER_ACTION" target="_top"><code>FLAG_ACTIVITY_NO_USER_ACTION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.Intent.FLAG_ACTIVITY_REORDER_TO_FRONT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT" target="_top"><xfont size="+1"><tt>FLAG_ACTIVITY_REORDER_TO_FRONT</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/Intent.html#FLAG_ACTIVITY_REORDER_TO_FRONT" target="_top"><code>FLAG_ACTIVITY_REORDER_TO_FRONT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.pm.ActivityInfo.html b/docs/html/sdk/api_diff/3/changes/android.content.pm.ActivityInfo.html
index 5c62f6b..c8b3f78 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.pm.ActivityInfo.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.pm.ActivityInfo.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.pm.<A HREF="../../../../reference/android/content/pm/ActivityInfo.html" target="_top"><font size="+3"><tt>ActivityInfo</tt></font></A>
+Class android.content.pm.<A HREF="../../../../reference/android/content/pm/ActivityInfo.html" target="_top"><font size="+2"><code>ActivityInfo</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,14 +85,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.ActivityInfo.FLAG_NO_HISTORY"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ActivityInfo.html#FLAG_NO_HISTORY" target="_top"><xfont size="+1"><tt>FLAG_NO_HISTORY</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ActivityInfo.html#FLAG_NO_HISTORY" target="_top"><code>FLAG_NO_HISTORY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.ActivityInfo.softInputMode"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ActivityInfo.html#softInputMode" target="_top"><xfont size="+1"><tt>softInputMode</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/ActivityInfo.html#softInputMode" target="_top"><code>softInputMode</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageInfo.html b/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageInfo.html
index b360d7c..d9fb46b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageInfo.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageInfo.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageInfo.html" target="_top"><font size="+3"><tt>PackageInfo</tt></font></A>
+Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageInfo.html" target="_top"><font size="+2"><code>PackageInfo</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageInfo.configPreferences"></A>
- <nobr><code>ConfigurationInfo[]</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#configPreferences" target="_top"><xfont size="+1"><tt>configPreferences</tt></font></A></nobr>
+ <nobr><code>ConfigurationInfo[]</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#configPreferences" target="_top"><code>configPreferences</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageInfo.sharedUserId"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#sharedUserId" target="_top"><xfont size="+1"><tt>sharedUserId</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#sharedUserId" target="_top"><code>sharedUserId</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageInfo.sharedUserLabel"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#sharedUserLabel" target="_top"><xfont size="+1"><tt>sharedUserLabel</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageInfo.html#sharedUserLabel" target="_top"><code>sharedUserLabel</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageManager.html b/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageManager.html
index efd37c5..12395cc 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.pm.PackageManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+3"><tt>PackageManager</tt></font></A>
+Class android.content.pm.<A HREF="../../../../reference/android/content/pm/PackageManager.html" target="_top"><font size="+2"><code>PackageManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.getLaunchIntentForPackage_added(java.lang.String)"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#getLaunchIntentForPackage(java.lang.String)" target="_top"><xfont size="+1"><tt>getLaunchIntentForPackage</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#getLaunchIntentForPackage(java.lang.String)" target="_top"><code>getLaunchIntentForPackage</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.getSystemSharedLibraryNames_added()"></A>
- <nobr><code>String[]</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#getSystemSharedLibraryNames()" target="_top"><xfont size="+1"><tt>getSystemSharedLibraryNames</tt></font></A>()</nobr>
+ <nobr><code>String[]</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#getSystemSharedLibraryNames()" target="_top"><code>getSystemSharedLibraryNames</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.isSafeMode_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#isSafeMode()" target="_top"><xfont size="+1"><tt>isSafeMode</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#isSafeMode()" target="_top"><code>isSafeMode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -115,21 +114,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.GET_CONFIGURATIONS"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#GET_CONFIGURATIONS" target="_top"><xfont size="+1"><tt>GET_CONFIGURATIONS</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#GET_CONFIGURATIONS" target="_top"><code>GET_CONFIGURATIONS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.GET_UNINSTALLED_PACKAGES"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#GET_UNINSTALLED_PACKAGES" target="_top"><xfont size="+1"><tt>GET_UNINSTALLED_PACKAGES</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#GET_UNINSTALLED_PACKAGES" target="_top"><code>GET_UNINSTALLED_PACKAGES</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.pm.PackageManager.INSTALL_FAILED_CONFLICTING_PROVIDER"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#INSTALL_FAILED_CONFLICTING_PROVIDER" target="_top"><xfont size="+1"><tt>INSTALL_FAILED_CONFLICTING_PROVIDER</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/pm/PackageManager.html#INSTALL_FAILED_CONFLICTING_PROVIDER" target="_top"><code>INSTALL_FAILED_CONFLICTING_PROVIDER</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.res.AssetFileDescriptor.html b/docs/html/sdk/api_diff/3/changes/android.content.res.AssetFileDescriptor.html
index 458a70a..4b08d37 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.res.AssetFileDescriptor.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.res.AssetFileDescriptor.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.res.<A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html" target="_top"><font size="+3"><tt>AssetFileDescriptor</tt></font></A>
+Class android.content.res.<A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html" target="_top"><font size="+2"><code>AssetFileDescriptor</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.os.Parcelable</code>.<br></font>
<a NAME="constructors"></a>
@@ -86,35 +85,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.createInputStream_added()"></A>
- <nobr><code>FileInputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createInputStream()" target="_top"><xfont size="+1"><tt>createInputStream</tt></font></A>()</nobr>
+ <nobr><code>FileInputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createInputStream()" target="_top"><code>createInputStream</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.createOutputStream_added()"></A>
- <nobr><code>FileOutputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createOutputStream()" target="_top"><xfont size="+1"><tt>createOutputStream</tt></font></A>()</nobr>
+ <nobr><code>FileOutputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createOutputStream()" target="_top"><code>createOutputStream</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.getDeclaredLength_added()"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#getDeclaredLength()" target="_top"><xfont size="+1"><tt>getDeclaredLength</tt></font></A>()</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#getDeclaredLength()" target="_top"><code>getDeclaredLength</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -130,14 +129,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.CREATOR"></A>
- <nobr><code>Creator</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#CREATOR" target="_top"><xfont size="+1"><tt>CREATOR</tt></font></A></nobr>
+ <nobr><code>Creator</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#CREATOR" target="_top"><code>CREATOR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.AssetFileDescriptor.UNKNOWN_LENGTH"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#UNKNOWN_LENGTH" target="_top"><xfont size="+1"><tt>UNKNOWN_LENGTH</tt></font></A></nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#UNKNOWN_LENGTH" target="_top"><code>UNKNOWN_LENGTH</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.res.Configuration.html b/docs/html/sdk/api_diff/3/changes/android.content.res.Configuration.html
index 3b8f943..2902399 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.res.Configuration.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.res.Configuration.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+3"><tt>Configuration</tt></font></A>
+Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+2"><code>Configuration</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,28 +85,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Configuration.HARDKEYBOARDHIDDEN_NO"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_NO" target="_top"><xfont size="+1"><tt>HARDKEYBOARDHIDDEN_NO</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_NO" target="_top"><code>HARDKEYBOARDHIDDEN_NO</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Configuration.HARDKEYBOARDHIDDEN_UNDEFINED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_UNDEFINED" target="_top"><xfont size="+1"><tt>HARDKEYBOARDHIDDEN_UNDEFINED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_UNDEFINED" target="_top"><code>HARDKEYBOARDHIDDEN_UNDEFINED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Configuration.HARDKEYBOARDHIDDEN_YES"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_YES" target="_top"><xfont size="+1"><tt>HARDKEYBOARDHIDDEN_YES</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#HARDKEYBOARDHIDDEN_YES" target="_top"><code>HARDKEYBOARDHIDDEN_YES</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Configuration.hardKeyboardHidden"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#hardKeyboardHidden" target="_top"><xfont size="+1"><tt>hardKeyboardHidden</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/Configuration.html#hardKeyboardHidden" target="_top"><code>hardKeyboardHidden</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.res.Resources.html b/docs/html/sdk/api_diff/3/changes/android.content.res.Resources.html
index 7fde1f9..c3c0573 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.res.Resources.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.res.Resources.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.res.<A HREF="../../../../reference/android/content/res/Resources.html" target="_top"><font size="+3"><tt>Resources</tt></font></A>
+Class android.content.res.<A HREF="../../../../reference/android/content/res/Resources.html" target="_top"><font size="+2"><code>Resources</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,35 +84,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Resources.getBoolean_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/content/res/Resources.html#getBoolean(int)" target="_top"><xfont size="+1"><tt>getBoolean</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/content/res/Resources.html#getBoolean(int)" target="_top"><code>getBoolean</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Resources.getFraction_added(int, int, int)"></A>
- <nobr><code>float</code> <A HREF="../../../../reference/android/content/res/Resources.html#getFraction(int, int, int)" target="_top"><xfont size="+1"><tt>getFraction</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>float</code> <A HREF="../../../../reference/android/content/res/Resources.html#getFraction(int, int, int)" target="_top"><code>getFraction</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Resources.openRawResource_added(int, android.util.TypedValue)"></A>
- <nobr><code>InputStream</code> <A HREF="../../../../reference/android/content/res/Resources.html#openRawResource(int, android.util.TypedValue)" target="_top"><xfont size="+1"><tt>openRawResource</tt></font></A>(<code>int,</nobr> TypedValue<nobr><nobr></code>)</nobr>
+ <nobr><code>InputStream</code> <A HREF="../../../../reference/android/content/res/Resources.html#openRawResource(int, android.util.TypedValue)" target="_top"><code>openRawResource</code></A>(<code>int,</nobr> TypedValue<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Resources.parseBundleExtra_added(java.lang.String, android.util.AttributeSet, android.os.Bundle)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Resources.html#parseBundleExtra(java.lang.String, android.util.AttributeSet, android.os.Bundle)" target="_top"><xfont size="+1"><tt>parseBundleExtra</tt></font></A>(<code>String,</nobr> AttributeSet<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Resources.html#parseBundleExtra(java.lang.String, android.util.AttributeSet, android.os.Bundle)" target="_top"><code>parseBundleExtra</code></A>(<code>String,</nobr> AttributeSet<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.Resources.parseBundleExtras_added(android.content.res.XmlResourceParser, android.os.Bundle)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Resources.html#parseBundleExtras(android.content.res.XmlResourceParser, android.os.Bundle)" target="_top"><xfont size="+1"><tt>parseBundleExtras</tt></font></A>(<code>XmlResourceParser,</nobr> Bundle<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/content/res/Resources.html#parseBundleExtras(android.content.res.XmlResourceParser, android.os.Bundle)" target="_top"><code>parseBundleExtras</code></A>(<code>XmlResourceParser,</nobr> Bundle<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.content.res.TypedArray.html b/docs/html/sdk/api_diff/3/changes/android.content.res.TypedArray.html
index f1336fc..bb67b6d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.content.res.TypedArray.html
+++ b/docs/html/sdk/api_diff/3/changes/android.content.res.TypedArray.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.content.res.<A HREF="../../../../reference/android/content/res/TypedArray.html" target="_top"><font size="+3"><tt>TypedArray</tt></font></A>
+Class android.content.res.<A HREF="../../../../reference/android/content/res/TypedArray.html" target="_top"><font size="+2"><code>TypedArray</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.content.res.TypedArray.getLayoutDimension_added(int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/TypedArray.html#getLayoutDimension(int, int)" target="_top"><xfont size="+1"><tt>getLayoutDimension</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/TypedArray.html#getLayoutDimension(int, int)" target="_top"><code>getLayoutDimension</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.database.Cursor.html b/docs/html/sdk/api_diff/3/changes/android.database.Cursor.html
index 020402a..f072598 100644
--- a/docs/html/sdk/api_diff/3/changes/android.database.Cursor.html
+++ b/docs/html/sdk/api_diff/3/changes/android.database.Cursor.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+3"><tt>Cursor</tt></font></A>
+Interface android.database.<A HREF="../../../../reference/android/database/Cursor.html" target="_top"><font size="+2"><code>Cursor</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.Cursor.getColumnIndex_changed(java.lang.String)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/database/Cursor.html#getColumnIndex(java.lang.String)" target="_top"><xfont size="+1"><tt>getColumnIndex</tt></font></A>(<code>String</code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/database/Cursor.html#getColumnIndex(java.lang.String)" target="_top"><code>getColumnIndex</code></A>(<code>String</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.database.CursorWrapper.html b/docs/html/sdk/api_diff/3/changes/android.database.CursorWrapper.html
index 3a7675d..ab1c183 100644
--- a/docs/html/sdk/api_diff/3/changes/android.database.CursorWrapper.html
+++ b/docs/html/sdk/api_diff/3/changes/android.database.CursorWrapper.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.database.<A HREF="../../../../reference/android/database/CursorWrapper.html" target="_top"><font size="+3"><tt>CursorWrapper</tt></font></A>
+Class android.database.<A HREF="../../../../reference/android/database/CursorWrapper.html" target="_top"><font size="+2"><code>CursorWrapper</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.CursorWrapper.getColumnIndex_changed(java.lang.String)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/database/CursorWrapper.html#getColumnIndex(java.lang.String)" target="_top"><xfont size="+1"><tt>getColumnIndex</tt></font></A>(<code>String</code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/database/CursorWrapper.html#getColumnIndex(java.lang.String)" target="_top"><code>getColumnIndex</code></A>(<code>String</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.database.DatabaseUtils.html b/docs/html/sdk/api_diff/3/changes/android.database.DatabaseUtils.html
index 114beae..fa57630 100644
--- a/docs/html/sdk/api_diff/3/changes/android.database.DatabaseUtils.html
+++ b/docs/html/sdk/api_diff/3/changes/android.database.DatabaseUtils.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+3"><tt>DatabaseUtils</tt></font></A>
+Class android.database.<A HREF="../../../../reference/android/database/DatabaseUtils.html" target="_top"><font size="+2"><code>DatabaseUtils</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/database/DatabaseUtils.html#appendEscapedSQLString(java.lang.StringBuilder, java.lang.String)" target="_top"><xfont size="+1"><tt>appendEscapedSQLString</tt></font></A>(<code>StringBuilder,</nobr> String<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/database/DatabaseUtils.html#appendEscapedSQLString(java.lang.StringBuilder, java.lang.String)" target="_top"><code>appendEscapedSQLString</code></A>(<code>StringBuilder,</nobr> String<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.database.sqlite.SQLiteDatabase.html b/docs/html/sdk/api_diff/3/changes/android.database.sqlite.SQLiteDatabase.html
index cd59c1b..491a707 100644
--- a/docs/html/sdk/api_diff/3/changes/android.database.sqlite.SQLiteDatabase.html
+++ b/docs/html/sdk/api_diff/3/changes/android.database.sqlite.SQLiteDatabase.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+3"><tt>SQLiteDatabase</tt></font></A>
+Class android.database.sqlite.<A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html" target="_top"><font size="+2"><code>SQLiteDatabase</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.sqlite.SQLiteDatabase.yieldIfContendedSafely_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#yieldIfContendedSafely()" target="_top"><xfont size="+1"><tt>yieldIfContendedSafely</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#yieldIfContendedSafely()" target="_top"><code>yieldIfContendedSafely</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.database.sqlite.SQLiteDatabase.yieldIfContended_changed()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#yieldIfContended()" target="_top"><xfont size="+1"><tt>yieldIfContended</tt></font></A>() </nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/database/sqlite/SQLiteDatabase.html#yieldIfContended()" target="_top"><code>yieldIfContended</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.Bitmap.html b/docs/html/sdk/api_diff/3/changes/android.graphics.Bitmap.html
index f6ddc29..a2df5de 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.Bitmap.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.Bitmap.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.<A HREF="../../../../reference/android/graphics/Bitmap.html" target="_top"><font size="+3"><tt>Bitmap</tt></font></A>
+Class android.graphics.<A HREF="../../../../reference/android/graphics/Bitmap.html" target="_top"><font size="+2"><code>Bitmap</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.Bitmap.copyPixelsFromBuffer_added(java.nio.Buffer)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/Bitmap.html#copyPixelsFromBuffer(java.nio.Buffer)" target="_top"><xfont size="+1"><tt>copyPixelsFromBuffer</tt></font></A>(<code>Buffer</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/Bitmap.html#copyPixelsFromBuffer(java.nio.Buffer)" target="_top"><code>copyPixelsFromBuffer</code></A>(<code>Buffer</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.Canvas.html b/docs/html/sdk/api_diff/3/changes/android.graphics.Canvas.html
index cf8ceef..01842b7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.Canvas.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.Canvas.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.<A HREF="../../../../reference/android/graphics/Canvas.html" target="_top"><font size="+3"><tt>Canvas</tt></font></A>
+Class android.graphics.<A HREF="../../../../reference/android/graphics/Canvas.html" target="_top"><font size="+2"><code>Canvas</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.Canvas.drawBitmap_added(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/Canvas.html#drawBitmap(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)" target="_top"><xfont size="+1"><tt>drawBitmap</tt></font></A>(<code>int[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr>,</nobr> Paint<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/Canvas.html#drawBitmap(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)" target="_top"><code>drawBitmap</code></A>(<code>int[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr>,</nobr> Paint<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.Rect.html b/docs/html/sdk/api_diff/3/changes/android.graphics.Rect.html
index 1c0b1f3..0db409c 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.Rect.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.Rect.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.<A HREF="../../../../reference/android/graphics/Rect.html" target="_top"><font size="+3"><tt>Rect</tt></font></A>
+Class android.graphics.<A HREF="../../../../reference/android/graphics/Rect.html" target="_top"><font size="+2"><code>Rect</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.Rect.toShortString_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/graphics/Rect.html#toShortString()" target="_top"><xfont size="+1"><tt>toShortString</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/graphics/Rect.html#toShortString()" target="_top"><code>toShortString</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.RectF.html b/docs/html/sdk/api_diff/3/changes/android.graphics.RectF.html
index 4e9b91b..05c1da6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.RectF.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.RectF.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.<A HREF="../../../../reference/android/graphics/RectF.html" target="_top"><font size="+3"><tt>RectF</tt></font></A>
+Class android.graphics.<A HREF="../../../../reference/android/graphics/RectF.html" target="_top"><font size="+2"><code>RectF</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.os.Parcelable</code>.<br></font>
<a NAME="constructors"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.RectF.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/graphics/RectF.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/graphics/RectF.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.RectF.readFromParcel_added(android.os.Parcel)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/RectF.html#readFromParcel(android.os.Parcel)" target="_top"><xfont size="+1"><tt>readFromParcel</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/RectF.html#readFromParcel(android.os.Parcel)" target="_top"><code>readFromParcel</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.RectF.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/RectF.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/graphics/RectF.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -116,7 +115,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.RectF.CREATOR"></A>
- <nobr><code>Creator</code> <A HREF="../../../../reference/android/graphics/RectF.html#CREATOR" target="_top"><xfont size="+1"><tt>CREATOR</tt></font></A></nobr>
+ <nobr><code>Creator</code> <A HREF="../../../../reference/android/graphics/RectF.html#CREATOR" target="_top"><code>CREATOR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.Drawable.html b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.Drawable.html
index faa70b9..6b05cbfa 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.Drawable.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.Drawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/Drawable.html" target="_top"><font size="+3"><tt>Drawable</tt></font></A>
+Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/Drawable.html" target="_top"><font size="+2"><code>Drawable</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.Drawable.mutate_added()"></A>
- <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/Drawable.html#mutate()" target="_top"><xfont size="+1"><tt>mutate</tt></font></A>()</nobr>
+ <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/Drawable.html#mutate()" target="_top"><code>mutate</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.RotateDrawable.html b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.RotateDrawable.html
index 8cffe1e..f4b8d7b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.RotateDrawable.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.RotateDrawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/RotateDrawable.html" target="_top"><font size="+3"><tt>RotateDrawable</tt></font></A>
+Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/RotateDrawable.html" target="_top"><font size="+2"><code>RotateDrawable</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.RotateDrawable.getDrawable_added()"></A>
- <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/RotateDrawable.html#getDrawable()" target="_top"><xfont size="+1"><tt>getDrawable</tt></font></A>()</nobr>
+ <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/RotateDrawable.html#getDrawable()" target="_top"><code>getDrawable</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.ScaleDrawable.html b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.ScaleDrawable.html
index 529f380..d525dd7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.ScaleDrawable.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.ScaleDrawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/ScaleDrawable.html" target="_top"><font size="+3"><tt>ScaleDrawable</tt></font></A>
+Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/ScaleDrawable.html" target="_top"><font size="+2"><code>ScaleDrawable</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.ScaleDrawable.getDrawable_added()"></A>
- <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/ScaleDrawable.html#getDrawable()" target="_top"><xfont size="+1"><tt>getDrawable</tt></font></A>()</nobr>
+ <nobr><code>Drawable</code> <A HREF="../../../../reference/android/graphics/drawable/ScaleDrawable.html#getDrawable()" target="_top"><code>getDrawable</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.TransitionDrawable.html b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.TransitionDrawable.html
index d7dc8ea..520dcd46 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.TransitionDrawable.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.TransitionDrawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/TransitionDrawable.html" target="_top"><font size="+3"><tt>TransitionDrawable</tt></font></A>
+Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/TransitionDrawable.html" target="_top"><font size="+2"><code>TransitionDrawable</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,7 +83,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.TransitionDrawable.ctor_added(android.graphics.drawable.Drawable[])"></A>
- <nobr><A HREF="../../../../reference/android/graphics/drawable/TransitionDrawable.html#TransitionDrawable(android.graphics.drawable.Drawable[])" target="_top"><xfont size="+1"><tt>TransitionDrawable</tt></font></A>(<code>Drawable[]</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/graphics/drawable/TransitionDrawable.html#TransitionDrawable(android.graphics.drawable.Drawable[])" target="_top"><code>TransitionDrawable</code></A>(<code>Drawable[]</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.shapes.Shape.html b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.shapes.Shape.html
index 836aa92..5f03e03 100644
--- a/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.shapes.Shape.html
+++ b/docs/html/sdk/api_diff/3/changes/android.graphics.drawable.shapes.Shape.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.graphics.drawable.shapes.<A HREF="../../../../reference/android/graphics/drawable/shapes/Shape.html" target="_top"><font size="+3"><tt>Shape</tt></font></A>
+Class android.graphics.drawable.shapes.<A HREF="../../../../reference/android/graphics/drawable/shapes/Shape.html" target="_top"><font size="+2"><code>Shape</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>java.lang.Cloneable</code>.<br></font>
<a NAME="constructors"></a>
@@ -86,11 +85,11 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.shapes.Shape.clone_changed()"></A>
- <nobr><code>Shape</code> <A HREF="../../../../reference/android/graphics/drawable/shapes/Shape.html#clone()" target="_top"><xfont size="+1"><tt>clone</tt></font></A>() </nobr>
+ <nobr><code>Shape</code> <A HREF="../../../../reference/android/graphics/drawable/shapes/Shape.html#clone()" target="_top"><code>clone</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Object</code> to <code>Shape</code>.<br>
- Method was inherited from <tt>java.lang.Object</tt>, but is now defined locally. Change of visibility from protected to public.<br>
+ Method was inherited from <code>java.lang.Object</code>, but is now defined locally. Change of visibility from protected to public.<br>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.hardware.Camera.html b/docs/html/sdk/api_diff/3/changes/android.hardware.Camera.html
index b7a0dd3..84fea2a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.hardware.Camera.html
+++ b/docs/html/sdk/api_diff/3/changes/android.hardware.Camera.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.html" target="_top"><font size="+3"><tt>Camera</tt></font></A>
+Class android.hardware.<A HREF="../../../../reference/android/hardware/Camera.html" target="_top"><font size="+2"><code>Camera</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.Camera.setOneShotPreviewCallback_added(android.hardware.Camera.PreviewCallback)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#setOneShotPreviewCallback(android.hardware.Camera.PreviewCallback)" target="_top"><xfont size="+1"><tt>setOneShotPreviewCallback</tt></font></A>(<code>PreviewCallback</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#setOneShotPreviewCallback(android.hardware.Camera.PreviewCallback)" target="_top"><code>setOneShotPreviewCallback</code></A>(<code>PreviewCallback</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.Camera.setPreviewDisplay_changed(android.view.SurfaceHolder)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#setPreviewDisplay(android.view.SurfaceHolder)" target="_top"><xfont size="+1"><tt>setPreviewDisplay</tt></font></A>(<code>SurfaceHolder</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/Camera.html#setPreviewDisplay(android.view.SurfaceHolder)" target="_top"><code>setPreviewDisplay</code></A>(<code>SurfaceHolder</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in exceptions thrown from no exceptions to <code>java.io.IOException</code>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.hardware.SensorListener.html b/docs/html/sdk/api_diff/3/changes/android.hardware.SensorListener.html
index 9b63571..8a4f15a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.hardware.SensorListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.hardware.SensorListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.hardware.<A HREF="../../../../reference/android/hardware/SensorListener.html" target="_top"><font size="+3"><tt>SensorListener</tt></font></A>
+Interface android.hardware.<A HREF="../../../../reference/android/hardware/SensorListener.html" target="_top"><font size="+2"><code>SensorListener</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.hardware.SensorManager.html b/docs/html/sdk/api_diff/3/changes/android.hardware.SensorManager.html
index e42eeba..d276bd7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.hardware.SensorManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.hardware.SensorManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.hardware.<A HREF="../../../../reference/android/hardware/SensorManager.html" target="_top"><font size="+3"><tt>SensorManager</tt></font></A>
+Class android.hardware.<A HREF="../../../../reference/android/hardware/SensorManager.html" target="_top"><font size="+2"><code>SensorManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,70 +84,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getDefaultSensor_added(int)"></A>
- <nobr><code>Sensor</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getDefaultSensor(int)" target="_top"><xfont size="+1"><tt>getDefaultSensor</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>Sensor</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getDefaultSensor(int)" target="_top"><code>getDefaultSensor</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getInclination_added(float[])"></A>
- <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getInclination(float[])" target="_top"><xfont size="+1"><tt>getInclination</tt></font></A>(<code>float[]</code>)</nobr>
+ <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getInclination(float[])" target="_top"><code>getInclination</code></A>(<code>float[]</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getOrientation_added(float[], float[])"></A>
- <nobr><code>float[]</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getOrientation(float[], float[])" target="_top"><xfont size="+1"><tt>getOrientation</tt></font></A>(<code>float[],</nobr> float[]<nobr><nobr></code>)</nobr>
+ <nobr><code>float[]</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getOrientation(float[], float[])" target="_top"><code>getOrientation</code></A>(<code>float[],</nobr> float[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getRotationMatrix_added(float[], float[], float[], float[])"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getRotationMatrix(float[], float[], float[], float[])" target="_top"><xfont size="+1"><tt>getRotationMatrix</tt></font></A>(<code>float[],</nobr> float[]<nobr>,</nobr> float[]<nobr>,</nobr> float[]<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getRotationMatrix(float[], float[], float[], float[])" target="_top"><code>getRotationMatrix</code></A>(<code>float[],</nobr> float[]<nobr>,</nobr> float[]<nobr>,</nobr> float[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getSensorList_added(int)"></A>
- <nobr><code>List<Sensor></code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getSensorList(int)" target="_top"><xfont size="+1"><tt>getSensorList</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>List<Sensor></code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getSensorList(int)" target="_top"><code>getSensorList</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.registerListener_added(android.hardware.SensorEventListener, android.hardware.Sensor, int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int)" target="_top"><xfont size="+1"><tt>registerListener</tt></font></A>(<code>SensorEventListener,</nobr> Sensor<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int)" target="_top"><code>registerListener</code></A>(<code>SensorEventListener,</nobr> Sensor<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.registerListener_added(android.hardware.SensorEventListener, android.hardware.Sensor, int, android.os.Handler)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int, android.os.Handler)" target="_top"><xfont size="+1"><tt>registerListener</tt></font></A>(<code>SensorEventListener,</nobr> Sensor<nobr>,</nobr> int<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int, android.os.Handler)" target="_top"><code>registerListener</code></A>(<code>SensorEventListener,</nobr> Sensor<nobr>,</nobr> int<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.remapCoordinateSystem_added(float[], int, int, float[])"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#remapCoordinateSystem(float[], int, int, float[])" target="_top"><xfont size="+1"><tt>remapCoordinateSystem</tt></font></A>(<code>float[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> float[]<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#remapCoordinateSystem(float[], int, int, float[])" target="_top"><code>remapCoordinateSystem</code></A>(<code>float[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> float[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.unregisterListener_added(android.hardware.SensorEventListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorEventListener)" target="_top"><xfont size="+1"><tt>unregisterListener</tt></font></A>(<code>SensorEventListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorEventListener)" target="_top"><code>unregisterListener</code></A>(<code>SensorEventListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.unregisterListener_added(android.hardware.SensorEventListener, android.hardware.Sensor)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorEventListener, android.hardware.Sensor)" target="_top"><xfont size="+1"><tt>unregisterListener</tt></font></A>(<code>SensorEventListener,</nobr> Sensor<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorEventListener, android.hardware.Sensor)" target="_top"><code>unregisterListener</code></A>(<code>SensorEventListener,</nobr> Sensor<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -163,7 +162,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.getSensors_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getSensors()" target="_top"><xfont size="+1"><tt>getSensors</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#getSensors()" target="_top"><code>getSensors</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -173,7 +172,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.registerListener_changed(android.hardware.SensorListener, int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorListener, int)" target="_top"><xfont size="+1"><tt>registerListener</tt></font></A>(<code>SensorListener,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorListener, int)" target="_top"><code>registerListener</code></A>(<code>SensorListener,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -183,7 +182,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.registerListener_changed(android.hardware.SensorListener, int, int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorListener, int, int)" target="_top"><xfont size="+1"><tt>registerListener</tt></font></A>(<code>SensorListener,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#registerListener(android.hardware.SensorListener, int, int)" target="_top"><code>registerListener</code></A>(<code>SensorListener,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -193,7 +192,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.unregisterListener_changed(android.hardware.SensorListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorListener)" target="_top"><xfont size="+1"><tt>unregisterListener</tt></font></A>(<code>SensorListener</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorListener)" target="_top"><code>unregisterListener</code></A>(<code>SensorListener</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -203,7 +202,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.unregisterListener_changed(android.hardware.SensorListener, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorListener, int)" target="_top"><xfont size="+1"><tt>unregisterListener</tt></font></A>(<code>SensorListener,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#unregisterListener(android.hardware.SensorListener, int)" target="_top"><code>unregisterListener</code></A>(<code>SensorListener,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -222,42 +221,42 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_MINUS_X"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_X" target="_top"><xfont size="+1"><tt>AXIS_MINUS_X</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_X" target="_top"><code>AXIS_MINUS_X</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_MINUS_Y"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_Y" target="_top"><xfont size="+1"><tt>AXIS_MINUS_Y</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_Y" target="_top"><code>AXIS_MINUS_Y</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_MINUS_Z"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_Z" target="_top"><xfont size="+1"><tt>AXIS_MINUS_Z</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_MINUS_Z" target="_top"><code>AXIS_MINUS_Z</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_X"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_X" target="_top"><xfont size="+1"><tt>AXIS_X</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_X" target="_top"><code>AXIS_X</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_Y"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_Y" target="_top"><xfont size="+1"><tt>AXIS_Y</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_Y" target="_top"><code>AXIS_Y</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.AXIS_Z"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_Z" target="_top"><xfont size="+1"><tt>AXIS_Z</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#AXIS_Z" target="_top"><code>AXIS_Z</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -272,7 +271,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.DATA_X"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_X" target="_top"><xfont size="+1"><tt>DATA_X</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_X" target="_top"><code>DATA_X</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -281,7 +280,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.DATA_Y"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_Y" target="_top"><xfont size="+1"><tt>DATA_Y</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_Y" target="_top"><code>DATA_Y</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -290,7 +289,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.DATA_Z"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_Z" target="_top"><xfont size="+1"><tt>DATA_Z</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#DATA_Z" target="_top"><code>DATA_Z</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -299,7 +298,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.LIGHT_NO_MOON"></A>
- <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#LIGHT_NO_MOON" target="_top"><xfont size="+1"><tt>LIGHT_NO_MOON</tt></font></A></nobr> </TD>
+ <nobr><code>float</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#LIGHT_NO_MOON" target="_top"><code>LIGHT_NO_MOON</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
Changed in value from 0.0010f to 0.001f.
</TD>
@@ -308,7 +307,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.RAW_DATA_INDEX"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_INDEX" target="_top"><xfont size="+1"><tt>RAW_DATA_INDEX</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_INDEX" target="_top"><code>RAW_DATA_INDEX</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -317,7 +316,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.RAW_DATA_X"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_X" target="_top"><xfont size="+1"><tt>RAW_DATA_X</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_X" target="_top"><code>RAW_DATA_X</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -326,7 +325,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.RAW_DATA_Y"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_Y" target="_top"><xfont size="+1"><tt>RAW_DATA_Y</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_Y" target="_top"><code>RAW_DATA_Y</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -335,7 +334,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.RAW_DATA_Z"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_Z" target="_top"><xfont size="+1"><tt>RAW_DATA_Z</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#RAW_DATA_Z" target="_top"><code>RAW_DATA_Z</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -344,7 +343,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_ACCELEROMETER"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ACCELEROMETER" target="_top"><xfont size="+1"><tt>SENSOR_ACCELEROMETER</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ACCELEROMETER" target="_top"><code>SENSOR_ACCELEROMETER</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -353,7 +352,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_ALL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ALL" target="_top"><xfont size="+1"><tt>SENSOR_ALL</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ALL" target="_top"><code>SENSOR_ALL</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -362,7 +361,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_LIGHT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_LIGHT" target="_top"><xfont size="+1"><tt>SENSOR_LIGHT</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_LIGHT" target="_top"><code>SENSOR_LIGHT</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -371,7 +370,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_MAGNETIC_FIELD"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MAGNETIC_FIELD" target="_top"><xfont size="+1"><tt>SENSOR_MAGNETIC_FIELD</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MAGNETIC_FIELD" target="_top"><code>SENSOR_MAGNETIC_FIELD</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -380,7 +379,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_MAX"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MAX" target="_top"><xfont size="+1"><tt>SENSOR_MAX</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MAX" target="_top"><code>SENSOR_MAX</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -389,7 +388,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_MIN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MIN" target="_top"><xfont size="+1"><tt>SENSOR_MIN</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_MIN" target="_top"><code>SENSOR_MIN</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -398,7 +397,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_ORIENTATION"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ORIENTATION" target="_top"><xfont size="+1"><tt>SENSOR_ORIENTATION</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ORIENTATION" target="_top"><code>SENSOR_ORIENTATION</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -407,7 +406,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_ORIENTATION_RAW"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ORIENTATION_RAW" target="_top"><xfont size="+1"><tt>SENSOR_ORIENTATION_RAW</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_ORIENTATION_RAW" target="_top"><code>SENSOR_ORIENTATION_RAW</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -416,7 +415,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_PROXIMITY"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_PROXIMITY" target="_top"><xfont size="+1"><tt>SENSOR_PROXIMITY</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_PROXIMITY" target="_top"><code>SENSOR_PROXIMITY</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -425,7 +424,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_TEMPERATURE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_TEMPERATURE" target="_top"><xfont size="+1"><tt>SENSOR_TEMPERATURE</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_TEMPERATURE" target="_top"><code>SENSOR_TEMPERATURE</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -434,7 +433,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.hardware.SensorManager.SENSOR_TRICORDER"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_TRICORDER" target="_top"><xfont size="+1"><tt>SENSOR_TRICORDER</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/hardware/SensorManager.html#SENSOR_TRICORDER" target="_top"><code>SENSOR_TRICORDER</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.location.Location.html b/docs/html/sdk/api_diff/3/changes/android.location.Location.html
index 03d3f89..05f5191 100644
--- a/docs/html/sdk/api_diff/3/changes/android.location.Location.html
+++ b/docs/html/sdk/api_diff/3/changes/android.location.Location.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.location.<A HREF="../../../../reference/android/location/Location.html" target="_top"><font size="+3"><tt>Location</tt></font></A>
+Class android.location.<A HREF="../../../../reference/android/location/Location.html" target="_top"><font size="+2"><code>Location</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.Location.dump_added(android.util.Printer, java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/Location.html#dump(android.util.Printer, java.lang.String)" target="_top"><xfont size="+1"><tt>dump</tt></font></A>(<code>Printer,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/Location.html#dump(android.util.Printer, java.lang.String)" target="_top"><code>dump</code></A>(<code>Printer,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.location.LocationManager.html b/docs/html/sdk/api_diff/3/changes/android.location.LocationManager.html
index 4cd6838..d98b5f3 100644
--- a/docs/html/sdk/api_diff/3/changes/android.location.LocationManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.location.LocationManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.location.<A HREF="../../../../reference/android/location/LocationManager.html" target="_top"><font size="+3"><tt>LocationManager</tt></font></A>
+Class android.location.<A HREF="../../../../reference/android/location/LocationManager.html" target="_top"><font size="+2"><code>LocationManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,98 +84,98 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationManager.html#addGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><xfont size="+1"><tt>addGpsStatusListener</tt></font></A>(<code>Listener</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationManager.html#addGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><code>addGpsStatusListener</code></A>(<code>Listener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.addTestProvider_added(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)" target="_top"><xfont size="+1"><tt>addTestProvider</tt></font></A>(<code>String,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)" target="_top"><code>addTestProvider</code></A>(<code>String,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> boolean<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.clearTestProviderEnabled_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderEnabled(java.lang.String)" target="_top"><xfont size="+1"><tt>clearTestProviderEnabled</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderEnabled(java.lang.String)" target="_top"><code>clearTestProviderEnabled</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.clearTestProviderLocation_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderLocation(java.lang.String)" target="_top"><xfont size="+1"><tt>clearTestProviderLocation</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderLocation(java.lang.String)" target="_top"><code>clearTestProviderLocation</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.clearTestProviderStatus_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderStatus(java.lang.String)" target="_top"><xfont size="+1"><tt>clearTestProviderStatus</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#clearTestProviderStatus(java.lang.String)" target="_top"><code>clearTestProviderStatus</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.getGpsStatus_added(android.location.GpsStatus)"></A>
- <nobr><code>GpsStatus</code> <A HREF="../../../../reference/android/location/LocationManager.html#getGpsStatus(android.location.GpsStatus)" target="_top"><xfont size="+1"><tt>getGpsStatus</tt></font></A>(<code>GpsStatus</code>)</nobr>
+ <nobr><code>GpsStatus</code> <A HREF="../../../../reference/android/location/LocationManager.html#getGpsStatus(android.location.GpsStatus)" target="_top"><code>getGpsStatus</code></A>(<code>GpsStatus</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.removeGpsStatusListener_added(android.location.GpsStatus.Listener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><xfont size="+1"><tt>removeGpsStatusListener</tt></font></A>(<code>Listener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeGpsStatusListener(android.location.GpsStatus.Listener)" target="_top"><code>removeGpsStatusListener</code></A>(<code>Listener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.removeTestProvider_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeTestProvider(java.lang.String)" target="_top"><xfont size="+1"><tt>removeTestProvider</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeTestProvider(java.lang.String)" target="_top"><code>removeTestProvider</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.removeUpdates_added(android.app.PendingIntent)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeUpdates(android.app.PendingIntent)" target="_top"><xfont size="+1"><tt>removeUpdates</tt></font></A>(<code>PendingIntent</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#removeUpdates(android.app.PendingIntent)" target="_top"><code>removeUpdates</code></A>(<code>PendingIntent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.requestLocationUpdates_added(java.lang.String, long, float, android.app.PendingIntent)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent)" target="_top"><xfont size="+1"><tt>requestLocationUpdates</tt></font></A>(<code>String,</nobr> long<nobr>,</nobr> float<nobr>,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent)" target="_top"><code>requestLocationUpdates</code></A>(<code>String,</nobr> long<nobr>,</nobr> float<nobr>,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.sendExtraCommand_added(java.lang.String, java.lang.String, android.os.Bundle)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationManager.html#sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle)" target="_top"><xfont size="+1"><tt>sendExtraCommand</tt></font></A>(<code>String,</nobr> String<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/location/LocationManager.html#sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle)" target="_top"><code>sendExtraCommand</code></A>(<code>String,</nobr> String<nobr>,</nobr> Bundle<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.setTestProviderEnabled_added(java.lang.String, boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderEnabled(java.lang.String, boolean)" target="_top"><xfont size="+1"><tt>setTestProviderEnabled</tt></font></A>(<code>String,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderEnabled(java.lang.String, boolean)" target="_top"><code>setTestProviderEnabled</code></A>(<code>String,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.setTestProviderLocation_added(java.lang.String, android.location.Location)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderLocation(java.lang.String, android.location.Location)" target="_top"><xfont size="+1"><tt>setTestProviderLocation</tt></font></A>(<code>String,</nobr> Location<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderLocation(java.lang.String, android.location.Location)" target="_top"><code>setTestProviderLocation</code></A>(<code>String,</nobr> Location<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.setTestProviderStatus_added(java.lang.String, int, android.os.Bundle, long)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderStatus(java.lang.String, int, android.os.Bundle, long)" target="_top"><xfont size="+1"><tt>setTestProviderStatus</tt></font></A>(<code>String,</nobr> int<nobr>,</nobr> Bundle<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/location/LocationManager.html#setTestProviderStatus(java.lang.String, int, android.os.Bundle, long)" target="_top"><code>setTestProviderStatus</code></A>(<code>String,</nobr> int<nobr>,</nobr> Bundle<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -192,21 +191,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.KEY_LOCATION_CHANGED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_LOCATION_CHANGED" target="_top"><xfont size="+1"><tt>KEY_LOCATION_CHANGED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_LOCATION_CHANGED" target="_top"><code>KEY_LOCATION_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.KEY_PROVIDER_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_PROVIDER_ENABLED" target="_top"><xfont size="+1"><tt>KEY_PROVIDER_ENABLED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_PROVIDER_ENABLED" target="_top"><code>KEY_PROVIDER_ENABLED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.location.LocationManager.KEY_STATUS_CHANGED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_STATUS_CHANGED" target="_top"><xfont size="+1"><tt>KEY_STATUS_CHANGED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/location/LocationManager.html#KEY_STATUS_CHANGED" target="_top"><code>KEY_STATUS_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.AudioManager.html b/docs/html/sdk/api_diff/3/changes/android.media.AudioManager.html
index a98d840..00c04bf 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.AudioManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.AudioManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/AudioManager.html" target="_top"><font size="+3"><tt>AudioManager</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/AudioManager.html" target="_top"><font size="+2"><code>AudioManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.isBluetoothA2dpOn_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/AudioManager.html#isBluetoothA2dpOn()" target="_top"><xfont size="+1"><tt>isBluetoothA2dpOn</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/AudioManager.html#isBluetoothA2dpOn()" target="_top"><code>isBluetoothA2dpOn</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.playSoundEffect_added(int, float)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/AudioManager.html#playSoundEffect(int, float)" target="_top"><xfont size="+1"><tt>playSoundEffect</tt></font></A>(<code>int,</nobr> float<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/AudioManager.html#playSoundEffect(int, float)" target="_top"><code>playSoundEffect</code></A>(<code>int,</nobr> float<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.setBluetoothA2dpOn_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/AudioManager.html#setBluetoothA2dpOn(boolean)" target="_top"><xfont size="+1"><tt>setBluetoothA2dpOn</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/AudioManager.html#setBluetoothA2dpOn(boolean)" target="_top"><code>setBluetoothA2dpOn</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -115,56 +114,56 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.ACTION_AUDIO_BECOMING_NOISY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/media/AudioManager.html#ACTION_AUDIO_BECOMING_NOISY" target="_top"><xfont size="+1"><tt>ACTION_AUDIO_BECOMING_NOISY</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/media/AudioManager.html#ACTION_AUDIO_BECOMING_NOISY" target="_top"><code>ACTION_AUDIO_BECOMING_NOISY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.FX_KEYPRESS_DELETE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_DELETE" target="_top"><xfont size="+1"><tt>FX_KEYPRESS_DELETE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_DELETE" target="_top"><code>FX_KEYPRESS_DELETE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.FX_KEYPRESS_RETURN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_RETURN" target="_top"><xfont size="+1"><tt>FX_KEYPRESS_RETURN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_RETURN" target="_top"><code>FX_KEYPRESS_RETURN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.FX_KEYPRESS_SPACEBAR"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_SPACEBAR" target="_top"><xfont size="+1"><tt>FX_KEYPRESS_SPACEBAR</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_SPACEBAR" target="_top"><code>FX_KEYPRESS_SPACEBAR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.FX_KEYPRESS_STANDARD"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_STANDARD" target="_top"><xfont size="+1"><tt>FX_KEYPRESS_STANDARD</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#FX_KEYPRESS_STANDARD" target="_top"><code>FX_KEYPRESS_STANDARD</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.ROUTE_BLUETOOTH_A2DP"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH_A2DP" target="_top"><xfont size="+1"><tt>ROUTE_BLUETOOTH_A2DP</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH_A2DP" target="_top"><code>ROUTE_BLUETOOTH_A2DP</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.ROUTE_BLUETOOTH_SCO"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH_SCO" target="_top"><xfont size="+1"><tt>ROUTE_BLUETOOTH_SCO</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH_SCO" target="_top"><code>ROUTE_BLUETOOTH_SCO</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.STREAM_NOTIFICATION"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#STREAM_NOTIFICATION" target="_top"><xfont size="+1"><tt>STREAM_NOTIFICATION</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#STREAM_NOTIFICATION" target="_top"><code>STREAM_NOTIFICATION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -179,7 +178,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.NUM_STREAMS"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#NUM_STREAMS" target="_top"><xfont size="+1"><tt>NUM_STREAMS</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#NUM_STREAMS" target="_top"><code>NUM_STREAMS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -188,7 +187,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.AudioManager.ROUTE_BLUETOOTH"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH" target="_top"><xfont size="+1"><tt>ROUTE_BLUETOOTH</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/AudioManager.html#ROUTE_BLUETOOTH" target="_top"><code>ROUTE_BLUETOOTH</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.MediaPlayer.html b/docs/html/sdk/api_diff/3/changes/android.media.MediaPlayer.html
index 7704e12..f3e24db 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.MediaPlayer.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.MediaPlayer.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/MediaPlayer.html" target="_top"><font size="+3"><tt>MediaPlayer</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/MediaPlayer.html" target="_top"><font size="+2"><code>MediaPlayer</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.isLooping_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#isLooping()" target="_top"><xfont size="+1"><tt>isLooping</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#isLooping()" target="_top"><code>isLooping</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.setOnInfoListener_added(android.media.MediaPlayer.OnInfoListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#setOnInfoListener(android.media.MediaPlayer.OnInfoListener)" target="_top"><xfont size="+1"><tt>setOnInfoListener</tt></font></A>(<code>OnInfoListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#setOnInfoListener(android.media.MediaPlayer.OnInfoListener)" target="_top"><code>setOnInfoListener</code></A>(<code>OnInfoListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.setOnVideoSizeChangedListener_added(android.media.MediaPlayer.OnVideoSizeChangedListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#setOnVideoSizeChangedListener(android.media.MediaPlayer.OnVideoSizeChangedListener)" target="_top"><xfont size="+1"><tt>setOnVideoSizeChangedListener</tt></font></A>(<code>OnVideoSizeChangedListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#setOnVideoSizeChangedListener(android.media.MediaPlayer.OnVideoSizeChangedListener)" target="_top"><code>setOnVideoSizeChangedListener</code></A>(<code>OnVideoSizeChangedListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -115,35 +114,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK" target="_top"><xfont size="+1"><tt>MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK" target="_top"><code>MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.MEDIA_INFO_BAD_INTERLEAVING"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_BAD_INTERLEAVING" target="_top"><xfont size="+1"><tt>MEDIA_INFO_BAD_INTERLEAVING</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_BAD_INTERLEAVING" target="_top"><code>MEDIA_INFO_BAD_INTERLEAVING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.MEDIA_INFO_NOT_SEEKABLE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_NOT_SEEKABLE" target="_top"><xfont size="+1"><tt>MEDIA_INFO_NOT_SEEKABLE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_NOT_SEEKABLE" target="_top"><code>MEDIA_INFO_NOT_SEEKABLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.MEDIA_INFO_UNKNOWN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_UNKNOWN" target="_top"><xfont size="+1"><tt>MEDIA_INFO_UNKNOWN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_UNKNOWN" target="_top"><code>MEDIA_INFO_UNKNOWN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaPlayer.MEDIA_INFO_VIDEO_TRACK_LAGGING"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_VIDEO_TRACK_LAGGING" target="_top"><xfont size="+1"><tt>MEDIA_INFO_VIDEO_TRACK_LAGGING</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaPlayer.html#MEDIA_INFO_VIDEO_TRACK_LAGGING" target="_top"><code>MEDIA_INFO_VIDEO_TRACK_LAGGING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.OutputFormat.html b/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.OutputFormat.html
index 0967c56..d6340c1 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.OutputFormat.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.OutputFormat.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/MediaRecorder.OutputFormat.html" target="_top"><font size="+3"><tt>MediaRecorder.OutputFormat</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/MediaRecorder.OutputFormat.html" target="_top"><font size="+2"><code>MediaRecorder.OutputFormat</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.OutputFormat.RAW_AMR"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.OutputFormat.html#RAW_AMR" target="_top"><xfont size="+1"><tt>RAW_AMR</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.OutputFormat.html#RAW_AMR" target="_top"><code>RAW_AMR</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.html b/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.html
index 9daf4c3..ff46481 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.MediaRecorder.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/MediaRecorder.html" target="_top"><font size="+3"><tt>MediaRecorder</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/MediaRecorder.html" target="_top"><font size="+2"><code>MediaRecorder</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,70 +84,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setCamera_added(android.hardware.Camera)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setCamera(android.hardware.Camera)" target="_top"><xfont size="+1"><tt>setCamera</tt></font></A>(<code>Camera</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setCamera(android.hardware.Camera)" target="_top"><code>setCamera</code></A>(<code>Camera</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setMaxDuration_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxDuration(int)" target="_top"><xfont size="+1"><tt>setMaxDuration</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxDuration(int)" target="_top"><code>setMaxDuration</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setMaxFileSize_added(long)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxFileSize(long)" target="_top"><xfont size="+1"><tt>setMaxFileSize</tt></font></A>(<code>long</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setMaxFileSize(long)" target="_top"><code>setMaxFileSize</code></A>(<code>long</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setOnErrorListener_added(android.media.MediaRecorder.OnErrorListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOnErrorListener(android.media.MediaRecorder.OnErrorListener)" target="_top"><xfont size="+1"><tt>setOnErrorListener</tt></font></A>(<code>OnErrorListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOnErrorListener(android.media.MediaRecorder.OnErrorListener)" target="_top"><code>setOnErrorListener</code></A>(<code>OnErrorListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setOnInfoListener_added(android.media.MediaRecorder.OnInfoListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOnInfoListener(android.media.MediaRecorder.OnInfoListener)" target="_top"><xfont size="+1"><tt>setOnInfoListener</tt></font></A>(<code>OnInfoListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOnInfoListener(android.media.MediaRecorder.OnInfoListener)" target="_top"><code>setOnInfoListener</code></A>(<code>OnInfoListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setOutputFile_added(java.io.FileDescriptor)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOutputFile(java.io.FileDescriptor)" target="_top"><xfont size="+1"><tt>setOutputFile</tt></font></A>(<code>FileDescriptor</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setOutputFile(java.io.FileDescriptor)" target="_top"><code>setOutputFile</code></A>(<code>FileDescriptor</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setVideoEncoder_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoEncoder(int)" target="_top"><xfont size="+1"><tt>setVideoEncoder</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoEncoder(int)" target="_top"><code>setVideoEncoder</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setVideoFrameRate_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoFrameRate(int)" target="_top"><xfont size="+1"><tt>setVideoFrameRate</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoFrameRate(int)" target="_top"><code>setVideoFrameRate</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setVideoSize_added(int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoSize(int, int)" target="_top"><xfont size="+1"><tt>setVideoSize</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoSize(int, int)" target="_top"><code>setVideoSize</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.setVideoSource_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoSource(int)" target="_top"><xfont size="+1"><tt>setVideoSource</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#setVideoSource(int)" target="_top"><code>setVideoSource</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -163,7 +162,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.prepare_changed()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#prepare()" target="_top"><xfont size="+1"><tt>prepare</tt></font></A>() </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#prepare()" target="_top"><code>prepare</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in exceptions thrown from <code>java.lang.IllegalStateException</code> to (<code>java.io.IOException, java.lang.IllegalStateException</code>).<br>
@@ -182,28 +181,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.MEDIA_RECORDER_ERROR_UNKNOWN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_ERROR_UNKNOWN" target="_top"><xfont size="+1"><tt>MEDIA_RECORDER_ERROR_UNKNOWN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_ERROR_UNKNOWN" target="_top"><code>MEDIA_RECORDER_ERROR_UNKNOWN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.MEDIA_RECORDER_INFO_MAX_DURATION_REACHED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_MAX_DURATION_REACHED" target="_top"><xfont size="+1"><tt>MEDIA_RECORDER_INFO_MAX_DURATION_REACHED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_MAX_DURATION_REACHED" target="_top"><code>MEDIA_RECORDER_INFO_MAX_DURATION_REACHED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED" target="_top"><xfont size="+1"><tt>MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED" target="_top"><code>MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.MediaRecorder.MEDIA_RECORDER_INFO_UNKNOWN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_UNKNOWN" target="_top"><xfont size="+1"><tt>MEDIA_RECORDER_INFO_UNKNOWN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/MediaRecorder.html#MEDIA_RECORDER_INFO_UNKNOWN" target="_top"><code>MEDIA_RECORDER_INFO_UNKNOWN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.RingtoneManager.html b/docs/html/sdk/api_diff/3/changes/android.media.RingtoneManager.html
index e9fdbfc..a4f729a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.RingtoneManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.RingtoneManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/RingtoneManager.html" target="_top"><font size="+3"><tt>RingtoneManager</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/RingtoneManager.html" target="_top"><font size="+2"><code>RingtoneManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.RingtoneManager.inferStreamType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/RingtoneManager.html#inferStreamType()" target="_top"><xfont size="+1"><tt>inferStreamType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/RingtoneManager.html#inferStreamType()" target="_top"><code>inferStreamType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.media.SoundPool.html b/docs/html/sdk/api_diff/3/changes/android.media.SoundPool.html
index 6e765d8..52f3301 100644
--- a/docs/html/sdk/api_diff/3/changes/android.media.SoundPool.html
+++ b/docs/html/sdk/api_diff/3/changes/android.media.SoundPool.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.media.<A HREF="../../../../reference/android/media/SoundPool.html" target="_top"><font size="+3"><tt>SoundPool</tt></font></A>
+Class android.media.<A HREF="../../../../reference/android/media/SoundPool.html" target="_top"><font size="+2"><code>SoundPool</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.SoundPool.load_added(android.content.res.AssetFileDescriptor, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(android.content.res.AssetFileDescriptor, int)" target="_top"><xfont size="+1"><tt>load</tt></font></A>(<code>AssetFileDescriptor,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(android.content.res.AssetFileDescriptor, int)" target="_top"><code>load</code></A>(<code>AssetFileDescriptor,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.media.SoundPool.load_added(java.io.FileDescriptor, long, long, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(java.io.FileDescriptor, long, long, int)" target="_top"><xfont size="+1"><tt>load</tt></font></A>(<code>FileDescriptor,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/media/SoundPool.html#load(java.io.FileDescriptor, long, long, int)" target="_top"><code>load</code></A>(<code>FileDescriptor,</nobr> long<nobr>,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.net.ConnectivityManager.html b/docs/html/sdk/api_diff/3/changes/android.net.ConnectivityManager.html
index 7b0750e..b78d6a0 100644
--- a/docs/html/sdk/api_diff/3/changes/android.net.ConnectivityManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.net.ConnectivityManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.net.<A HREF="../../../../reference/android/net/ConnectivityManager.html" target="_top"><font size="+3"><tt>ConnectivityManager</tt></font></A>
+Class android.net.<A HREF="../../../../reference/android/net/ConnectivityManager.html" target="_top"><font size="+2"><code>ConnectivityManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.ConnectivityManager.getBackgroundDataSetting_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getBackgroundDataSetting()" target="_top"><xfont size="+1"><tt>getBackgroundDataSetting</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#getBackgroundDataSetting()" target="_top"><code>getBackgroundDataSetting</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,7 +100,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.ConnectivityManager.ACTION_BACKGROUND_DATA_SETTING_CHANGED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#ACTION_BACKGROUND_DATA_SETTING_CHANGED" target="_top"><xfont size="+1"><tt>ACTION_BACKGROUND_DATA_SETTING_CHANGED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/net/ConnectivityManager.html#ACTION_BACKGROUND_DATA_SETTING_CHANGED" target="_top"><code>ACTION_BACKGROUND_DATA_SETTING_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.net.NetworkInfo.html b/docs/html/sdk/api_diff/3/changes/android.net.NetworkInfo.html
index 6c3c26d..1f3768e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.net.NetworkInfo.html
+++ b/docs/html/sdk/api_diff/3/changes/android.net.NetworkInfo.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.net.<A HREF="../../../../reference/android/net/NetworkInfo.html" target="_top"><font size="+3"><tt>NetworkInfo</tt></font></A>
+Class android.net.<A HREF="../../../../reference/android/net/NetworkInfo.html" target="_top"><font size="+2"><code>NetworkInfo</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -100,21 +99,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.NetworkInfo.getSubtype_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#getSubtype()" target="_top"><xfont size="+1"><tt>getSubtype</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#getSubtype()" target="_top"><code>getSubtype</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.NetworkInfo.getSubtypeName_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#getSubtypeName()" target="_top"><xfont size="+1"><tt>getSubtypeName</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#getSubtypeName()" target="_top"><code>getSubtypeName</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.NetworkInfo.isRoaming_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#isRoaming()" target="_top"><xfont size="+1"><tt>isRoaming</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/net/NetworkInfo.html#isRoaming()" target="_top"><code>isRoaming</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.net.wifi.WifiManager.html b/docs/html/sdk/api_diff/3/changes/android.net.wifi.WifiManager.html
index 2e79642..4fd3f6e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.net.wifi.WifiManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.net.wifi.WifiManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.net.wifi.<A HREF="../../../../reference/android/net/wifi/WifiManager.html" target="_top"><font size="+3"><tt>WifiManager</tt></font></A>
+Class android.net.wifi.<A HREF="../../../../reference/android/net/wifi/WifiManager.html" target="_top"><font size="+2"><code>WifiManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.wifi.WifiManager.createWifiLock_added(int, java.lang.String)"></A>
- <nobr><code>WifiLock</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#createWifiLock(int, java.lang.String)" target="_top"><xfont size="+1"><tt>createWifiLock</tt></font></A>(<code>int,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>WifiLock</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#createWifiLock(int, java.lang.String)" target="_top"><code>createWifiLock</code></A>(<code>int,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,14 +100,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.wifi.WifiManager.WIFI_MODE_FULL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#WIFI_MODE_FULL" target="_top"><xfont size="+1"><tt>WIFI_MODE_FULL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#WIFI_MODE_FULL" target="_top"><code>WIFI_MODE_FULL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.net.wifi.WifiManager.WIFI_MODE_SCAN_ONLY"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#WIFI_MODE_SCAN_ONLY" target="_top"><xfont size="+1"><tt>WIFI_MODE_SCAN_ONLY</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/net/wifi/WifiManager.html#WIFI_MODE_SCAN_ONLY" target="_top"><code>WIFI_MODE_SCAN_ONLY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Binder.html b/docs/html/sdk/api_diff/3/changes/android.os.Binder.html
index 882803a..9fec6a4 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Binder.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Binder.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Binder.html" target="_top"><font size="+3"><tt>Binder</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Binder.html" target="_top"><font size="+2"><code>Binder</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Binder.dump_added(java.io.FileDescriptor, java.lang.String[])"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/Binder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><xfont size="+1"><tt>dump</tt></font></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/Binder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dump</code></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Build.html b/docs/html/sdk/api_diff/3/changes/android.os.Build.html
index 2a69a8c..cf738eb 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Build.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Build.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Build.html" target="_top"><font size="+3"><tt>Build</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Build.html" target="_top"><font size="+2"><code>Build</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Build.DISPLAY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/os/Build.html#DISPLAY" target="_top"><xfont size="+1"><tt>DISPLAY</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/os/Build.html#DISPLAY" target="_top"><code>DISPLAY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Debug.html b/docs/html/sdk/api_diff/3/changes/android.os.Debug.html
index 8e7e2db..c2aead7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Debug.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Debug.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Debug.html" target="_top"><font size="+3"><tt>Debug</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Debug.html" target="_top"><font size="+2"><code>Debug</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Debug.dumpHprofData_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/Debug.html#dumpHprofData(java.lang.String)" target="_top"><xfont size="+1"><tt>dumpHprofData</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/Debug.html#dumpHprofData(java.lang.String)" target="_top"><code>dumpHprofData</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Debug.changeDebugPort_changed(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/Debug.html#changeDebugPort(int)" target="_top"><xfont size="+1"><tt>changeDebugPort</tt></font></A>(<code>int</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/Debug.html#changeDebugPort(int)" target="_top"><code>changeDebugPort</code></A>(<code>int</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Environment.html b/docs/html/sdk/api_diff/3/changes/android.os.Environment.html
index 4cc7643..1151021 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Environment.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Environment.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Environment.html" target="_top"><font size="+3"><tt>Environment</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Environment.html" target="_top"><font size="+2"><code>Environment</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,14 +85,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Environment.MEDIA_CHECKING"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/os/Environment.html#MEDIA_CHECKING" target="_top"><xfont size="+1"><tt>MEDIA_CHECKING</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/os/Environment.html#MEDIA_CHECKING" target="_top"><code>MEDIA_CHECKING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Environment.MEDIA_NOFS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/os/Environment.html#MEDIA_NOFS" target="_top"><xfont size="+1"><tt>MEDIA_NOFS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/os/Environment.html#MEDIA_NOFS" target="_top"><code>MEDIA_NOFS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Handler.html b/docs/html/sdk/api_diff/3/changes/android.os.Handler.html
index fc10c9b..dcc1da8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Handler.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Handler.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Handler.html" target="_top"><font size="+3"><tt>Handler</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Handler.html" target="_top"><font size="+2"><code>Handler</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,14 +83,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Handler.ctor_added(android.os.Handler.Callback)"></A>
- <nobr><A HREF="../../../../reference/android/os/Handler.html#Handler(android.os.Handler.Callback)" target="_top"><xfont size="+1"><tt>Handler</tt></font></A>(<code>Callback</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/os/Handler.html#Handler(android.os.Handler.Callback)" target="_top"><code>Handler</code></A>(<code>Callback</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Handler.ctor_added(android.os.Looper, android.os.Handler.Callback)"></A>
- <nobr><A HREF="../../../../reference/android/os/Handler.html#Handler(android.os.Looper, android.os.Handler.Callback)" target="_top"><xfont size="+1"><tt>Handler</tt></font></A>(<code>Looper,</nobr> Callback<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/os/Handler.html#Handler(android.os.Looper, android.os.Handler.Callback)" target="_top"><code>Handler</code></A>(<code>Looper,</nobr> Callback<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.IBinder.html b/docs/html/sdk/api_diff/3/changes/android.os.IBinder.html
index 95745dc..1328f26 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.IBinder.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.IBinder.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.os.<A HREF="../../../../reference/android/os/IBinder.html" target="_top"><font size="+3"><tt>IBinder</tt></font></A>
+Interface android.os.<A HREF="../../../../reference/android/os/IBinder.html" target="_top"><font size="+2"><code>IBinder</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.IBinder.dump_added(java.io.FileDescriptor, java.lang.String[])"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/IBinder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><xfont size="+1"><tt>dump</tt></font></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/IBinder.html#dump(java.io.FileDescriptor, java.lang.String[])" target="_top"><code>dump</code></A>(<code>FileDescriptor,</nobr> String[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Looper.html b/docs/html/sdk/api_diff/3/changes/android.os.Looper.html
index d79ae756..9910373 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Looper.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Looper.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Looper.html" target="_top"><font size="+3"><tt>Looper</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Looper.html" target="_top"><font size="+2"><code>Looper</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Looper.getThread_added()"></A>
- <nobr><code>Thread</code> <A HREF="../../../../reference/android/os/Looper.html#getThread()" target="_top"><xfont size="+1"><tt>getThread</tt></font></A>()</nobr>
+ <nobr><code>Thread</code> <A HREF="../../../../reference/android/os/Looper.html#getThread()" target="_top"><code>getThread</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.Parcel.html b/docs/html/sdk/api_diff/3/changes/android.os.Parcel.html
index 317b722d..70eb25d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.Parcel.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.Parcel.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/Parcel.html" target="_top"><font size="+3"><tt>Parcel</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Parcel.html" target="_top"><font size="+2"><code>Parcel</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Parcel.readHashMap_changed(java.lang.ClassLoader)"></A>
- <nobr><code>HashMap</code> <A HREF="../../../../reference/android/os/Parcel.html#readHashMap(java.lang.ClassLoader)" target="_top"><xfont size="+1"><tt>readHashMap</tt></font></A>(<code>ClassLoader</code>) </nobr>
+ <nobr><code>HashMap</code> <A HREF="../../../../reference/android/os/Parcel.html#readHashMap(java.lang.ClassLoader)" target="_top"><code>readHashMap</code></A>(<code>ClassLoader</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
@@ -95,7 +94,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Parcel.readMap_changed(java.util.Map, java.lang.ClassLoader)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#readMap(java.util.Map, java.lang.ClassLoader)" target="_top"><xfont size="+1"><tt>readMap</tt></font></A>(<code>Map,</nobr> ClassLoader<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#readMap(java.util.Map, java.lang.ClassLoader)" target="_top"><code>readMap</code></A>(<code>Map,</nobr> ClassLoader<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
@@ -105,7 +104,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.Parcel.writeMap_changed(java.util.Map)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#writeMap(java.util.Map)" target="_top"><xfont size="+1"><tt>writeMap</tt></font></A>(<code>Map</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/os/Parcel.html#writeMap(java.util.Map)" target="_top"><code>writeMap</code></A>(<code>Map</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from deprecated to undeprecated.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.os.ParcelFileDescriptor.html b/docs/html/sdk/api_diff/3/changes/android.os.ParcelFileDescriptor.html
index 77641d5..605c019 100644
--- a/docs/html/sdk/api_diff/3/changes/android.os.ParcelFileDescriptor.html
+++ b/docs/html/sdk/api_diff/3/changes/android.os.ParcelFileDescriptor.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.os.<A HREF="../../../../reference/android/os/ParcelFileDescriptor.html" target="_top"><font size="+3"><tt>ParcelFileDescriptor</tt></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/ParcelFileDescriptor.html" target="_top"><font size="+2"><code>ParcelFileDescriptor</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.ParcelFileDescriptor.getStatSize_added()"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/os/ParcelFileDescriptor.html#getStatSize()" target="_top"><xfont size="+1"><tt>getStatSize</tt></font></A>()</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/os/ParcelFileDescriptor.html#getStatSize()" target="_top"><code>getStatSize</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,7 +100,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.os.ParcelFileDescriptor.MODE_APPEND"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/os/ParcelFileDescriptor.html#MODE_APPEND" target="_top"><xfont size="+1"><tt>MODE_APPEND</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/os/ParcelFileDescriptor.html#MODE_APPEND" target="_top"><code>MODE_APPEND</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.preference.DialogPreference.html b/docs/html/sdk/api_diff/3/changes/android.preference.DialogPreference.html
index 93e05e7..7acc308 100644
--- a/docs/html/sdk/api_diff/3/changes/android.preference.DialogPreference.html
+++ b/docs/html/sdk/api_diff/3/changes/android.preference.DialogPreference.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.preference.<A HREF="../../../../reference/android/preference/DialogPreference.html" target="_top"><font size="+3"><tt>DialogPreference</tt></font></A>
+Class android.preference.<A HREF="../../../../reference/android/preference/DialogPreference.html" target="_top"><font size="+2"><code>DialogPreference</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.preference.DialogPreference.getDialog_added()"></A>
- <nobr><code>Dialog</code> <A HREF="../../../../reference/android/preference/DialogPreference.html#getDialog()" target="_top"><xfont size="+1"><tt>getDialog</tt></font></A>()</nobr>
+ <nobr><code>Dialog</code> <A HREF="../../../../reference/android/preference/DialogPreference.html#getDialog()" target="_top"><code>getDialog</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Browser.html b/docs/html/sdk/api_diff/3/changes/android.provider.Browser.html
index 9a9a4b8..110d28a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Browser.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Browser.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/Browser.html" target="_top"><font size="+3"><tt>Browser</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/Browser.html" target="_top"><font size="+2"><code>Browser</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Browser.EXTRA_APPLICATION_ID"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Browser.html#EXTRA_APPLICATION_ID" target="_top"><xfont size="+1"><tt>EXTRA_APPLICATION_ID</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Browser.html#EXTRA_APPLICATION_ID" target="_top"><code>EXTRA_APPLICATION_ID</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.Insert.html b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.Insert.html
index 3254182..0f2a63b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.Insert.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.Insert.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html" target="_top"><font size="+3"><tt>Contacts.Intents.Insert</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html" target="_top"><font size="+2"><code>Contacts.Intents.Insert</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,63 +85,63 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.PHONETIC_NAME"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#PHONETIC_NAME" target="_top"><xfont size="+1"><tt>PHONETIC_NAME</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#PHONETIC_NAME" target="_top"><code>PHONETIC_NAME</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.SECONDARY_EMAIL"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL" target="_top"><xfont size="+1"><tt>SECONDARY_EMAIL</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL" target="_top"><code>SECONDARY_EMAIL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.SECONDARY_EMAIL_TYPE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL_TYPE" target="_top"><xfont size="+1"><tt>SECONDARY_EMAIL_TYPE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_EMAIL_TYPE" target="_top"><code>SECONDARY_EMAIL_TYPE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.SECONDARY_PHONE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE" target="_top"><xfont size="+1"><tt>SECONDARY_PHONE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE" target="_top"><code>SECONDARY_PHONE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.SECONDARY_PHONE_TYPE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE_TYPE" target="_top"><xfont size="+1"><tt>SECONDARY_PHONE_TYPE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#SECONDARY_PHONE_TYPE" target="_top"><code>SECONDARY_PHONE_TYPE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.TERTIARY_EMAIL"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL" target="_top"><xfont size="+1"><tt>TERTIARY_EMAIL</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL" target="_top"><code>TERTIARY_EMAIL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.TERTIARY_EMAIL_TYPE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL_TYPE" target="_top"><xfont size="+1"><tt>TERTIARY_EMAIL_TYPE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_EMAIL_TYPE" target="_top"><code>TERTIARY_EMAIL_TYPE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.TERTIARY_PHONE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE" target="_top"><xfont size="+1"><tt>TERTIARY_PHONE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE" target="_top"><code>TERTIARY_PHONE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.Insert.TERTIARY_PHONE_TYPE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE_TYPE" target="_top"><xfont size="+1"><tt>TERTIARY_PHONE_TYPE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.Insert.html#TERTIARY_PHONE_TYPE" target="_top"><code>TERTIARY_PHONE_TYPE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.html b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.html
index 1f75833..c2694d4 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.Intents.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.html" target="_top"><font size="+3"><tt>Contacts.Intents</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/Contacts.Intents.html" target="_top"><font size="+2"><code>Contacts.Intents</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION" target="_top"><xfont size="+1"><tt>EXTRA_CREATE_DESCRIPTION</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_CREATE_DESCRIPTION" target="_top"><code>EXTRA_CREATE_DESCRIPTION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.EXTRA_FORCE_CREATE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_FORCE_CREATE" target="_top"><xfont size="+1"><tt>EXTRA_FORCE_CREATE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#EXTRA_FORCE_CREATE" target="_top"><code>EXTRA_FORCE_CREATE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#SHOW_OR_CREATE_CONTACT" target="_top"><xfont size="+1"><tt>SHOW_OR_CREATE_CONTACT</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.Intents.html#SHOW_OR_CREATE_CONTACT" target="_top"><code>SHOW_OR_CREATE_CONTACT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.PeopleColumns.html b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.PeopleColumns.html
index e8c0f4d..758917d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.PeopleColumns.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Contacts.PeopleColumns.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.PeopleColumns.html" target="_top"><font size="+3"><tt>Contacts.PeopleColumns</tt></font></A>
+Interface android.provider.<A HREF="../../../../reference/android/provider/Contacts.PeopleColumns.html" target="_top"><font size="+2"><code>Contacts.PeopleColumns</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Contacts.PeopleColumns.PHONETIC_NAME"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.PeopleColumns.html#PHONETIC_NAME" target="_top"><xfont size="+1"><tt>PHONETIC_NAME</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Contacts.PeopleColumns.html#PHONETIC_NAME" target="_top"><code>PHONETIC_NAME</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.AlbumColumns.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.AlbumColumns.html
index ade1498..1b14ca5 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.AlbumColumns.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.AlbumColumns.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html" target="_top"><font size="+3"><tt>MediaStore.Audio.AlbumColumns</tt></font></A>
+Interface android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html" target="_top"><font size="+2"><code>MediaStore.Audio.AlbumColumns</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Audio.AlbumColumns.NUMBER_OF_SONGS_FOR_ARTIST"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html#NUMBER_OF_SONGS_FOR_ARTIST" target="_top"><xfont size="+1"><tt>NUMBER_OF_SONGS_FOR_ARTIST</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Audio.AlbumColumns.html#NUMBER_OF_SONGS_FOR_ARTIST" target="_top"><code>NUMBER_OF_SONGS_FOR_ARTIST</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.Media.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.Media.html
index 52bae9d..cecc4f6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.Media.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Audio.Media.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Audio.Media.html" target="_top"><font size="+3"><tt>MediaStore.Audio.Media</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Audio.Media.html" target="_top"><font size="+2"><code>MediaStore.Audio.Media</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Audio.Media.EXTRA_MAX_BYTES"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Audio.Media.html#EXTRA_MAX_BYTES" target="_top"><xfont size="+1"><tt>EXTRA_MAX_BYTES</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Audio.Media.html#EXTRA_MAX_BYTES" target="_top"><code>EXTRA_MAX_BYTES</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Images.Media.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Images.Media.html
index b375c3f..7eb4f8f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Images.Media.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Images.Media.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html" target="_top"><font size="+3"><tt>MediaStore.Images.Media</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html" target="_top"><font size="+2"><code>MediaStore.Images.Media</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html#DEFAULT_SORT_ORDER" target="_top"><xfont size="+1"><tt>DEFAULT_SORT_ORDER</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Images.Media.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
Changed in value from "name ASC" to "bucket_display_name".
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.VideoColumns.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.VideoColumns.html
index 4349450..d4ebdaf 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.VideoColumns.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.VideoColumns.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html" target="_top"><font size="+3"><tt>MediaStore.Video.VideoColumns</tt></font></A>
+Interface android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html" target="_top"><font size="+2"><code>MediaStore.Video.VideoColumns</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Video.VideoColumns.BOOKMARK"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BOOKMARK" target="_top"><xfont size="+1"><tt>BOOKMARK</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BOOKMARK" target="_top"><code>BOOKMARK</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Video.VideoColumns.BUCKET_DISPLAY_NAME"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_DISPLAY_NAME" target="_top"><xfont size="+1"><tt>BUCKET_DISPLAY_NAME</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_DISPLAY_NAME" target="_top"><code>BUCKET_DISPLAY_NAME</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Video.VideoColumns.BUCKET_ID"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_ID" target="_top"><xfont size="+1"><tt>BUCKET_ID</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.VideoColumns.html#BUCKET_ID" target="_top"><code>BUCKET_ID</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.html
index 6043762..76a3df3 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.Video.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.html" target="_top"><font size="+3"><tt>MediaStore.Video</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.Video.html" target="_top"><font size="+2"><code>MediaStore.Video</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.Video.DEFAULT_SORT_ORDER"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.html#DEFAULT_SORT_ORDER" target="_top"><xfont size="+1"><tt>DEFAULT_SORT_ORDER</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.Video.html#DEFAULT_SORT_ORDER" target="_top"><code>DEFAULT_SORT_ORDER</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
Changed in value from "name ASC" to "_display_name".
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.html b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.html
index 0d6a4cd..8c61a9a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.MediaStore.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.html" target="_top"><font size="+3"><tt>MediaStore</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/MediaStore.html" target="_top"><font size="+2"><code>MediaStore</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,91 +85,91 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.ACTION_IMAGE_CAPTURE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE" target="_top"><xfont size="+1"><tt>ACTION_IMAGE_CAPTURE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_IMAGE_CAPTURE" target="_top"><code>ACTION_IMAGE_CAPTURE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.ACTION_VIDEO_CAPTURE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_VIDEO_CAPTURE" target="_top"><xfont size="+1"><tt>ACTION_VIDEO_CAPTURE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#ACTION_VIDEO_CAPTURE" target="_top"><code>ACTION_VIDEO_CAPTURE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_FINISH_ON_COMPLETION"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_FINISH_ON_COMPLETION" target="_top"><xfont size="+1"><tt>EXTRA_FINISH_ON_COMPLETION</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_FINISH_ON_COMPLETION" target="_top"><code>EXTRA_FINISH_ON_COMPLETION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_MEDIA_ALBUM"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_ALBUM" target="_top"><xfont size="+1"><tt>EXTRA_MEDIA_ALBUM</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_ALBUM" target="_top"><code>EXTRA_MEDIA_ALBUM</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_MEDIA_ARTIST"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_ARTIST" target="_top"><xfont size="+1"><tt>EXTRA_MEDIA_ARTIST</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_ARTIST" target="_top"><code>EXTRA_MEDIA_ARTIST</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_MEDIA_FOCUS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_FOCUS" target="_top"><xfont size="+1"><tt>EXTRA_MEDIA_FOCUS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_FOCUS" target="_top"><code>EXTRA_MEDIA_FOCUS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_MEDIA_TITLE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_TITLE" target="_top"><xfont size="+1"><tt>EXTRA_MEDIA_TITLE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_MEDIA_TITLE" target="_top"><code>EXTRA_MEDIA_TITLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_OUTPUT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_OUTPUT" target="_top"><xfont size="+1"><tt>EXTRA_OUTPUT</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_OUTPUT" target="_top"><code>EXTRA_OUTPUT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_SCREEN_ORIENTATION"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_SCREEN_ORIENTATION" target="_top"><xfont size="+1"><tt>EXTRA_SCREEN_ORIENTATION</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_SCREEN_ORIENTATION" target="_top"><code>EXTRA_SCREEN_ORIENTATION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.EXTRA_VIDEO_QUALITY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_VIDEO_QUALITY" target="_top"><xfont size="+1"><tt>EXTRA_VIDEO_QUALITY</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#EXTRA_VIDEO_QUALITY" target="_top"><code>EXTRA_VIDEO_QUALITY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.INTENT_ACTION_MEDIA_SEARCH"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_MEDIA_SEARCH" target="_top"><xfont size="+1"><tt>INTENT_ACTION_MEDIA_SEARCH</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_MEDIA_SEARCH" target="_top"><code>INTENT_ACTION_MEDIA_SEARCH</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_STILL_IMAGE_CAMERA" target="_top"><xfont size="+1"><tt>INTENT_ACTION_STILL_IMAGE_CAMERA</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_STILL_IMAGE_CAMERA" target="_top"><code>INTENT_ACTION_STILL_IMAGE_CAMERA</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.MediaStore.INTENT_ACTION_VIDEO_CAMERA"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_VIDEO_CAMERA" target="_top"><xfont size="+1"><tt>INTENT_ACTION_VIDEO_CAMERA</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/MediaStore.html#INTENT_ACTION_VIDEO_CAMERA" target="_top"><code>INTENT_ACTION_VIDEO_CAMERA</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Settings.System.html b/docs/html/sdk/api_diff/3/changes/android.provider.Settings.System.html
index b7ef86c..0672182 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Settings.System.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Settings.System.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/Settings.System.html" target="_top"><font size="+3"><tt>Settings.System</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/Settings.System.html" target="_top"><font size="+2"><code>Settings.System</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String)" target="_top"><xfont size="+1"><tt>getLong</tt></font></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String, long)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><xfont size="+1"><tt>getLong</tt></font></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/provider/Settings.System.html#getLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>getLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.putLong_added(android.content.ContentResolver, java.lang.String, long)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/provider/Settings.System.html#putLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><xfont size="+1"><tt>putLong</tt></font></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/provider/Settings.System.html#putLong(android.content.ContentResolver, java.lang.String, long)" target="_top"><code>putLong</code></A>(<code>ContentResolver,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -115,70 +114,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.ACCELEROMETER_ROTATION"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ACCELEROMETER_ROTATION" target="_top"><xfont size="+1"><tt>ACCELEROMETER_ROTATION</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ACCELEROMETER_ROTATION" target="_top"><code>ACCELEROMETER_ROTATION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#HAPTIC_FEEDBACK_ENABLED" target="_top"><xfont size="+1"><tt>HAPTIC_FEEDBACK_ENABLED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#HAPTIC_FEEDBACK_ENABLED" target="_top"><code>HAPTIC_FEEDBACK_ENABLED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED" target="_top"><xfont size="+1"><tt>LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED" target="_top"><code>LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.VOLUME_NOTIFICATION"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#VOLUME_NOTIFICATION" target="_top"><xfont size="+1"><tt>VOLUME_NOTIFICATION</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#VOLUME_NOTIFICATION" target="_top"><code>VOLUME_NOTIFICATION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_MAX_DHCP_RETRY_COUNT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MAX_DHCP_RETRY_COUNT" target="_top"><xfont size="+1"><tt>WIFI_MAX_DHCP_RETRY_COUNT</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MAX_DHCP_RETRY_COUNT" target="_top"><code>WIFI_MAX_DHCP_RETRY_COUNT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS" target="_top"><xfont size="+1"><tt>WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS" target="_top"><code>WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_SLEEP_POLICY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY" target="_top"><xfont size="+1"><tt>WIFI_SLEEP_POLICY</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY" target="_top"><code>WIFI_SLEEP_POLICY</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_SLEEP_POLICY_DEFAULT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_DEFAULT" target="_top"><xfont size="+1"><tt>WIFI_SLEEP_POLICY_DEFAULT</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_DEFAULT" target="_top"><code>WIFI_SLEEP_POLICY_DEFAULT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_NEVER" target="_top"><xfont size="+1"><tt>WIFI_SLEEP_POLICY_NEVER</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_NEVER" target="_top"><code>WIFI_SLEEP_POLICY_NEVER</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED" target="_top"><xfont size="+1"><tt>WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED" target="_top"><code>WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -193,7 +192,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.ADB_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ADB_ENABLED" target="_top"><xfont size="+1"><tt>ADB_ENABLED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ADB_ENABLED" target="_top"><code>ADB_ENABLED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -202,7 +201,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.ANDROID_ID"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ANDROID_ID" target="_top"><xfont size="+1"><tt>ANDROID_ID</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#ANDROID_ID" target="_top"><code>ANDROID_ID</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -211,7 +210,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.BLUETOOTH_ON"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#BLUETOOTH_ON" target="_top"><xfont size="+1"><tt>BLUETOOTH_ON</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#BLUETOOTH_ON" target="_top"><code>BLUETOOTH_ON</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -220,7 +219,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.DATA_ROAMING"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#DATA_ROAMING" target="_top"><xfont size="+1"><tt>DATA_ROAMING</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#DATA_ROAMING" target="_top"><code>DATA_ROAMING</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -229,7 +228,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.DEVICE_PROVISIONED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#DEVICE_PROVISIONED" target="_top"><xfont size="+1"><tt>DEVICE_PROVISIONED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#DEVICE_PROVISIONED" target="_top"><code>DEVICE_PROVISIONED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -238,7 +237,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.HTTP_PROXY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#HTTP_PROXY" target="_top"><xfont size="+1"><tt>HTTP_PROXY</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#HTTP_PROXY" target="_top"><code>HTTP_PROXY</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -247,7 +246,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.INSTALL_NON_MARKET_APPS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#INSTALL_NON_MARKET_APPS" target="_top"><xfont size="+1"><tt>INSTALL_NON_MARKET_APPS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#INSTALL_NON_MARKET_APPS" target="_top"><code>INSTALL_NON_MARKET_APPS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -256,7 +255,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.LOCATION_PROVIDERS_ALLOWED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOCATION_PROVIDERS_ALLOWED" target="_top"><xfont size="+1"><tt>LOCATION_PROVIDERS_ALLOWED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOCATION_PROVIDERS_ALLOWED" target="_top"><code>LOCATION_PROVIDERS_ALLOWED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -265,7 +264,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.LOGGING_ID"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOGGING_ID" target="_top"><xfont size="+1"><tt>LOGGING_ID</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#LOGGING_ID" target="_top"><code>LOGGING_ID</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -274,7 +273,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.NETWORK_PREFERENCE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#NETWORK_PREFERENCE" target="_top"><xfont size="+1"><tt>NETWORK_PREFERENCE</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#NETWORK_PREFERENCE" target="_top"><code>NETWORK_PREFERENCE</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -283,7 +282,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.PARENTAL_CONTROL_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_ENABLED" target="_top"><xfont size="+1"><tt>PARENTAL_CONTROL_ENABLED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_ENABLED" target="_top"><code>PARENTAL_CONTROL_ENABLED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -292,7 +291,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.PARENTAL_CONTROL_LAST_UPDATE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_LAST_UPDATE" target="_top"><xfont size="+1"><tt>PARENTAL_CONTROL_LAST_UPDATE</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_LAST_UPDATE" target="_top"><code>PARENTAL_CONTROL_LAST_UPDATE</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -301,7 +300,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.PARENTAL_CONTROL_REDIRECT_URL"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_REDIRECT_URL" target="_top"><xfont size="+1"><tt>PARENTAL_CONTROL_REDIRECT_URL</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#PARENTAL_CONTROL_REDIRECT_URL" target="_top"><code>PARENTAL_CONTROL_REDIRECT_URL</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -310,7 +309,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.SETTINGS_CLASSNAME"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#SETTINGS_CLASSNAME" target="_top"><xfont size="+1"><tt>SETTINGS_CLASSNAME</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#SETTINGS_CLASSNAME" target="_top"><code>SETTINGS_CLASSNAME</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -319,7 +318,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.USB_MASS_STORAGE_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#USB_MASS_STORAGE_ENABLED" target="_top"><xfont size="+1"><tt>USB_MASS_STORAGE_ENABLED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#USB_MASS_STORAGE_ENABLED" target="_top"><code>USB_MASS_STORAGE_ENABLED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -328,7 +327,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.USE_GOOGLE_MAIL"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#USE_GOOGLE_MAIL" target="_top"><xfont size="+1"><tt>USE_GOOGLE_MAIL</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#USE_GOOGLE_MAIL" target="_top"><code>USE_GOOGLE_MAIL</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -337,7 +336,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON" target="_top"><xfont size="+1"><tt>WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON" target="_top"><code>WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -346,7 +345,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY" target="_top"><xfont size="+1"><tt>WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY" target="_top"><code>WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -355,7 +354,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_NUM_OPEN_NETWORKS_KEPT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NUM_OPEN_NETWORKS_KEPT" target="_top"><xfont size="+1"><tt>WIFI_NUM_OPEN_NETWORKS_KEPT</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_NUM_OPEN_NETWORKS_KEPT" target="_top"><code>WIFI_NUM_OPEN_NETWORKS_KEPT</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -364,7 +363,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_ON"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_ON" target="_top"><xfont size="+1"><tt>WIFI_ON</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_ON" target="_top"><code>WIFI_ON</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -373,7 +372,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE" target="_top"><code>WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -382,7 +381,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_AP_COUNT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_AP_COUNT" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_AP_COUNT</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_AP_COUNT" target="_top"><code>WIFI_WATCHDOG_AP_COUNT</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -391,7 +390,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS" target="_top"><code>WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -400,7 +399,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED" target="_top"><code>WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -409,7 +408,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS" target="_top"><code>WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -418,7 +417,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT" target="_top"><code>WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -427,7 +426,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_MAX_AP_CHECKS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_MAX_AP_CHECKS" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_MAX_AP_CHECKS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_MAX_AP_CHECKS" target="_top"><code>WIFI_WATCHDOG_MAX_AP_CHECKS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -436,7 +435,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_ON"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_ON" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_ON</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_ON" target="_top"><code>WIFI_WATCHDOG_ON</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -445,7 +444,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_PING_COUNT"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_COUNT" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_PING_COUNT</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_COUNT" target="_top"><code>WIFI_WATCHDOG_PING_COUNT</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -454,7 +453,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_PING_DELAY_MS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_DELAY_MS" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_PING_DELAY_MS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_DELAY_MS" target="_top"><code>WIFI_WATCHDOG_PING_DELAY_MS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
@@ -463,7 +462,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.System.WIFI_WATCHDOG_PING_TIMEOUT_MS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_TIMEOUT_MS" target="_top"><xfont size="+1"><tt>WIFI_WATCHDOG_PING_TIMEOUT_MS</tt></font></A></nobr> </TD>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.System.html#WIFI_WATCHDOG_PING_TIMEOUT_MS" target="_top"><code>WIFI_WATCHDOG_PING_TIMEOUT_MS</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.provider.Settings.html b/docs/html/sdk/api_diff/3/changes/android.provider.Settings.html
index 227b462..00b0b1f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.provider.Settings.html
+++ b/docs/html/sdk/api_diff/3/changes/android.provider.Settings.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.provider.<A HREF="../../../../reference/android/provider/Settings.html" target="_top"><font size="+3"><tt>Settings</tt></font></A>
+Class android.provider.<A HREF="../../../../reference/android/provider/Settings.html" target="_top"><font size="+2"><code>Settings</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,84 +85,84 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_AIRPLANE_MODE_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_AIRPLANE_MODE_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_AIRPLANE_MODE_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_AIRPLANE_MODE_SETTINGS" target="_top"><code>ACTION_AIRPLANE_MODE_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_APPLICATION_DEVELOPMENT_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_APPLICATION_DEVELOPMENT_SETTINGS" target="_top"><code>ACTION_APPLICATION_DEVELOPMENT_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_DATA_ROAMING_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_DATA_ROAMING_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_DATA_ROAMING_SETTINGS" target="_top"><code>ACTION_DATA_ROAMING_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_INPUT_METHOD_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_INPUT_METHOD_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_INPUT_METHOD_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_INPUT_METHOD_SETTINGS" target="_top"><code>ACTION_INPUT_METHOD_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_INTERNAL_STORAGE_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_INTERNAL_STORAGE_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_INTERNAL_STORAGE_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_INTERNAL_STORAGE_SETTINGS" target="_top"><code>ACTION_INTERNAL_STORAGE_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_MANAGE_APPLICATIONS_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_MANAGE_APPLICATIONS_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_MANAGE_APPLICATIONS_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_MANAGE_APPLICATIONS_SETTINGS" target="_top"><code>ACTION_MANAGE_APPLICATIONS_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_MEMORY_CARD_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_MEMORY_CARD_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_MEMORY_CARD_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_MEMORY_CARD_SETTINGS" target="_top"><code>ACTION_MEMORY_CARD_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_NETWORK_OPERATOR_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_NETWORK_OPERATOR_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_NETWORK_OPERATOR_SETTINGS" target="_top"><code>ACTION_NETWORK_OPERATOR_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_QUICK_LAUNCH_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_QUICK_LAUNCH_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_QUICK_LAUNCH_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_QUICK_LAUNCH_SETTINGS" target="_top"><code>ACTION_QUICK_LAUNCH_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_SYNC_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_SYNC_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_SYNC_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_SYNC_SETTINGS" target="_top"><code>ACTION_SYNC_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_USER_DICTIONARY_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_USER_DICTIONARY_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_USER_DICTIONARY_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_USER_DICTIONARY_SETTINGS" target="_top"><code>ACTION_USER_DICTIONARY_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.provider.Settings.ACTION_WIFI_IP_SETTINGS"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_WIFI_IP_SETTINGS" target="_top"><xfont size="+1"><tt>ACTION_WIFI_IP_SETTINGS</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/provider/Settings.html#ACTION_WIFI_IP_SETTINGS" target="_top"><code>ACTION_WIFI_IP_SETTINGS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.telephony.PhoneNumberUtils.html b/docs/html/sdk/api_diff/3/changes/android.telephony.PhoneNumberUtils.html
index 6e0b240..5804c12 100644
--- a/docs/html/sdk/api_diff/3/changes/android.telephony.PhoneNumberUtils.html
+++ b/docs/html/sdk/api_diff/3/changes/android.telephony.PhoneNumberUtils.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.telephony.<A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html" target="_top"><font size="+3"><tt>PhoneNumberUtils</tt></font></A>
+Class android.telephony.<A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html" target="_top"><font size="+2"><code>PhoneNumberUtils</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.PhoneNumberUtils.formatJapaneseNumber_added(android.text.Editable)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html#formatJapaneseNumber(android.text.Editable)" target="_top"><xfont size="+1"><tt>formatJapaneseNumber</tt></font></A>(<code>Editable</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html#formatJapaneseNumber(android.text.Editable)" target="_top"><code>formatJapaneseNumber</code></A>(<code>Editable</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,7 +100,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.PhoneNumberUtils.FORMAT_JAPAN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html#FORMAT_JAPAN" target="_top"><xfont size="+1"><tt>FORMAT_JAPAN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/PhoneNumberUtils.html#FORMAT_JAPAN" target="_top"><code>FORMAT_JAPAN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.telephony.TelephonyManager.html b/docs/html/sdk/api_diff/3/changes/android.telephony.TelephonyManager.html
index aa02f5c..2948e22 100644
--- a/docs/html/sdk/api_diff/3/changes/android.telephony.TelephonyManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.telephony.TelephonyManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.telephony.<A HREF="../../../../reference/android/telephony/TelephonyManager.html" target="_top"><font size="+3"><tt>TelephonyManager</tt></font></A>
+Class android.telephony.<A HREF="../../../../reference/android/telephony/TelephonyManager.html" target="_top"><font size="+2"><code>TelephonyManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.getNeighboringCellInfo_added()"></A>
- <nobr><code>List<NeighboringCellInfo></code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#getNeighboringCellInfo()" target="_top"><xfont size="+1"><tt>getNeighboringCellInfo</tt></font></A>()</nobr>
+ <nobr><code>List<NeighboringCellInfo></code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#getNeighboringCellInfo()" target="_top"><code>getNeighboringCellInfo</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,42 +100,42 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.ACTION_PHONE_STATE_CHANGED"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#ACTION_PHONE_STATE_CHANGED" target="_top"><xfont size="+1"><tt>ACTION_PHONE_STATE_CHANGED</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#ACTION_PHONE_STATE_CHANGED" target="_top"><code>ACTION_PHONE_STATE_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.EXTRA_INCOMING_NUMBER"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_INCOMING_NUMBER" target="_top"><xfont size="+1"><tt>EXTRA_INCOMING_NUMBER</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_INCOMING_NUMBER" target="_top"><code>EXTRA_INCOMING_NUMBER</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.EXTRA_STATE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE" target="_top"><xfont size="+1"><tt>EXTRA_STATE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE" target="_top"><code>EXTRA_STATE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.EXTRA_STATE_IDLE"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_IDLE" target="_top"><xfont size="+1"><tt>EXTRA_STATE_IDLE</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_IDLE" target="_top"><code>EXTRA_STATE_IDLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.EXTRA_STATE_OFFHOOK"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_OFFHOOK" target="_top"><xfont size="+1"><tt>EXTRA_STATE_OFFHOOK</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_OFFHOOK" target="_top"><code>EXTRA_STATE_OFFHOOK</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.EXTRA_STATE_RINGING"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_RINGING" target="_top"><xfont size="+1"><tt>EXTRA_STATE_RINGING</tt></font></A></nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#EXTRA_STATE_RINGING" target="_top"><code>EXTRA_STATE_RINGING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.telephony.gsm.SmsMessage.html b/docs/html/sdk/api_diff/3/changes/android.telephony.gsm.SmsMessage.html
index c606904..ce994dc 100644
--- a/docs/html/sdk/api_diff/3/changes/android.telephony.gsm.SmsMessage.html
+++ b/docs/html/sdk/api_diff/3/changes/android.telephony.gsm.SmsMessage.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.telephony.gsm.<A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html" target="_top"><font size="+3"><tt>SmsMessage</tt></font></A>
+Class android.telephony.gsm.<A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html" target="_top"><font size="+2"><code>SmsMessage</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.gsm.SmsMessage.calculateLength_added(java.lang.CharSequence, boolean)"></A>
- <nobr><code>int[]</code> <A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html#calculateLength(java.lang.CharSequence, boolean)" target="_top"><xfont size="+1"><tt>calculateLength</tt></font></A>(<code>CharSequence,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><code>int[]</code> <A HREF="../../../../reference/android/telephony/gsm/SmsMessage.html#calculateLength(java.lang.CharSequence, boolean)" target="_top"><code>calculateLength</code></A>(<code>CharSequence,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.ActivityInstrumentationTestCase.html b/docs/html/sdk/api_diff/3/changes/android.test.ActivityInstrumentationTestCase.html
index c336077..7574c36 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.ActivityInstrumentationTestCase.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.ActivityInstrumentationTestCase.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.<A HREF="../../../../reference/android/test/ActivityInstrumentationTestCase.html" target="_top"><font size="+3"><tt>ActivityInstrumentationTestCase</tt></font></A>
+Class android.test.<A HREF="../../../../reference/android/test/ActivityInstrumentationTestCase.html" target="_top"><font size="+2"><code>ActivityInstrumentationTestCase</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.InstrumentationTestCase.html b/docs/html/sdk/api_diff/3/changes/android.test.InstrumentationTestCase.html
index 1fb403a..b8970e5 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.InstrumentationTestCase.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.InstrumentationTestCase.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.<A HREF="../../../../reference/android/test/InstrumentationTestCase.html" target="_top"><font size="+3"><tt>InstrumentationTestCase</tt></font></A>
+Class android.test.<A HREF="../../../../reference/android/test/InstrumentationTestCase.html" target="_top"><font size="+2"><code>InstrumentationTestCase</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.InstrumentationTestCase.launchActivityWithIntent_added(java.lang.String, java.lang.Class<T>, android.content.Intent)"></A>
- <nobr><code>T</code> <A HREF="../../../../reference/android/test/InstrumentationTestCase.html#launchActivityWithIntent(java.lang.String, java.lang.Class<T>, android.content.Intent)" target="_top"><xfont size="+1"><tt>launchActivityWithIntent</tt></font></A>(<code>String,</nobr> Class<T><nobr>,</nobr> Intent<nobr><nobr></code>)</nobr>
+ <nobr><code>T</code> <A HREF="../../../../reference/android/test/InstrumentationTestCase.html#launchActivityWithIntent(java.lang.String, java.lang.Class<T>, android.content.Intent)" target="_top"><code>launchActivityWithIntent</code></A>(<code>String,</nobr> Class<T><nobr>,</nobr> Intent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.InstrumentationTestCase.runTestOnUiThread_added(java.lang.Runnable)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/InstrumentationTestCase.html#runTestOnUiThread(java.lang.Runnable)" target="_top"><xfont size="+1"><tt>runTestOnUiThread</tt></font></A>(<code>Runnable</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/InstrumentationTestCase.html#runTestOnUiThread(java.lang.Runnable)" target="_top"><code>runTestOnUiThread</code></A>(<code>Runnable</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.ProviderTestCase.html b/docs/html/sdk/api_diff/3/changes/android.test.ProviderTestCase.html
index ffbee60..19c7eb5 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.ProviderTestCase.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.ProviderTestCase.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.<A HREF="../../../../reference/android/test/ProviderTestCase.html" target="_top"><font size="+3"><tt>ProviderTestCase</tt></font></A>
+Class android.test.<A HREF="../../../../reference/android/test/ProviderTestCase.html" target="_top"><font size="+2"><code>ProviderTestCase</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.TouchUtils.html b/docs/html/sdk/api_diff/3/changes/android.test.TouchUtils.html
index 75f9e5e0..4606b94 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.TouchUtils.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.TouchUtils.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,15 +67,30 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.<A HREF="../../../../reference/android/test/TouchUtils.html" target="_top"><font size="+3"><tt>TouchUtils</tt></font></A>
+Class android.test.<A HREF="../../../../reference/android/test/TouchUtils.html" target="_top"><font size="+2"><code>TouchUtils</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
+<a NAME="Removed"></a>
+<TABLE summary="Removed Methods" WIDTH="100%">
+<TR>
+ <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
+</TH>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)"></A>
+ <nobr><code>void</code> dragViewToBottom(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+</TABLE>
+
+<p>
<a NAME="Added"></a>
<TABLE summary="Added Methods" WIDTH="100%">
<TR>
@@ -85,98 +99,105 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.drag_added(android.test.InstrumentationTestCase, float, float, float, float, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#drag(android.test.InstrumentationTestCase, float, float, float, float, int)" target="_top"><xfont size="+1"><tt>drag</tt></font></A>(<code>InstrumentationTestCase,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#drag(android.test.InstrumentationTestCase, float, float, float, float, int)" target="_top"><code>drag</code></A>(<code>InstrumentationTestCase,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragQuarterScreenDown_added(android.test.InstrumentationTestCase, android.app.Activity)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenDown(android.test.InstrumentationTestCase, android.app.Activity)" target="_top"><xfont size="+1"><tt>dragQuarterScreenDown</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenDown(android.test.InstrumentationTestCase, android.app.Activity)" target="_top"><code>dragQuarterScreenDown</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragQuarterScreenUp_added(android.test.InstrumentationTestCase, android.app.Activity)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenUp(android.test.InstrumentationTestCase, android.app.Activity)" target="_top"><xfont size="+1"><tt>dragQuarterScreenUp</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenUp(android.test.InstrumentationTestCase, android.app.Activity)" target="_top"><code>dragQuarterScreenUp</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewBy_added(android.test.InstrumentationTestCase, android.view.View, int, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewBy(android.test.InstrumentationTestCase, android.view.View, int, int, int)" target="_top"><xfont size="+1"><tt>dragViewBy</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewBy(android.test.InstrumentationTestCase, android.view.View, int, int, int)" target="_top"><code>dragViewBy</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewTo_added(android.test.InstrumentationTestCase, android.view.View, int, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewTo(android.test.InstrumentationTestCase, android.view.View, int, int, int)" target="_top"><xfont size="+1"><tt>dragViewTo</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewTo(android.test.InstrumentationTestCase, android.view.View, int, int, int)" target="_top"><code>dragViewTo</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)"></A>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" target="_top"><code>dragViewToBottom</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> View<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View, int)" target="_top"><xfont size="+1"><tt>dragViewToBottom</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View, int)" target="_top"><code>dragViewToBottom</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int)" target="_top"><xfont size="+1"><tt>dragViewToBottom</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int)" target="_top"><code>dragViewToBottom</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.InstrumentationTestCase, android.view.View)" target="_top"><xfont size="+1"><tt>dragViewToTop</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.InstrumentationTestCase, android.view.View)" target="_top"><code>dragViewToTop</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.InstrumentationTestCase, android.view.View, int)" target="_top"><xfont size="+1"><tt>dragViewToTop</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.InstrumentationTestCase, android.view.View, int)" target="_top"><code>dragViewToTop</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToX_added(android.test.InstrumentationTestCase, android.view.View, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToX(android.test.InstrumentationTestCase, android.view.View, int, int)" target="_top"><xfont size="+1"><tt>dragViewToX</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToX(android.test.InstrumentationTestCase, android.view.View, int, int)" target="_top"><code>dragViewToX</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToY_added(android.test.InstrumentationTestCase, android.view.View, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToY(android.test.InstrumentationTestCase, android.view.View, int, int)" target="_top"><xfont size="+1"><tt>dragViewToY</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToY(android.test.InstrumentationTestCase, android.view.View, int, int)" target="_top"><code>dragViewToY</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.longClickView_added(android.test.InstrumentationTestCase, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#longClickView(android.test.InstrumentationTestCase, android.view.View)" target="_top"><xfont size="+1"><tt>longClickView</tt></font></A>(<code>InstrumentationTestCase,</nobr> View<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#longClickView(android.test.InstrumentationTestCase, android.view.View)" target="_top"><code>longClickView</code></A>(<code>InstrumentationTestCase,</nobr> View<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.scrollToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)" target="_top"><xfont size="+1"><tt>scrollToBottom</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> ViewGroup<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)" target="_top"><code>scrollToBottom</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> ViewGroup<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.scrollToTop_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToTop(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)" target="_top"><xfont size="+1"><tt>scrollToTop</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> ViewGroup<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToTop(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)" target="_top"><code>scrollToTop</code></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> ViewGroup<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -191,7 +212,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.drag_changed(android.test.ActivityInstrumentationTestCase, float, float, float, float, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#drag(android.test.ActivityInstrumentationTestCase, float, float, float, float, int)" target="_top"><xfont size="+1"><tt>drag</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#drag(android.test.ActivityInstrumentationTestCase, float, float, float, float, int)" target="_top"><code>drag</code></A>(<code>ActivityInstrumentationTestCase,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> float<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -201,7 +222,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragQuarterScreenDown_changed(android.test.ActivityInstrumentationTestCase)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenDown(android.test.ActivityInstrumentationTestCase)" target="_top"><xfont size="+1"><tt>dragQuarterScreenDown</tt></font></A>(<code>ActivityInstrumentationTestCase</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenDown(android.test.ActivityInstrumentationTestCase)" target="_top"><code>dragQuarterScreenDown</code></A>(<code>ActivityInstrumentationTestCase</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -211,7 +232,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragQuarterScreenUp_changed(android.test.ActivityInstrumentationTestCase)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenUp(android.test.ActivityInstrumentationTestCase)" target="_top"><xfont size="+1"><tt>dragQuarterScreenUp</tt></font></A>(<code>ActivityInstrumentationTestCase</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragQuarterScreenUp(android.test.ActivityInstrumentationTestCase)" target="_top"><code>dragQuarterScreenUp</code></A>(<code>ActivityInstrumentationTestCase</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -221,7 +242,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewBy_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewBy(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" target="_top"><xfont size="+1"><tt>dragViewBy</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewBy(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" target="_top"><code>dragViewBy</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -231,7 +252,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewTo_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewTo(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" target="_top"><xfont size="+1"><tt>dragViewTo</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewTo(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" target="_top"><code>dragViewTo</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -241,7 +262,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><xfont size="+1"><tt>dragViewToBottom</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><code>dragViewToBottom</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -250,18 +271,8 @@
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.test.TouchUtils.dragViewToBottom_changed(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" target="_top"><xfont size="+1"><tt>dragViewToBottom</tt></font></A>(<code>InstrumentationTestCase,</nobr> Activity<nobr>,</nobr> View<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-Change in signature from (<code>ActivityInstrumentationTestCase, View, int</code>) to (<code>InstrumentationTestCase, Activity, View</code>).<br>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><xfont size="+1"><tt>dragViewToTop</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><code>dragViewToTop</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -271,7 +282,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View, int)" target="_top"><xfont size="+1"><tt>dragViewToTop</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToTop(android.test.ActivityInstrumentationTestCase, android.view.View, int)" target="_top"><code>dragViewToTop</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -281,7 +292,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToX_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToX(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)" target="_top"><xfont size="+1"><tt>dragViewToX</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToX(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)" target="_top"><code>dragViewToX</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -291,7 +302,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.dragViewToY_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToY(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)" target="_top"><xfont size="+1"><tt>dragViewToY</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/test/TouchUtils.html#dragViewToY(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)" target="_top"><code>dragViewToY</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -301,7 +312,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.longClickView_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#longClickView(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><xfont size="+1"><tt>longClickView</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#longClickView(android.test.ActivityInstrumentationTestCase, android.view.View)" target="_top"><code>longClickView</code></A>(<code>ActivityInstrumentationTestCase,</nobr> View<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -311,7 +322,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.scrollToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToBottom(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)" target="_top"><xfont size="+1"><tt>scrollToBottom</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> ViewGroup<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToBottom(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)" target="_top"><code>scrollToBottom</code></A>(<code>ActivityInstrumentationTestCase,</nobr> ViewGroup<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -321,7 +332,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.TouchUtils.scrollToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToTop(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)" target="_top"><xfont size="+1"><tt>scrollToTop</tt></font></A>(<code>ActivityInstrumentationTestCase,</nobr> ViewGroup<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/test/TouchUtils.html#scrollToTop(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)" target="_top"><code>scrollToTop</code></A>(<code>ActivityInstrumentationTestCase,</nobr> ViewGroup<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.mock.MockPackageManager.html b/docs/html/sdk/api_diff/3/changes/android.test.mock.MockPackageManager.html
index 8e727f3..ff4e607 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.mock.MockPackageManager.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.mock.MockPackageManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.mock.<A HREF="../../../../reference/android/test/mock/MockPackageManager.html" target="_top"><font size="+3"><tt>MockPackageManager</tt></font></A>
+Class android.test.mock.<A HREF="../../../../reference/android/test/mock/MockPackageManager.html" target="_top"><font size="+2"><code>MockPackageManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.mock.MockPackageManager.getLaunchIntentForPackage_added(java.lang.String)"></A>
- <nobr><code>Intent</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#getLaunchIntentForPackage(java.lang.String)" target="_top"><xfont size="+1"><tt>getLaunchIntentForPackage</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>Intent</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#getLaunchIntentForPackage(java.lang.String)" target="_top"><code>getLaunchIntentForPackage</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.mock.MockPackageManager.getSystemSharedLibraryNames_added()"></A>
- <nobr><code>String[]</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#getSystemSharedLibraryNames()" target="_top"><xfont size="+1"><tt>getSystemSharedLibraryNames</tt></font></A>()</nobr>
+ <nobr><code>String[]</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#getSystemSharedLibraryNames()" target="_top"><code>getSystemSharedLibraryNames</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.mock.MockPackageManager.isSafeMode_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#isSafeMode()" target="_top"><xfont size="+1"><tt>isSafeMode</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/test/mock/MockPackageManager.html#isSafeMode()" target="_top"><code>isSafeMode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestMethod.html b/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestMethod.html
index 52467f3..e98d280 100644
--- a/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestMethod.html
+++ b/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestMethod.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.test.suitebuilder.<A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html" target="_top"><font size="+3"><tt>TestMethod</tt></font></A>
+Class android.test.suitebuilder.<A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html" target="_top"><font size="+2"><code>TestMethod</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,14 +83,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.suitebuilder.TestMethod.ctor_added(java.lang.String, java.lang.Class<? extends junit.framework.TestCase>)"></A>
- <nobr><A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html#TestMethod(java.lang.String, java.lang.Class<? extends junit.framework.TestCase>)" target="_top"><xfont size="+1"><tt>TestMethod</tt></font></A>(<code>String,</nobr> Class<TestCase><nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html#TestMethod(java.lang.String, java.lang.Class<? extends junit.framework.TestCase>)" target="_top"><code>TestMethod</code></A>(<code>String,</nobr> Class<TestCase><nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.test.suitebuilder.TestMethod.ctor_added(junit.framework.TestCase)"></A>
- <nobr><A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html#TestMethod(junit.framework.TestCase)" target="_top"><xfont size="+1"><tt>TestMethod</tt></font></A>(<code>TestCase</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/test/suitebuilder/TestMethod.html#TestMethod(junit.framework.TestCase)" target="_top"><code>TestMethod</code></A>(<code>TestCase</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestSuiteBuilder.html b/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestSuiteBuilder.html
deleted file mode 100644
index 548f473..0000000
--- a/docs/html/sdk/api_diff/3/changes/android.test.suitebuilder.TestSuiteBuilder.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-android.test.suitebuilder.TestSuiteBuilder
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class android.test.suitebuilder.<A HREF="../../../../reference/android/test/suitebuilder/TestSuiteBuilder.html" target="_top"><font size="+3"><tt>TestSuiteBuilder</tt></font></A>
-</H2>
-<a NAME="constructors"></a>
-<a NAME="methods"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Methods" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.test.suitebuilder.TestSuiteBuilder.addRequirements_changed(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)"></A>
- <nobr><code>TestSuiteBuilder</code> <A HREF="../../../../reference/android/test/suitebuilder/TestSuiteBuilder.html#addRequirements(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)" target="_top"><xfont size="+1"><tt>addRequirements</tt></font></A>(<code>Predicate<TestMethod></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-Change in signature from <code>void</code> to <code>Predicate<TestMethod></code>.<br>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.Annotation.html b/docs/html/sdk/api_diff/3/changes/android.text.Annotation.html
index 863f172..cc1c872 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.Annotation.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.Annotation.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.<A HREF="../../../../reference/android/text/Annotation.html" target="_top"><font size="+3"><tt>Annotation</tt></font></A>
+Class android.text.<A HREF="../../../../reference/android/text/Annotation.html" target="_top"><font size="+2"><code>Annotation</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Annotation.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/Annotation.html#Annotation(android.os.Parcel)" target="_top"><xfont size="+1"><tt>Annotation</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/Annotation.html#Annotation(android.os.Parcel)" target="_top"><code>Annotation</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Annotation.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/Annotation.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/Annotation.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Annotation.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/Annotation.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/Annotation.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Annotation.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/Annotation.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/Annotation.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.AutoText.html b/docs/html/sdk/api_diff/3/changes/android.text.AutoText.html
index 04ef46d..fe1dac8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.AutoText.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.AutoText.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.<A HREF="../../../../reference/android/text/AutoText.html" target="_top"><font size="+3"><tt>AutoText</tt></font></A>
+Class android.text.<A HREF="../../../../reference/android/text/AutoText.html" target="_top"><font size="+2"><code>AutoText</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.AutoText.getSize_added(android.view.View)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/AutoText.html#getSize(android.view.View)" target="_top"><xfont size="+1"><tt>getSize</tt></font></A>(<code>View</code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/AutoText.html#getSize(android.view.View)" target="_top"><code>getSize</code></A>(<code>View</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.SpanWatcher.html b/docs/html/sdk/api_diff/3/changes/android.text.SpanWatcher.html
index fd9943a..83524fd3 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.SpanWatcher.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.SpanWatcher.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.<A HREF="../../../../reference/android/text/SpanWatcher.html" target="_top"><font size="+3"><tt>SpanWatcher</tt></font></A>
+Interface android.text.<A HREF="../../../../reference/android/text/SpanWatcher.html" target="_top"><font size="+2"><code>SpanWatcher</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.NoCopySpan</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.Spanned.html b/docs/html/sdk/api_diff/3/changes/android.text.Spanned.html
index 1c86197..0997f18 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.Spanned.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.Spanned.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.<A HREF="../../../../reference/android/text/Spanned.html" target="_top"><font size="+3"><tt>Spanned</tt></font></A>
+Interface android.text.<A HREF="../../../../reference/android/text/Spanned.html" target="_top"><font size="+2"><code>Spanned</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Spanned.SPAN_COMPOSING"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_COMPOSING" target="_top"><xfont size="+1"><tt>SPAN_COMPOSING</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_COMPOSING" target="_top"><code>SPAN_COMPOSING</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Spanned.SPAN_INTERMEDIATE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_INTERMEDIATE" target="_top"><xfont size="+1"><tt>SPAN_INTERMEDIATE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_INTERMEDIATE" target="_top"><code>SPAN_INTERMEDIATE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.Spanned.SPAN_POINT_MARK_MASK"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_POINT_MARK_MASK" target="_top"><xfont size="+1"><tt>SPAN_POINT_MARK_MASK</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/Spanned.html#SPAN_POINT_MARK_MASK" target="_top"><code>SPAN_POINT_MARK_MASK</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.TextUtils.html b/docs/html/sdk/api_diff/3/changes/android.text.TextUtils.html
index 9fc8dae..daf9724 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.TextUtils.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.TextUtils.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.<A HREF="../../../../reference/android/text/TextUtils.html" target="_top"><font size="+3"><tt>TextUtils</tt></font></A>
+Class android.text.<A HREF="../../../../reference/android/text/TextUtils.html" target="_top"><font size="+2"><code>TextUtils</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.TextUtils.dumpSpans_added(java.lang.CharSequence, android.util.Printer, java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/TextUtils.html#dumpSpans(java.lang.CharSequence, android.util.Printer, java.lang.String)" target="_top"><xfont size="+1"><tt>dumpSpans</tt></font></A>(<code>CharSequence,</nobr> Printer<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/TextUtils.html#dumpSpans(java.lang.CharSequence, android.util.Printer, java.lang.String)" target="_top"><code>dumpSpans</code></A>(<code>CharSequence,</nobr> Printer<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.TextUtils.getCapsMode_added(java.lang.CharSequence, int, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#getCapsMode(java.lang.CharSequence, int, int)" target="_top"><xfont size="+1"><tt>getCapsMode</tt></font></A>(<code>CharSequence,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#getCapsMode(java.lang.CharSequence, int, int)" target="_top"><code>getCapsMode</code></A>(<code>CharSequence,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -108,21 +107,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.TextUtils.CAP_MODE_CHARACTERS"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_CHARACTERS" target="_top"><xfont size="+1"><tt>CAP_MODE_CHARACTERS</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_CHARACTERS" target="_top"><code>CAP_MODE_CHARACTERS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.TextUtils.CAP_MODE_SENTENCES"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_SENTENCES" target="_top"><xfont size="+1"><tt>CAP_MODE_SENTENCES</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_SENTENCES" target="_top"><code>CAP_MODE_SENTENCES</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.TextUtils.CAP_MODE_WORDS"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_WORDS" target="_top"><xfont size="+1"><tt>CAP_MODE_WORDS</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/TextUtils.html#CAP_MODE_WORDS" target="_top"><code>CAP_MODE_WORDS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.TextWatcher.html b/docs/html/sdk/api_diff/3/changes/android.text.TextWatcher.html
index a3856f8..4507a9f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.TextWatcher.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.TextWatcher.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.<A HREF="../../../../reference/android/text/TextWatcher.html" target="_top"><font size="+3"><tt>TextWatcher</tt></font></A>
+Interface android.text.<A HREF="../../../../reference/android/text/TextWatcher.html" target="_top"><font size="+2"><code>TextWatcher</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.NoCopySpan</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.ArrowKeyMovementMethod.html b/docs/html/sdk/api_diff/3/changes/android.text.method.ArrowKeyMovementMethod.html
index 6a1ce5e..9842e35 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.ArrowKeyMovementMethod.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.ArrowKeyMovementMethod.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/ArrowKeyMovementMethod.html" target="_top"><font size="+3"><tt>ArrowKeyMovementMethod</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/ArrowKeyMovementMethod.html" target="_top"><font size="+2"><code>ArrowKeyMovementMethod</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.ArrowKeyMovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/ArrowKeyMovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyOther</tt></font></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/ArrowKeyMovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><code>onKeyOther</code></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.BaseKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.BaseKeyListener.html
index b8dddc3..5771069 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.BaseKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.BaseKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/BaseKeyListener.html" target="_top"><font size="+3"><tt>BaseKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/BaseKeyListener.html" target="_top"><font size="+2"><code>BaseKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.BaseKeyListener.onKeyOther_added(android.view.View, android.text.Editable, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/BaseKeyListener.html#onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyOther</tt></font></A>(<code>View,</nobr> Editable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/BaseKeyListener.html#onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)" target="_top"><code>onKeyOther</code></A>(<code>View,</nobr> Editable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.DateKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.DateKeyListener.html
index d49752c..55d951b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.DateKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.DateKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/DateKeyListener.html" target="_top"><font size="+3"><tt>DateKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/DateKeyListener.html" target="_top"><font size="+2"><code>DateKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.DateKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DateKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DateKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.DateTimeKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.DateTimeKeyListener.html
index 82734d3..fdc0694 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.DateTimeKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.DateTimeKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/DateTimeKeyListener.html" target="_top"><font size="+3"><tt>DateTimeKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/DateTimeKeyListener.html" target="_top"><font size="+2"><code>DateTimeKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.DateTimeKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DateTimeKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DateTimeKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.DialerKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.DialerKeyListener.html
index 435e701..665ddfb 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.DialerKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.DialerKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/DialerKeyListener.html" target="_top"><font size="+3"><tt>DialerKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/DialerKeyListener.html" target="_top"><font size="+2"><code>DialerKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.DialerKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DialerKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DialerKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.DigitsKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.DigitsKeyListener.html
index f33d5fe..e616589 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.DigitsKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.DigitsKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/DigitsKeyListener.html" target="_top"><font size="+3"><tt>DigitsKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/DigitsKeyListener.html" target="_top"><font size="+2"><code>DigitsKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.DigitsKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DigitsKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/DigitsKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.KeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.KeyListener.html
index 2b24f03..e130b45 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.KeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.KeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.method.<A HREF="../../../../reference/android/text/method/KeyListener.html" target="_top"><font size="+3"><tt>KeyListener</tt></font></A>
+Interface android.text.method.<A HREF="../../../../reference/android/text/method/KeyListener.html" target="_top"><font size="+2"><code>KeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.KeyListener.clearMetaKeyState_added(android.view.View, android.text.Editable, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#clearMetaKeyState(android.view.View, android.text.Editable, int)" target="_top"><xfont size="+1"><tt>clearMetaKeyState</tt></font></A>(<code>View,</nobr> Editable<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#clearMetaKeyState(android.view.View, android.text.Editable, int)" target="_top"><code>clearMetaKeyState</code></A>(<code>View,</nobr> Editable<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.KeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.KeyListener.onKeyOther_added(android.view.View, android.text.Editable, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyOther</tt></font></A>(<code>View,</nobr> Editable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/KeyListener.html#onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)" target="_top"><code>onKeyOther</code></A>(<code>View,</nobr> Editable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.MetaKeyKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.MetaKeyKeyListener.html
index ecdedc1..718952d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.MetaKeyKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.MetaKeyKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html" target="_top"><font size="+3"><tt>MetaKeyKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html" target="_top"><font size="+2"><code>MetaKeyKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,70 +84,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.adjustMetaAfterKeypress_added(long)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#adjustMetaAfterKeypress(long)" target="_top"><xfont size="+1"><tt>adjustMetaAfterKeypress</tt></font></A>(<code>long</code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#adjustMetaAfterKeypress(long)" target="_top"><code>adjustMetaAfterKeypress</code></A>(<code>long</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(long, int)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(long, int)" target="_top"><xfont size="+1"><tt>clearMetaKeyState</tt></font></A>(<code>long,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(long, int)" target="_top"><code>clearMetaKeyState</code></A>(<code>long,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(android.view.View, android.text.Editable, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(android.view.View, android.text.Editable, int)" target="_top"><xfont size="+1"><tt>clearMetaKeyState</tt></font></A>(<code>View,</nobr> Editable<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(android.view.View, android.text.Editable, int)" target="_top"><code>clearMetaKeyState</code></A>(<code>View,</nobr> Editable<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(android.text.Editable, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(android.text.Editable, int)" target="_top"><xfont size="+1"><tt>clearMetaKeyState</tt></font></A>(<code>Editable,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#clearMetaKeyState(android.text.Editable, int)" target="_top"><code>clearMetaKeyState</code></A>(<code>Editable,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.getMetaState_added(long)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#getMetaState(long)" target="_top"><xfont size="+1"><tt>getMetaState</tt></font></A>(<code>long</code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#getMetaState(long)" target="_top"><code>getMetaState</code></A>(<code>long</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.getMetaState_added(long, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#getMetaState(long, int)" target="_top"><xfont size="+1"><tt>getMetaState</tt></font></A>(<code>long,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#getMetaState(long, int)" target="_top"><code>getMetaState</code></A>(<code>long,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.handleKeyDown_added(long, int, android.view.KeyEvent)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#handleKeyDown(long, int, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>handleKeyDown</tt></font></A>(<code>long,</nobr> int<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#handleKeyDown(long, int, android.view.KeyEvent)" target="_top"><code>handleKeyDown</code></A>(<code>long,</nobr> int<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.handleKeyUp_added(long, int, android.view.KeyEvent)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#handleKeyUp(long, int, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>handleKeyUp</tt></font></A>(<code>long,</nobr> int<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#handleKeyUp(long, int, android.view.KeyEvent)" target="_top"><code>handleKeyUp</code></A>(<code>long,</nobr> int<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.isSelectingMetaTracker_added(java.lang.CharSequence, java.lang.Object)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#isSelectingMetaTracker(java.lang.CharSequence, java.lang.Object)" target="_top"><xfont size="+1"><tt>isSelectingMetaTracker</tt></font></A>(<code>CharSequence,</nobr> Object<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#isSelectingMetaTracker(java.lang.CharSequence, java.lang.Object)" target="_top"><code>isSelectingMetaTracker</code></A>(<code>CharSequence,</nobr> Object<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MetaKeyKeyListener.resetLockedMeta_added(long)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#resetLockedMeta(long)" target="_top"><xfont size="+1"><tt>resetLockedMeta</tt></font></A>(<code>long</code>)</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/text/method/MetaKeyKeyListener.html#resetLockedMeta(long)" target="_top"><code>resetLockedMeta</code></A>(<code>long</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.MovementMethod.html b/docs/html/sdk/api_diff/3/changes/android.text.method.MovementMethod.html
index a86dff5..a35816b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.MovementMethod.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.MovementMethod.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.method.<A HREF="../../../../reference/android/text/method/MovementMethod.html" target="_top"><font size="+3"><tt>MovementMethod</tt></font></A>
+Interface android.text.method.<A HREF="../../../../reference/android/text/method/MovementMethod.html" target="_top"><font size="+2"><code>MovementMethod</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/MovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyOther</tt></font></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/MovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><code>onKeyOther</code></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.MultiTapKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.MultiTapKeyListener.html
index b7c2f52..5dbcb76 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.MultiTapKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.MultiTapKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/MultiTapKeyListener.html" target="_top"><font size="+3"><tt>MultiTapKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/MultiTapKeyListener.html" target="_top"><font size="+2"><code>MultiTapKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.MultiTapKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MultiTapKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/MultiTapKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.QwertyKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.QwertyKeyListener.html
index fff86c6..248d333 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.QwertyKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.QwertyKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/QwertyKeyListener.html" target="_top"><font size="+3"><tt>QwertyKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/QwertyKeyListener.html" target="_top"><font size="+2"><code>QwertyKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.QwertyKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/QwertyKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/QwertyKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.ScrollingMovementMethod.html b/docs/html/sdk/api_diff/3/changes/android.text.method.ScrollingMovementMethod.html
index acf5dcd..7f01b23 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.ScrollingMovementMethod.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.ScrollingMovementMethod.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/ScrollingMovementMethod.html" target="_top"><font size="+3"><tt>ScrollingMovementMethod</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/ScrollingMovementMethod.html" target="_top"><font size="+2"><code>ScrollingMovementMethod</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.ScrollingMovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/ScrollingMovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyOther</tt></font></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/text/method/ScrollingMovementMethod.html#onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)" target="_top"><code>onKeyOther</code></A>(<code>TextView,</nobr> Spannable<nobr>,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.TextKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.TextKeyListener.html
index f905b3f..132e8ac 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.TextKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.TextKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/TextKeyListener.html" target="_top"><font size="+3"><tt>TextKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/TextKeyListener.html" target="_top"><font size="+2"><code>TextKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.TextKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/TextKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/TextKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.TimeKeyListener.html b/docs/html/sdk/api_diff/3/changes/android.text.method.TimeKeyListener.html
index 0545b2f..0b69f96 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.TimeKeyListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.TimeKeyListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/TimeKeyListener.html" target="_top"><font size="+3"><tt>TimeKeyListener</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/TimeKeyListener.html" target="_top"><font size="+2"><code>TimeKeyListener</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.TimeKeyListener.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/TimeKeyListener.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/TimeKeyListener.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.method.Touch.html b/docs/html/sdk/api_diff/3/changes/android.text.method.Touch.html
index fd0f64a..8ee56c8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.method.Touch.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.method.Touch.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.method.<A HREF="../../../../reference/android/text/method/Touch.html" target="_top"><font size="+3"><tt>Touch</tt></font></A>
+Class android.text.method.<A HREF="../../../../reference/android/text/method/Touch.html" target="_top"><font size="+2"><code>Touch</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.Touch.getInitialScrollX_added(android.widget.TextView, android.text.Spannable)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/Touch.html#getInitialScrollX(android.widget.TextView, android.text.Spannable)" target="_top"><xfont size="+1"><tt>getInitialScrollX</tt></font></A>(<code>TextView,</nobr> Spannable<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/Touch.html#getInitialScrollX(android.widget.TextView, android.text.Spannable)" target="_top"><code>getInitialScrollX</code></A>(<code>TextView,</nobr> Spannable<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.method.Touch.getInitialScrollY_added(android.widget.TextView, android.text.Spannable)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/Touch.html#getInitialScrollY(android.widget.TextView, android.text.Spannable)" target="_top"><xfont size="+1"><tt>getInitialScrollY</tt></font></A>(<code>TextView,</nobr> Spannable<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/method/Touch.html#getInitialScrollY(android.widget.TextView, android.text.Spannable)" target="_top"><code>getInitialScrollY</code></A>(<code>TextView,</nobr> Spannable<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.AbsoluteSizeSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.AbsoluteSizeSpan.html
index 32b1098..bce6cac 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.AbsoluteSizeSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.AbsoluteSizeSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html" target="_top"><font size="+3"><tt>AbsoluteSizeSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html" target="_top"><font size="+2"><code>AbsoluteSizeSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AbsoluteSizeSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#AbsoluteSizeSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>AbsoluteSizeSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#AbsoluteSizeSpan(android.os.Parcel)" target="_top"><code>AbsoluteSizeSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AbsoluteSizeSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AbsoluteSizeSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AbsoluteSizeSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/AbsoluteSizeSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.AlignmentSpan.Standard.html b/docs/html/sdk/api_diff/3/changes/android.text.style.AlignmentSpan.Standard.html
index 86b03d4..c05042e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.AlignmentSpan.Standard.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.AlignmentSpan.Standard.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html" target="_top"><font size="+3"><tt>AlignmentSpan.Standard</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html" target="_top"><font size="+2"><code>AlignmentSpan.Standard</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AlignmentSpan.Standard.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#AlignmentSpan.Standard(android.os.Parcel)" target="_top"><xfont size="+1"><tt>AlignmentSpan.Standard</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#AlignmentSpan.Standard(android.os.Parcel)" target="_top"><code>AlignmentSpan.Standard</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AlignmentSpan.Standard.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AlignmentSpan.Standard.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.AlignmentSpan.Standard.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/AlignmentSpan.Standard.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.BackgroundColorSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.BackgroundColorSpan.html
index b7705aa..f6f111a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.BackgroundColorSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.BackgroundColorSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html" target="_top"><font size="+3"><tt>BackgroundColorSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html" target="_top"><font size="+2"><code>BackgroundColorSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interfaces <code>android.text.ParcelableSpan, android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BackgroundColorSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#BackgroundColorSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>BackgroundColorSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#BackgroundColorSpan(android.os.Parcel)" target="_top"><code>BackgroundColorSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BackgroundColorSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BackgroundColorSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BackgroundColorSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/BackgroundColorSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.BulletSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.BulletSpan.html
index 10f6d2a..6c1afa4 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.BulletSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.BulletSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/BulletSpan.html" target="_top"><font size="+3"><tt>BulletSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/BulletSpan.html" target="_top"><font size="+2"><code>BulletSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BulletSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/BulletSpan.html#BulletSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>BulletSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/BulletSpan.html#BulletSpan(android.os.Parcel)" target="_top"><code>BulletSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BulletSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BulletSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.BulletSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/BulletSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.ClickableSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.ClickableSpan.html
index 0d7fecb..d6665d8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.ClickableSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.ClickableSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/ClickableSpan.html" target="_top"><font size="+3"><tt>ClickableSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/ClickableSpan.html" target="_top"><font size="+2"><code>ClickableSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.DynamicDrawableSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.DynamicDrawableSpan.html
index 2bc83fa..d0c72f8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.DynamicDrawableSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.DynamicDrawableSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html" target="_top"><font size="+3"><tt>DynamicDrawableSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html" target="_top"><font size="+2"><code>DynamicDrawableSpan</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,7 +83,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.DynamicDrawableSpan.ctor_added(int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#DynamicDrawableSpan(int)" target="_top"><xfont size="+1"><tt>DynamicDrawableSpan</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#DynamicDrawableSpan(int)" target="_top"><code>DynamicDrawableSpan</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.DynamicDrawableSpan.getVerticalAlignment_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#getVerticalAlignment()" target="_top"><xfont size="+1"><tt>getVerticalAlignment</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#getVerticalAlignment()" target="_top"><code>getVerticalAlignment</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -116,21 +115,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.DynamicDrawableSpan.ALIGN_BASELINE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#ALIGN_BASELINE" target="_top"><xfont size="+1"><tt>ALIGN_BASELINE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#ALIGN_BASELINE" target="_top"><code>ALIGN_BASELINE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.DynamicDrawableSpan.ALIGN_BOTTOM"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#ALIGN_BOTTOM" target="_top"><xfont size="+1"><tt>ALIGN_BOTTOM</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#ALIGN_BOTTOM" target="_top"><code>ALIGN_BOTTOM</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.DynamicDrawableSpan.mVerticalAlignment"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#mVerticalAlignment" target="_top"><xfont size="+1"><tt>mVerticalAlignment</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/DynamicDrawableSpan.html#mVerticalAlignment" target="_top"><code>mVerticalAlignment</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.ForegroundColorSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.ForegroundColorSpan.html
index fa483c0..2008d44 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.ForegroundColorSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.ForegroundColorSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html" target="_top"><font size="+3"><tt>ForegroundColorSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html" target="_top"><font size="+2"><code>ForegroundColorSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interfaces <code>android.text.ParcelableSpan, android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ForegroundColorSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#ForegroundColorSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>ForegroundColorSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#ForegroundColorSpan(android.os.Parcel)" target="_top"><code>ForegroundColorSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ForegroundColorSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ForegroundColorSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ForegroundColorSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/ForegroundColorSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.ImageSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.ImageSpan.html
index 459e2b7..08ba87a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.ImageSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.ImageSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/ImageSpan.html" target="_top"><font size="+3"><tt>ImageSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/ImageSpan.html" target="_top"><font size="+2"><code>ImageSpan</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,35 +83,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ImageSpan.ctor_added(android.content.Context, android.net.Uri, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.content.Context, android.net.Uri, int)" target="_top"><xfont size="+1"><tt>ImageSpan</tt></font></A>(<code>Context,</nobr> Uri<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.content.Context, android.net.Uri, int)" target="_top"><code>ImageSpan</code></A>(<code>Context,</nobr> Uri<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ImageSpan.ctor_added(android.content.Context, int, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.content.Context, int, int)" target="_top"><xfont size="+1"><tt>ImageSpan</tt></font></A>(<code>Context,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.content.Context, int, int)" target="_top"><code>ImageSpan</code></A>(<code>Context,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ImageSpan.ctor_added(android.graphics.Bitmap, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.Bitmap, int)" target="_top"><xfont size="+1"><tt>ImageSpan</tt></font></A>(<code>Bitmap,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.Bitmap, int)" target="_top"><code>ImageSpan</code></A>(<code>Bitmap,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ImageSpan.ctor_added(android.graphics.drawable.Drawable, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.drawable.Drawable, int)" target="_top"><xfont size="+1"><tt>ImageSpan</tt></font></A>(<code>Drawable,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.drawable.Drawable, int)" target="_top"><code>ImageSpan</code></A>(<code>Drawable,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ImageSpan.ctor_added(android.graphics.drawable.Drawable, java.lang.String, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.drawable.Drawable, java.lang.String, int)" target="_top"><xfont size="+1"><tt>ImageSpan</tt></font></A>(<code>Drawable,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.drawable.Drawable, java.lang.String, int)" target="_top"><code>ImageSpan</code></A>(<code>Drawable,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.LeadingMarginSpan.Standard.html b/docs/html/sdk/api_diff/3/changes/android.text.style.LeadingMarginSpan.Standard.html
index 922bcbc..77b798d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.LeadingMarginSpan.Standard.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.LeadingMarginSpan.Standard.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html" target="_top"><font size="+3"><tt>LeadingMarginSpan.Standard</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html" target="_top"><font size="+2"><code>LeadingMarginSpan.Standard</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.LeadingMarginSpan.Standard.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#LeadingMarginSpan.Standard(android.os.Parcel)" target="_top"><xfont size="+1"><tt>LeadingMarginSpan.Standard</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#LeadingMarginSpan.Standard(android.os.Parcel)" target="_top"><code>LeadingMarginSpan.Standard</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.LeadingMarginSpan.Standard.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.LeadingMarginSpan.Standard.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.LeadingMarginSpan.Standard.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/LeadingMarginSpan.Standard.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.MaskFilterSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.MaskFilterSpan.html
index fbd8db9..c71892f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.MaskFilterSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.MaskFilterSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/MaskFilterSpan.html" target="_top"><font size="+3"><tt>MaskFilterSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/MaskFilterSpan.html" target="_top"><font size="+2"><code>MaskFilterSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.QuoteSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.QuoteSpan.html
index 334c223..90dd564 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.QuoteSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.QuoteSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/QuoteSpan.html" target="_top"><font size="+3"><tt>QuoteSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/QuoteSpan.html" target="_top"><font size="+2"><code>QuoteSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.QuoteSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/QuoteSpan.html#QuoteSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>QuoteSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/QuoteSpan.html#QuoteSpan(android.os.Parcel)" target="_top"><code>QuoteSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.QuoteSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.QuoteSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.QuoteSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/QuoteSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.RasterizerSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.RasterizerSpan.html
index 62fb647..bac6148 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.RasterizerSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.RasterizerSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/RasterizerSpan.html" target="_top"><font size="+3"><tt>RasterizerSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/RasterizerSpan.html" target="_top"><font size="+2"><code>RasterizerSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.RelativeSizeSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.RelativeSizeSpan.html
index 17d97fb..e9ea964 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.RelativeSizeSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.RelativeSizeSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html" target="_top"><font size="+3"><tt>RelativeSizeSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html" target="_top"><font size="+2"><code>RelativeSizeSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.RelativeSizeSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#RelativeSizeSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>RelativeSizeSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#RelativeSizeSpan(android.os.Parcel)" target="_top"><code>RelativeSizeSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.RelativeSizeSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.RelativeSizeSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.RelativeSizeSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/RelativeSizeSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.ScaleXSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.ScaleXSpan.html
index ee289f5..6fafb9a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.ScaleXSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.ScaleXSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/ScaleXSpan.html" target="_top"><font size="+3"><tt>ScaleXSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/ScaleXSpan.html" target="_top"><font size="+2"><code>ScaleXSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ScaleXSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ScaleXSpan.html#ScaleXSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>ScaleXSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/ScaleXSpan.html#ScaleXSpan(android.os.Parcel)" target="_top"><code>ScaleXSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ScaleXSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ScaleXSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.ScaleXSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/ScaleXSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.StrikethroughSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.StrikethroughSpan.html
index f045b96..123f7d1 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.StrikethroughSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.StrikethroughSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/StrikethroughSpan.html" target="_top"><font size="+3"><tt>StrikethroughSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/StrikethroughSpan.html" target="_top"><font size="+2"><code>StrikethroughSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interfaces <code>android.text.ParcelableSpan, android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StrikethroughSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#StrikethroughSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>StrikethroughSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#StrikethroughSpan(android.os.Parcel)" target="_top"><code>StrikethroughSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StrikethroughSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StrikethroughSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StrikethroughSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/StrikethroughSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.StyleSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.StyleSpan.html
index fcc1608..2c2d71f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.StyleSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.StyleSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/StyleSpan.html" target="_top"><font size="+3"><tt>StyleSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/StyleSpan.html" target="_top"><font size="+2"><code>StyleSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StyleSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/StyleSpan.html#StyleSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>StyleSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/StyleSpan.html#StyleSpan(android.os.Parcel)" target="_top"><code>StyleSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StyleSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StyleSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.StyleSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/StyleSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.SubscriptSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.SubscriptSpan.html
index ec3d5624..feca474 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.SubscriptSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.SubscriptSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/SubscriptSpan.html" target="_top"><font size="+3"><tt>SubscriptSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/SubscriptSpan.html" target="_top"><font size="+2"><code>SubscriptSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SubscriptSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/SubscriptSpan.html#SubscriptSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>SubscriptSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/SubscriptSpan.html#SubscriptSpan(android.os.Parcel)" target="_top"><code>SubscriptSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SubscriptSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SubscriptSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SubscriptSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/SubscriptSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.SuperscriptSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.SuperscriptSpan.html
index 853be69..b112ec7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.SuperscriptSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.SuperscriptSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/SuperscriptSpan.html" target="_top"><font size="+3"><tt>SuperscriptSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/SuperscriptSpan.html" target="_top"><font size="+2"><code>SuperscriptSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SuperscriptSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#SuperscriptSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>SuperscriptSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#SuperscriptSpan(android.os.Parcel)" target="_top"><code>SuperscriptSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SuperscriptSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SuperscriptSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.SuperscriptSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/SuperscriptSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.TextAppearanceSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.TextAppearanceSpan.html
index 719e68f..fd3b0ea 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.TextAppearanceSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.TextAppearanceSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html" target="_top"><font size="+3"><tt>TextAppearanceSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html" target="_top"><font size="+2"><code>TextAppearanceSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TextAppearanceSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#TextAppearanceSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>TextAppearanceSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#TextAppearanceSpan(android.os.Parcel)" target="_top"><code>TextAppearanceSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TextAppearanceSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TextAppearanceSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TextAppearanceSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/TextAppearanceSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.TypefaceSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.TypefaceSpan.html
index 01b74e73..2a3c149 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.TypefaceSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.TypefaceSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/TypefaceSpan.html" target="_top"><font size="+3"><tt>TypefaceSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/TypefaceSpan.html" target="_top"><font size="+2"><code>TypefaceSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TypefaceSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/TypefaceSpan.html#TypefaceSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>TypefaceSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/TypefaceSpan.html#TypefaceSpan(android.os.Parcel)" target="_top"><code>TypefaceSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TypefaceSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TypefaceSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.TypefaceSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/TypefaceSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.URLSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.URLSpan.html
index 2a659a4..a100c67 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.URLSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.URLSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/URLSpan.html" target="_top"><font size="+3"><tt>URLSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/URLSpan.html" target="_top"><font size="+2"><code>URLSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.ParcelableSpan</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.URLSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/URLSpan.html#URLSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>URLSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/URLSpan.html#URLSpan(android.os.Parcel)" target="_top"><code>URLSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.URLSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.URLSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.URLSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/URLSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.UnderlineSpan.html b/docs/html/sdk/api_diff/3/changes/android.text.style.UnderlineSpan.html
index 6c596a0..95123ce 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.UnderlineSpan.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.UnderlineSpan.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/UnderlineSpan.html" target="_top"><font size="+3"><tt>UnderlineSpan</tt></font></A>
+Class android.text.style.<A HREF="../../../../reference/android/text/style/UnderlineSpan.html" target="_top"><font size="+2"><code>UnderlineSpan</code></font></A>
</H2>
<p><font xsize="+1">Added interfaces <code>android.text.ParcelableSpan, android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.UnderlineSpan.ctor_added(android.os.Parcel)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/UnderlineSpan.html#UnderlineSpan(android.os.Parcel)" target="_top"><xfont size="+1"><tt>UnderlineSpan</tt></font></A>(<code>Parcel</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/UnderlineSpan.html#UnderlineSpan(android.os.Parcel)" target="_top"><code>UnderlineSpan</code></A>(<code>Parcel</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,21 +100,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.UnderlineSpan.describeContents_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#describeContents()" target="_top"><xfont size="+1"><tt>describeContents</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.UnderlineSpan.getSpanTypeId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#getSpanTypeId()" target="_top"><xfont size="+1"><tt>getSpanTypeId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#getSpanTypeId()" target="_top"><code>getSpanTypeId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.style.UnderlineSpan.writeToParcel_added(android.os.Parcel, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><xfont size="+1"><tt>writeToParcel</tt></font></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/text/style/UnderlineSpan.html#writeToParcel(android.os.Parcel, int)" target="_top"><code>writeToParcel</code></A>(<code>Parcel,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.text.style.UpdateLayout.html b/docs/html/sdk/api_diff/3/changes/android.text.style.UpdateLayout.html
index 4cca7b4..81251dc0 100644
--- a/docs/html/sdk/api_diff/3/changes/android.text.style.UpdateLayout.html
+++ b/docs/html/sdk/api_diff/3/changes/android.text.style.UpdateLayout.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.text.style.<A HREF="../../../../reference/android/text/style/UpdateLayout.html" target="_top"><font size="+3"><tt>UpdateLayout</tt></font></A>
+Interface android.text.style.<A HREF="../../../../reference/android/text/style/UpdateLayout.html" target="_top"><font size="+2"><code>UpdateLayout</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.text.style.UpdateAppearance</code>.<br></font>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.util.SparseIntArray.html b/docs/html/sdk/api_diff/3/changes/android.util.SparseIntArray.html
index 5657765..6a04ea8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.util.SparseIntArray.html
+++ b/docs/html/sdk/api_diff/3/changes/android.util.SparseIntArray.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.util.<A HREF="../../../../reference/android/util/SparseIntArray.html" target="_top"><font size="+3"><tt>SparseIntArray</tt></font></A>
+Class android.util.<A HREF="../../../../reference/android/util/SparseIntArray.html" target="_top"><font size="+2"><code>SparseIntArray</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.util.SparseIntArray.removeAt_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/util/SparseIntArray.html#removeAt(int)" target="_top"><xfont size="+1"><tt>removeAt</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/util/SparseIntArray.html#removeAt(int)" target="_top"><code>removeAt</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.util.TimeUtils.html b/docs/html/sdk/api_diff/3/changes/android.util.TimeUtils.html
index 3317fae..4635a73 100644
--- a/docs/html/sdk/api_diff/3/changes/android.util.TimeUtils.html
+++ b/docs/html/sdk/api_diff/3/changes/android.util.TimeUtils.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.util.<A HREF="../../../../reference/android/util/TimeUtils.html" target="_top"><font size="+3"><tt>TimeUtils</tt></font></A>
+Class android.util.<A HREF="../../../../reference/android/util/TimeUtils.html" target="_top"><font size="+2"><code>TimeUtils</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.util.TimeUtils.getTimeZoneDatabaseVersion_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/util/TimeUtils.html#getTimeZoneDatabaseVersion()" target="_top"><xfont size="+1"><tt>getTimeZoneDatabaseVersion</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/util/TimeUtils.html#getTimeZoneDatabaseVersion()" target="_top"><code>getTimeZoneDatabaseVersion</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.SimpleOnGestureListener.html b/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.SimpleOnGestureListener.html
index 0e00c60..0248e7a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.SimpleOnGestureListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.SimpleOnGestureListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html" target="_top"><font size="+3"><tt>GestureDetector.SimpleOnGestureListener</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html" target="_top"><font size="+2"><code>GestureDetector.SimpleOnGestureListener</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>android.view.GestureDetector.OnDoubleTapListener</code>.<br></font>
<a NAME="constructors"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.SimpleOnGestureListener.onDoubleTap_added(android.view.MotionEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onDoubleTap(android.view.MotionEvent)" target="_top"><xfont size="+1"><tt>onDoubleTap</tt></font></A>(<code>MotionEvent</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onDoubleTap(android.view.MotionEvent)" target="_top"><code>onDoubleTap</code></A>(<code>MotionEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.SimpleOnGestureListener.onDoubleTapEvent_added(android.view.MotionEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onDoubleTapEvent(android.view.MotionEvent)" target="_top"><xfont size="+1"><tt>onDoubleTapEvent</tt></font></A>(<code>MotionEvent</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onDoubleTapEvent(android.view.MotionEvent)" target="_top"><code>onDoubleTapEvent</code></A>(<code>MotionEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.SimpleOnGestureListener.onSingleTapConfirmed_added(android.view.MotionEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onSingleTapConfirmed(android.view.MotionEvent)" target="_top"><xfont size="+1"><tt>onSingleTapConfirmed</tt></font></A>(<code>MotionEvent</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/GestureDetector.SimpleOnGestureListener.html#onSingleTapConfirmed(android.view.MotionEvent)" target="_top"><code>onSingleTapConfirmed</code></A>(<code>MotionEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.html b/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.html
index dec5a4d..c06eb57 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.GestureDetector.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/GestureDetector.html" target="_top"><font size="+3"><tt>GestureDetector</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/GestureDetector.html" target="_top"><font size="+2"><code>GestureDetector</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,14 +83,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.ctor_added(android.content.Context, android.view.GestureDetector.OnGestureListener)"></A>
- <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener)" target="_top"><xfont size="+1"><tt>GestureDetector</tt></font></A>(<code>Context,</nobr> OnGestureListener<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener)" target="_top"><code>GestureDetector</code></A>(<code>Context,</nobr> OnGestureListener<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.ctor_added(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)"></A>
- <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><xfont size="+1"><tt>GestureDetector</tt></font></A>(<code>Context,</nobr> OnGestureListener<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><code>GestureDetector</code></A>(<code>Context,</nobr> OnGestureListener<nobr>,</nobr> Handler<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -106,7 +105,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.ctor_changed(android.view.GestureDetector.OnGestureListener)"></A>
- <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener)" target="_top"><xfont size="+1"><tt>GestureDetector</tt></font></A>(<code>OnGestureListener</code>) </nobr>
+ <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener)" target="_top"><code>GestureDetector</code></A>(<code>OnGestureListener</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -116,7 +115,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.ctor_changed(android.view.GestureDetector.OnGestureListener, android.os.Handler)"></A>
- <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><xfont size="+1"><tt>GestureDetector</tt></font></A>(<code>OnGestureListener,</nobr> Handler<nobr><nobr></code>) </nobr>
+ <nobr><A HREF="../../../../reference/android/view/GestureDetector.html#GestureDetector(android.view.GestureDetector.OnGestureListener, android.os.Handler)" target="_top"><code>GestureDetector</code></A>(<code>OnGestureListener,</nobr> Handler<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -135,7 +134,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.GestureDetector.setOnDoubleTapListener_added(android.view.GestureDetector.OnDoubleTapListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/GestureDetector.html#setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener)" target="_top"><xfont size="+1"><tt>setOnDoubleTapListener</tt></font></A>(<code>OnDoubleTapListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/GestureDetector.html#setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener)" target="_top"><code>setOnDoubleTapListener</code></A>(<code>OnDoubleTapListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.Gravity.html b/docs/html/sdk/api_diff/3/changes/android.view.Gravity.html
index 1aa10d3..2d430f6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.Gravity.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.Gravity.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/Gravity.html" target="_top"><font size="+3"><tt>Gravity</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/Gravity.html" target="_top"><font size="+2"><code>Gravity</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.applyDisplay_added(int, android.graphics.Rect, android.graphics.Rect)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/Gravity.html#applyDisplay(int, android.graphics.Rect, android.graphics.Rect)" target="_top"><xfont size="+1"><tt>applyDisplay</tt></font></A>(<code>int,</nobr> Rect<nobr>,</nobr> Rect<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/Gravity.html#applyDisplay(int, android.graphics.Rect, android.graphics.Rect)" target="_top"><code>applyDisplay</code></A>(<code>int,</nobr> Rect<nobr>,</nobr> Rect<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,35 +100,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.AXIS_CLIP"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#AXIS_CLIP" target="_top"><xfont size="+1"><tt>AXIS_CLIP</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#AXIS_CLIP" target="_top"><code>AXIS_CLIP</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.CLIP_HORIZONTAL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#CLIP_HORIZONTAL" target="_top"><xfont size="+1"><tt>CLIP_HORIZONTAL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#CLIP_HORIZONTAL" target="_top"><code>CLIP_HORIZONTAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.CLIP_VERTICAL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#CLIP_VERTICAL" target="_top"><xfont size="+1"><tt>CLIP_VERTICAL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#CLIP_VERTICAL" target="_top"><code>CLIP_VERTICAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.DISPLAY_CLIP_HORIZONTAL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#DISPLAY_CLIP_HORIZONTAL" target="_top"><xfont size="+1"><tt>DISPLAY_CLIP_HORIZONTAL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#DISPLAY_CLIP_HORIZONTAL" target="_top"><code>DISPLAY_CLIP_HORIZONTAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Gravity.DISPLAY_CLIP_VERTICAL"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#DISPLAY_CLIP_VERTICAL" target="_top"><xfont size="+1"><tt>DISPLAY_CLIP_VERTICAL</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/Gravity.html#DISPLAY_CLIP_VERTICAL" target="_top"><code>DISPLAY_CLIP_VERTICAL</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.KeyCharacterMap.html b/docs/html/sdk/api_diff/3/changes/android.view.KeyCharacterMap.html
index 7a409cb..c6f5a77 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.KeyCharacterMap.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.KeyCharacterMap.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/KeyCharacterMap.html" target="_top"><font size="+3"><tt>KeyCharacterMap</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/KeyCharacterMap.html" target="_top"><font size="+2"><code>KeyCharacterMap</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyCharacterMap.deviceHasKey_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/KeyCharacterMap.html#deviceHasKey(int)" target="_top"><xfont size="+1"><tt>deviceHasKey</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/KeyCharacterMap.html#deviceHasKey(int)" target="_top"><code>deviceHasKey</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyCharacterMap.deviceHasKeys_added(int[])"></A>
- <nobr><code>boolean[]</code> <A HREF="../../../../reference/android/view/KeyCharacterMap.html#deviceHasKeys(int[])" target="_top"><xfont size="+1"><tt>deviceHasKeys</tt></font></A>(<code>int[]</code>)</nobr>
+ <nobr><code>boolean[]</code> <A HREF="../../../../reference/android/view/KeyCharacterMap.html#deviceHasKeys(int[])" target="_top"><code>deviceHasKeys</code></A>(<code>int[]</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.KeyEvent.html b/docs/html/sdk/api_diff/3/changes/android.view.KeyEvent.html
index bf3ec6b..ae09692 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.KeyEvent.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.KeyEvent.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/KeyEvent.html" target="_top"><font size="+3"><tt>KeyEvent</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/KeyEvent.html" target="_top"><font size="+2"><code>KeyEvent</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,14 +83,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.ctor_added(android.view.KeyEvent)"></A>
- <nobr><A HREF="../../../../reference/android/view/KeyEvent.html#KeyEvent(android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>KeyEvent</tt></font></A>(<code>KeyEvent</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/view/KeyEvent.html#KeyEvent(android.view.KeyEvent)" target="_top"><code>KeyEvent</code></A>(<code>KeyEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.ctor_added(long, java.lang.String, int, int)"></A>
- <nobr><A HREF="../../../../reference/android/view/KeyEvent.html#KeyEvent(long, java.lang.String, int, int)" target="_top"><xfont size="+1"><tt>KeyEvent</tt></font></A>(<code>long,</nobr> String<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/view/KeyEvent.html#KeyEvent(long, java.lang.String, int, int)" target="_top"><code>KeyEvent</code></A>(<code>long,</nobr> String<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -107,35 +106,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.changeAction_added(android.view.KeyEvent, int)"></A>
- <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeAction(android.view.KeyEvent, int)" target="_top"><xfont size="+1"><tt>changeAction</tt></font></A>(<code>KeyEvent,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeAction(android.view.KeyEvent, int)" target="_top"><code>changeAction</code></A>(<code>KeyEvent,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.changeFlags_added(android.view.KeyEvent, int)"></A>
- <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeFlags(android.view.KeyEvent, int)" target="_top"><xfont size="+1"><tt>changeFlags</tt></font></A>(<code>KeyEvent,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeFlags(android.view.KeyEvent, int)" target="_top"><code>changeFlags</code></A>(<code>KeyEvent,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.changeTimeRepeat_added(android.view.KeyEvent, long, int)"></A>
- <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeTimeRepeat(android.view.KeyEvent, long, int)" target="_top"><xfont size="+1"><tt>changeTimeRepeat</tt></font></A>(<code>KeyEvent,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>KeyEvent</code> <A HREF="../../../../reference/android/view/KeyEvent.html#changeTimeRepeat(android.view.KeyEvent, long, int)" target="_top"><code>changeTimeRepeat</code></A>(<code>KeyEvent,</nobr> long<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.getCharacters_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/view/KeyEvent.html#getCharacters()" target="_top"><xfont size="+1"><tt>getCharacters</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/view/KeyEvent.html#getCharacters()" target="_top"><code>getCharacters</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.getMaxKeyCode_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#getMaxKeyCode()" target="_top"><xfont size="+1"><tt>getMaxKeyCode</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#getMaxKeyCode()" target="_top"><code>getMaxKeyCode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -151,77 +150,77 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.FLAG_EDITOR_ACTION"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_EDITOR_ACTION" target="_top"><xfont size="+1"><tt>FLAG_EDITOR_ACTION</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_EDITOR_ACTION" target="_top"><code>FLAG_EDITOR_ACTION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.FLAG_FROM_SYSTEM"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_FROM_SYSTEM" target="_top"><xfont size="+1"><tt>FLAG_FROM_SYSTEM</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_FROM_SYSTEM" target="_top"><code>FLAG_FROM_SYSTEM</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.FLAG_KEEP_TOUCH_MODE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_KEEP_TOUCH_MODE" target="_top"><xfont size="+1"><tt>FLAG_KEEP_TOUCH_MODE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_KEEP_TOUCH_MODE" target="_top"><code>FLAG_KEEP_TOUCH_MODE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.FLAG_SOFT_KEYBOARD"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_SOFT_KEYBOARD" target="_top"><xfont size="+1"><tt>FLAG_SOFT_KEYBOARD</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#FLAG_SOFT_KEYBOARD" target="_top"><code>FLAG_SOFT_KEYBOARD</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_FAST_FORWARD"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_FAST_FORWARD" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_FAST_FORWARD</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_FAST_FORWARD" target="_top"><code>KEYCODE_MEDIA_FAST_FORWARD</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_NEXT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_NEXT" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_NEXT</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_NEXT" target="_top"><code>KEYCODE_MEDIA_NEXT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_PLAY_PAUSE" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_PLAY_PAUSE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_PLAY_PAUSE" target="_top"><code>KEYCODE_MEDIA_PLAY_PAUSE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_PREVIOUS"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_PREVIOUS" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_PREVIOUS</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_PREVIOUS" target="_top"><code>KEYCODE_MEDIA_PREVIOUS</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_REWIND"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_REWIND" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_REWIND</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_REWIND" target="_top"><code>KEYCODE_MEDIA_REWIND</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MEDIA_STOP"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_STOP" target="_top"><xfont size="+1"><tt>KEYCODE_MEDIA_STOP</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MEDIA_STOP" target="_top"><code>KEYCODE_MEDIA_STOP</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.KEYCODE_MUTE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MUTE" target="_top"><xfont size="+1"><tt>KEYCODE_MUTE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#KEYCODE_MUTE" target="_top"><code>KEYCODE_MUTE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -236,7 +235,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.KeyEvent.MAX_KEYCODE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#MAX_KEYCODE" target="_top"><xfont size="+1"><tt>MAX_KEYCODE</tt></font></A></nobr> </TD>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/KeyEvent.html#MAX_KEYCODE" target="_top"><code>MAX_KEYCODE</code></font></A></nobr> </TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.Menu.html b/docs/html/sdk/api_diff/3/changes/android.view.Menu.html
index 09b910a..aa93fb8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.Menu.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.Menu.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.view.<A HREF="../../../../reference/android/view/Menu.html" target="_top"><font size="+3"><tt>Menu</tt></font></A>
+Interface android.view.<A HREF="../../../../reference/android/view/Menu.html" target="_top"><font size="+2"><code>Menu</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Menu.close_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/Menu.html#close()" target="_top"><xfont size="+1"><tt>close</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/Menu.html#close()" target="_top"><code>close</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Menu.getItem_added(int)"></A>
- <nobr><code>MenuItem</code> <A HREF="../../../../reference/android/view/Menu.html#getItem(int)" target="_top"><xfont size="+1"><tt>getItem</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>MenuItem</code> <A HREF="../../../../reference/android/view/Menu.html#getItem(int)" target="_top"><code>getItem</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.MotionEvent.html b/docs/html/sdk/api_diff/3/changes/android.view.MotionEvent.html
index 5291df7..41c690e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.MotionEvent.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.MotionEvent.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/MotionEvent.html" target="_top"><font size="+3"><tt>MotionEvent</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/MotionEvent.html" target="_top"><font size="+2"><code>MotionEvent</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.MotionEvent.ACTION_OUTSIDE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/MotionEvent.html#ACTION_OUTSIDE" target="_top"><xfont size="+1"><tt>ACTION_OUTSIDE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/MotionEvent.html#ACTION_OUTSIDE" target="_top"><code>ACTION_OUTSIDE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.OrientationListener.html b/docs/html/sdk/api_diff/3/changes/android.view.OrientationListener.html
index ac58489..4b7421f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.OrientationListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.OrientationListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/OrientationListener.html" target="_top"><font size="+3"><tt>OrientationListener</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/OrientationListener.html" target="_top"><font size="+2"><code>OrientationListener</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.OrientationListener.ctor_added(android.content.Context, int)"></A>
- <nobr><A HREF="../../../../reference/android/view/OrientationListener.html#OrientationListener(android.content.Context, int)" target="_top"><xfont size="+1"><tt>OrientationListener</tt></font></A>(<code>Context,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/view/OrientationListener.html#OrientationListener(android.content.Context, int)" target="_top"><code>OrientationListener</code></A>(<code>Context,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.View.html b/docs/html/sdk/api_diff/3/changes/android.view.View.html
index ccd58a9..86f9ca6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.View.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.View.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+3"><tt>View</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/View.html" target="_top"><font size="+2"><code>View</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,98 +84,98 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.checkInputConnectionProxy_added(android.view.View)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#checkInputConnectionProxy(android.view.View)" target="_top"><xfont size="+1"><tt>checkInputConnectionProxy</tt></font></A>(<code>View</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#checkInputConnectionProxy(android.view.View)" target="_top"><code>checkInputConnectionProxy</code></A>(<code>View</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.dispatchKeyEventPreIme_added(android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#dispatchKeyEventPreIme(android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>dispatchKeyEventPreIme</tt></font></A>(<code>KeyEvent</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#dispatchKeyEventPreIme(android.view.KeyEvent)" target="_top"><code>dispatchKeyEventPreIme</code></A>(<code>KeyEvent</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.getWindowVisibleDisplayFrame_added(android.graphics.Rect)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#getWindowVisibleDisplayFrame(android.graphics.Rect)" target="_top"><xfont size="+1"><tt>getWindowVisibleDisplayFrame</tt></font></A>(<code>Rect</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#getWindowVisibleDisplayFrame(android.graphics.Rect)" target="_top"><code>getWindowVisibleDisplayFrame</code></A>(<code>Rect</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.isHapticFeedbackEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#isHapticFeedbackEnabled()" target="_top"><xfont size="+1"><tt>isHapticFeedbackEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#isHapticFeedbackEnabled()" target="_top"><code>isHapticFeedbackEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.isInEditMode_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#isInEditMode()" target="_top"><xfont size="+1"><tt>isInEditMode</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#isInEditMode()" target="_top"><code>isInEditMode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.onCheckIsTextEditor_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#onCheckIsTextEditor()" target="_top"><xfont size="+1"><tt>onCheckIsTextEditor</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#onCheckIsTextEditor()" target="_top"><code>onCheckIsTextEditor</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.onCreateInputConnection_added(android.view.inputmethod.EditorInfo)"></A>
- <nobr><code>InputConnection</code> <A HREF="../../../../reference/android/view/View.html#onCreateInputConnection(android.view.inputmethod.EditorInfo)" target="_top"><xfont size="+1"><tt>onCreateInputConnection</tt></font></A>(<code>EditorInfo</code>)</nobr>
+ <nobr><code>InputConnection</code> <A HREF="../../../../reference/android/view/View.html#onCreateInputConnection(android.view.inputmethod.EditorInfo)" target="_top"><code>onCreateInputConnection</code></A>(<code>EditorInfo</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.onFinishTemporaryDetach_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#onFinishTemporaryDetach()" target="_top"><xfont size="+1"><tt>onFinishTemporaryDetach</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#onFinishTemporaryDetach()" target="_top"><code>onFinishTemporaryDetach</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.onKeyPreIme_added(int, android.view.KeyEvent)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#onKeyPreIme(int, android.view.KeyEvent)" target="_top"><xfont size="+1"><tt>onKeyPreIme</tt></font></A>(<code>int,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#onKeyPreIme(int, android.view.KeyEvent)" target="_top"><code>onKeyPreIme</code></A>(<code>int,</nobr> KeyEvent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.onStartTemporaryDetach_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#onStartTemporaryDetach()" target="_top"><xfont size="+1"><tt>onStartTemporaryDetach</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#onStartTemporaryDetach()" target="_top"><code>onStartTemporaryDetach</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.performHapticFeedback_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#performHapticFeedback(int)" target="_top"><xfont size="+1"><tt>performHapticFeedback</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#performHapticFeedback(int)" target="_top"><code>performHapticFeedback</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.performHapticFeedback_added(int, int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#performHapticFeedback(int, int)" target="_top"><xfont size="+1"><tt>performHapticFeedback</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/View.html#performHapticFeedback(int, int)" target="_top"><code>performHapticFeedback</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.setHapticFeedbackEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#setHapticFeedbackEnabled(boolean)" target="_top"><xfont size="+1"><tt>setHapticFeedbackEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#setHapticFeedbackEnabled(boolean)" target="_top"><code>setHapticFeedbackEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.setScrollContainer_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#setScrollContainer(boolean)" target="_top"><xfont size="+1"><tt>setScrollContainer</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#setScrollContainer(boolean)" target="_top"><code>setScrollContainer</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -191,7 +190,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.getHandler_changed()"></A>
- <nobr><code>Handler</code> <A HREF="../../../../reference/android/view/View.html#getHandler()" target="_top"><xfont size="+1"><tt>getHandler</tt></font></A>() </nobr>
+ <nobr><code>Handler</code> <A HREF="../../../../reference/android/view/View.html#getHandler()" target="_top"><code>getHandler</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change of visibility from protected to public.<br>
@@ -201,7 +200,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.playSoundEffect_changed(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#playSoundEffect(int)" target="_top"><xfont size="+1"><tt>playSoundEffect</tt></font></A>(<code>int</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/View.html#playSoundEffect(int)" target="_top"><code>playSoundEffect</code></A>(<code>int</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change of visibility from protected to public.<br>
@@ -220,7 +219,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.View.HAPTIC_FEEDBACK_ENABLED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/View.html#HAPTIC_FEEDBACK_ENABLED" target="_top"><xfont size="+1"><tt>HAPTIC_FEEDBACK_ENABLED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/View.html#HAPTIC_FEEDBACK_ENABLED" target="_top"><code>HAPTIC_FEEDBACK_ENABLED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.ViewConfiguration.html b/docs/html/sdk/api_diff/3/changes/android.view.ViewConfiguration.html
index 0bf487c..e1083ba 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.ViewConfiguration.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.ViewConfiguration.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/ViewConfiguration.html" target="_top"><font size="+3"><tt>ViewConfiguration</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/ViewConfiguration.html" target="_top"><font size="+2"><code>ViewConfiguration</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,7 +83,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/android/view/ViewConfiguration.html#ViewConfiguration()" target="_top"><xfont size="+1"><tt>ViewConfiguration</tt></font></A>() </nobr>
+ <nobr><A HREF="../../../../reference/android/view/ViewConfiguration.html#ViewConfiguration()" target="_top"><code>ViewConfiguration</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -103,70 +102,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.get_added(android.content.Context)"></A>
- <nobr><code>ViewConfiguration</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#get(android.content.Context)" target="_top"><xfont size="+1"><tt>get</tt></font></A>(<code>Context</code>)</nobr>
+ <nobr><code>ViewConfiguration</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#get(android.content.Context)" target="_top"><code>get</code></A>(<code>Context</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getDoubleTapTimeout_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getDoubleTapTimeout()" target="_top"><xfont size="+1"><tt>getDoubleTapTimeout</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getDoubleTapTimeout()" target="_top"><code>getDoubleTapTimeout</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledDoubleTapSlop_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledDoubleTapSlop()" target="_top"><xfont size="+1"><tt>getScaledDoubleTapSlop</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledDoubleTapSlop()" target="_top"><code>getScaledDoubleTapSlop</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledEdgeSlop_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledEdgeSlop()" target="_top"><xfont size="+1"><tt>getScaledEdgeSlop</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledEdgeSlop()" target="_top"><code>getScaledEdgeSlop</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledFadingEdgeLength_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledFadingEdgeLength()" target="_top"><xfont size="+1"><tt>getScaledFadingEdgeLength</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledFadingEdgeLength()" target="_top"><code>getScaledFadingEdgeLength</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledMaximumDrawingCacheSize_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledMaximumDrawingCacheSize()" target="_top"><xfont size="+1"><tt>getScaledMaximumDrawingCacheSize</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledMaximumDrawingCacheSize()" target="_top"><code>getScaledMaximumDrawingCacheSize</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledMinimumFlingVelocity_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledMinimumFlingVelocity()" target="_top"><xfont size="+1"><tt>getScaledMinimumFlingVelocity</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledMinimumFlingVelocity()" target="_top"><code>getScaledMinimumFlingVelocity</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledScrollBarSize_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledScrollBarSize()" target="_top"><xfont size="+1"><tt>getScaledScrollBarSize</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledScrollBarSize()" target="_top"><code>getScaledScrollBarSize</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledTouchSlop_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledTouchSlop()" target="_top"><xfont size="+1"><tt>getScaledTouchSlop</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledTouchSlop()" target="_top"><code>getScaledTouchSlop</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScaledWindowTouchSlop_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledWindowTouchSlop()" target="_top"><xfont size="+1"><tt>getScaledWindowTouchSlop</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScaledWindowTouchSlop()" target="_top"><code>getScaledWindowTouchSlop</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -181,7 +180,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getEdgeSlop_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getEdgeSlop()" target="_top"><xfont size="+1"><tt>getEdgeSlop</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getEdgeSlop()" target="_top"><code>getEdgeSlop</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -191,7 +190,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getFadingEdgeLength_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getFadingEdgeLength()" target="_top"><xfont size="+1"><tt>getFadingEdgeLength</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getFadingEdgeLength()" target="_top"><code>getFadingEdgeLength</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -201,7 +200,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getMaximumDrawingCacheSize_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getMaximumDrawingCacheSize()" target="_top"><xfont size="+1"><tt>getMaximumDrawingCacheSize</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getMaximumDrawingCacheSize()" target="_top"><code>getMaximumDrawingCacheSize</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -211,7 +210,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getMinimumFlingVelocity_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getMinimumFlingVelocity()" target="_top"><xfont size="+1"><tt>getMinimumFlingVelocity</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getMinimumFlingVelocity()" target="_top"><code>getMinimumFlingVelocity</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -221,7 +220,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getScrollBarSize_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScrollBarSize()" target="_top"><xfont size="+1"><tt>getScrollBarSize</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getScrollBarSize()" target="_top"><code>getScrollBarSize</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -231,7 +230,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getTouchSlop_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getTouchSlop()" target="_top"><xfont size="+1"><tt>getTouchSlop</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getTouchSlop()" target="_top"><code>getTouchSlop</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -241,7 +240,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewConfiguration.getWindowTouchSlop_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getWindowTouchSlop()" target="_top"><xfont size="+1"><tt>getWindowTouchSlop</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/ViewConfiguration.html#getWindowTouchSlop()" target="_top"><code>getWindowTouchSlop</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.ViewDebug.html b/docs/html/sdk/api_diff/3/changes/android.view.ViewDebug.html
index 17c0c8a..90b2d20 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.ViewDebug.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.ViewDebug.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/ViewDebug.html" target="_top"><font size="+3"><tt>ViewDebug</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/ViewDebug.html" target="_top"><font size="+2"><code>ViewDebug</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewDebug.dumpCapturedView_added(java.lang.String, java.lang.Object)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewDebug.html#dumpCapturedView(java.lang.String, java.lang.Object)" target="_top"><xfont size="+1"><tt>dumpCapturedView</tt></font></A>(<code>String,</nobr> Object<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewDebug.html#dumpCapturedView(java.lang.String, java.lang.Object)" target="_top"><code>dumpCapturedView</code></A>(<code>String,</nobr> Object<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.ViewGroup.html b/docs/html/sdk/api_diff/3/changes/android.view.ViewGroup.html
index 589f266..a8457da 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.ViewGroup.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.ViewGroup.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/ViewGroup.html" target="_top"><font size="+3"><tt>ViewGroup</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/ViewGroup.html" target="_top"><font size="+2"><code>ViewGroup</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewGroup.setStaticTransformationsEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewGroup.html#setStaticTransformationsEnabled(boolean)" target="_top"><xfont size="+1"><tt>setStaticTransformationsEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewGroup.html#setStaticTransformationsEnabled(boolean)" target="_top"><code>setStaticTransformationsEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.ViewParent.html b/docs/html/sdk/api_diff/3/changes/android.view.ViewParent.html
index 536e7e9..5f9fc027 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.ViewParent.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.ViewParent.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.view.<A HREF="../../../../reference/android/view/ViewParent.html" target="_top"><font size="+3"><tt>ViewParent</tt></font></A>
+Interface android.view.<A HREF="../../../../reference/android/view/ViewParent.html" target="_top"><font size="+2"><code>ViewParent</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewParent.requestChildRectangleOnScreen_added(android.view.View, android.graphics.Rect, boolean)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/ViewParent.html#requestChildRectangleOnScreen(android.view.View, android.graphics.Rect, boolean)" target="_top"><xfont size="+1"><tt>requestChildRectangleOnScreen</tt></font></A>(<code>View,</nobr> Rect<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/ViewParent.html#requestChildRectangleOnScreen(android.view.View, android.graphics.Rect, boolean)" target="_top"><code>requestChildRectangleOnScreen</code></A>(<code>View,</nobr> Rect<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.ViewTreeObserver.html b/docs/html/sdk/api_diff/3/changes/android.view.ViewTreeObserver.html
index 41753a7..6cd9724 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.ViewTreeObserver.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.ViewTreeObserver.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/ViewTreeObserver.html" target="_top"><font size="+3"><tt>ViewTreeObserver</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/ViewTreeObserver.html" target="_top"><font size="+2"><code>ViewTreeObserver</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewTreeObserver.addOnScrollChangedListener_added(android.view.ViewTreeObserver.OnScrollChangedListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewTreeObserver.html#addOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)" target="_top"><xfont size="+1"><tt>addOnScrollChangedListener</tt></font></A>(<code>OnScrollChangedListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewTreeObserver.html#addOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)" target="_top"><code>addOnScrollChangedListener</code></A>(<code>OnScrollChangedListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.ViewTreeObserver.removeOnScrollChangedListener_added(android.view.ViewTreeObserver.OnScrollChangedListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewTreeObserver.html#removeOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)" target="_top"><xfont size="+1"><tt>removeOnScrollChangedListener</tt></font></A>(<code>OnScrollChangedListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/ViewTreeObserver.html#removeOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)" target="_top"><code>removeOnScrollChangedListener</code></A>(<code>OnScrollChangedListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.Window.html b/docs/html/sdk/api_diff/3/changes/android.view.Window.html
index d84eb2b..bf5347e 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.Window.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.Window.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/Window.html" target="_top"><font size="+3"><tt>Window</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/Window.html" target="_top"><font size="+2"><code>Window</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Window.hasSoftInputMode_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/Window.html#hasSoftInputMode()" target="_top"><xfont size="+1"><tt>hasSoftInputMode</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/Window.html#hasSoftInputMode()" target="_top"><code>hasSoftInputMode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Window.setSoftInputMode_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/Window.html#setSoftInputMode(int)" target="_top"><xfont size="+1"><tt>setSoftInputMode</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/Window.html#setSoftInputMode(int)" target="_top"><code>setSoftInputMode</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.Window.setWindowAnimations_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/Window.html#setWindowAnimations(int)" target="_top"><xfont size="+1"><tt>setWindowAnimations</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/Window.html#setWindowAnimations(int)" target="_top"><code>setWindowAnimations</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.WindowManager.LayoutParams.html b/docs/html/sdk/api_diff/3/changes/android.view.WindowManager.LayoutParams.html
index 7304b0e..c59fef8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.WindowManager.LayoutParams.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.WindowManager.LayoutParams.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.<A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html" target="_top"><font size="+3"><tt>WindowManager.LayoutParams</tt></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html" target="_top"><font size="+2"><code>WindowManager.LayoutParams</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.mayUseInputMethod_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#mayUseInputMethod(int)" target="_top"><xfont size="+1"><tt>mayUseInputMethod</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#mayUseInputMethod(int)" target="_top"><code>mayUseInputMethod</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -101,161 +100,161 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#FLAG_ALT_FOCUSABLE_IM" target="_top"><xfont size="+1"><tt>FLAG_ALT_FOCUSABLE_IM</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#FLAG_ALT_FOCUSABLE_IM" target="_top"><code>FLAG_ALT_FOCUSABLE_IM</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#FLAG_WATCH_OUTSIDE_TOUCH" target="_top"><xfont size="+1"><tt>FLAG_WATCH_OUTSIDE_TOUCH</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#FLAG_WATCH_OUTSIDE_TOUCH" target="_top"><code>FLAG_WATCH_OUTSIDE_TOUCH</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SCREEN_BRIGHTNESS_CHANGED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SCREEN_BRIGHTNESS_CHANGED" target="_top"><xfont size="+1"><tt>SCREEN_BRIGHTNESS_CHANGED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SCREEN_BRIGHTNESS_CHANGED" target="_top"><code>SCREEN_BRIGHTNESS_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SCREEN_ORIENTATION_CHANGED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SCREEN_ORIENTATION_CHANGED" target="_top"><xfont size="+1"><tt>SCREEN_ORIENTATION_CHANGED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SCREEN_ORIENTATION_CHANGED" target="_top"><code>SCREEN_ORIENTATION_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_PAN" target="_top"><xfont size="+1"><tt>SOFT_INPUT_ADJUST_PAN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_PAN" target="_top"><code>SOFT_INPUT_ADJUST_PAN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_RESIZE" target="_top"><xfont size="+1"><tt>SOFT_INPUT_ADJUST_RESIZE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_RESIZE" target="_top"><code>SOFT_INPUT_ADJUST_RESIZE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_UNSPECIFIED" target="_top"><xfont size="+1"><tt>SOFT_INPUT_ADJUST_UNSPECIFIED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_ADJUST_UNSPECIFIED" target="_top"><code>SOFT_INPUT_ADJUST_UNSPECIFIED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_IS_FORWARD_NAVIGATION" target="_top"><xfont size="+1"><tt>SOFT_INPUT_IS_FORWARD_NAVIGATION</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_IS_FORWARD_NAVIGATION" target="_top"><code>SOFT_INPUT_IS_FORWARD_NAVIGATION</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MASK_ADJUST" target="_top"><xfont size="+1"><tt>SOFT_INPUT_MASK_ADJUST</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MASK_ADJUST" target="_top"><code>SOFT_INPUT_MASK_ADJUST</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MASK_STATE" target="_top"><xfont size="+1"><tt>SOFT_INPUT_MASK_STATE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MASK_STATE" target="_top"><code>SOFT_INPUT_MASK_STATE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_MODE_CHANGED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MODE_CHANGED" target="_top"><xfont size="+1"><tt>SOFT_INPUT_MODE_CHANGED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_MODE_CHANGED" target="_top"><code>SOFT_INPUT_MODE_CHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_ALWAYS_HIDDEN" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_ALWAYS_HIDDEN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_ALWAYS_HIDDEN" target="_top"><code>SOFT_INPUT_STATE_ALWAYS_HIDDEN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_ALWAYS_VISIBLE" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_ALWAYS_VISIBLE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_ALWAYS_VISIBLE" target="_top"><code>SOFT_INPUT_STATE_ALWAYS_VISIBLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_HIDDEN" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_HIDDEN</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_HIDDEN" target="_top"><code>SOFT_INPUT_STATE_HIDDEN</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_UNCHANGED" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_UNCHANGED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_UNCHANGED" target="_top"><code>SOFT_INPUT_STATE_UNCHANGED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_UNSPECIFIED" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_UNSPECIFIED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_UNSPECIFIED" target="_top"><code>SOFT_INPUT_STATE_UNSPECIFIED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_VISIBLE" target="_top"><xfont size="+1"><tt>SOFT_INPUT_STATE_VISIBLE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#SOFT_INPUT_STATE_VISIBLE" target="_top"><code>SOFT_INPUT_STATE_VISIBLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_ATTACHED_DIALOG" target="_top"><xfont size="+1"><tt>TYPE_APPLICATION_ATTACHED_DIALOG</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_APPLICATION_ATTACHED_DIALOG" target="_top"><code>TYPE_APPLICATION_ATTACHED_DIALOG</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_INPUT_METHOD" target="_top"><xfont size="+1"><tt>TYPE_INPUT_METHOD</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_INPUT_METHOD" target="_top"><code>TYPE_INPUT_METHOD</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_INPUT_METHOD_DIALOG" target="_top"><xfont size="+1"><tt>TYPE_INPUT_METHOD_DIALOG</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_INPUT_METHOD_DIALOG" target="_top"><code>TYPE_INPUT_METHOD_DIALOG</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.screenBrightness"></A>
- <nobr><code>float</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#screenBrightness" target="_top"><xfont size="+1"><tt>screenBrightness</tt></font></A></nobr>
+ <nobr><code>float</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#screenBrightness" target="_top"><code>screenBrightness</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.screenOrientation"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#screenOrientation" target="_top"><xfont size="+1"><tt>screenOrientation</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#screenOrientation" target="_top"><code>screenOrientation</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.WindowManager.LayoutParams.softInputMode"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#softInputMode" target="_top"><xfont size="+1"><tt>softInputMode</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#softInputMode" target="_top"><code>softInputMode</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.animation.Animation.html b/docs/html/sdk/api_diff/3/changes/android.view.animation.Animation.html
index 9cdf434..d0e860b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.animation.Animation.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.animation.Animation.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.animation.<A HREF="../../../../reference/android/view/animation/Animation.html" target="_top"><font size="+3"><tt>Animation</tt></font></A>
+Class android.view.animation.<A HREF="../../../../reference/android/view/animation/Animation.html" target="_top"><font size="+2"><code>Animation</code></font></A>
</H2>
<p><font xsize="+1">Added interface <code>java.lang.Cloneable</code>.<br></font>
<a NAME="constructors"></a>
@@ -86,21 +85,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.animation.Animation.computeDurationHint_added()"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/view/animation/Animation.html#computeDurationHint()" target="_top"><xfont size="+1"><tt>computeDurationHint</tt></font></A>()</nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/view/animation/Animation.html#computeDurationHint()" target="_top"><code>computeDurationHint</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.animation.Animation.isFillEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/animation/Animation.html#isFillEnabled()" target="_top"><xfont size="+1"><tt>isFillEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/view/animation/Animation.html#isFillEnabled()" target="_top"><code>isFillEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.animation.Animation.setFillEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/view/animation/Animation.html#setFillEnabled(boolean)" target="_top"><xfont size="+1"><tt>setFillEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/view/animation/Animation.html#setFillEnabled(boolean)" target="_top"><code>setFillEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.view.animation.Transformation.html b/docs/html/sdk/api_diff/3/changes/android.view.animation.Transformation.html
index 8c5cbf5..62120f6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.view.animation.Transformation.html
+++ b/docs/html/sdk/api_diff/3/changes/android.view.animation.Transformation.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.view.animation.<A HREF="../../../../reference/android/view/animation/Transformation.html" target="_top"><font size="+3"><tt>Transformation</tt></font></A>
+Class android.view.animation.<A HREF="../../../../reference/android/view/animation/Transformation.html" target="_top"><font size="+2"><code>Transformation</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.animation.Transformation.toShortString_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/view/animation/Transformation.html#toShortString()" target="_top"><xfont size="+1"><tt>toShortString</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/view/animation/Transformation.html#toShortString()" target="_top"><code>toShortString</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.URLUtil.html b/docs/html/sdk/api_diff/3/changes/android.webkit.URLUtil.html
index cff8741..bb49443 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.URLUtil.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.URLUtil.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.webkit.<A HREF="../../../../reference/android/webkit/URLUtil.html" target="_top"><font size="+3"><tt>URLUtil</tt></font></A>
+Class android.webkit.<A HREF="../../../../reference/android/webkit/URLUtil.html" target="_top"><font size="+2"><code>URLUtil</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.URLUtil.isCookielessProxyUrl_changed(java.lang.String)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/URLUtil.html#isCookielessProxyUrl(java.lang.String)" target="_top"><xfont size="+1"><tt>isCookielessProxyUrl</tt></font></A>(<code>String</code>) </nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/URLUtil.html#isCookielessProxyUrl(java.lang.String)" target="_top"><code>isCookielessProxyUrl</code></A>(<code>String</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptHandler.html b/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptHandler.html
index 8664bc6..ea2b610 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptHandler.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptHandler.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.webkit.<A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html" target="_top"><font size="+3"><tt>UrlInterceptHandler</tt></font></A>
+Interface android.webkit.<A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html" target="_top"><font size="+2"><code>UrlInterceptHandler</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.UrlInterceptHandler.getPluginData_added(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"></A>
- <nobr><code>PluginData</code> <A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html#getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><xfont size="+1"><tt>getPluginData</tt></font></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>)</nobr>
+ <nobr><code>PluginData</code> <A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html#getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>getPluginData</code></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.UrlInterceptHandler.service_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"></A>
- <nobr><code>CacheResult</code> <A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html#service(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><xfont size="+1"><tt>service</tt></font></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>) </nobr>
+ <nobr><code>CacheResult</code> <A HREF="../../../../reference/android/webkit/UrlInterceptHandler.html#service(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>service</code></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptRegistry.html b/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptRegistry.html
index 09d1149..ca0addd 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptRegistry.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.UrlInterceptRegistry.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.webkit.<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html" target="_top"><font size="+3"><tt>UrlInterceptRegistry</tt></font></A>
+Class android.webkit.<A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html" target="_top"><font size="+2"><code>UrlInterceptRegistry</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.UrlInterceptRegistry.getPluginData_added(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"></A>
- <nobr><code>PluginData</code> <A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><xfont size="+1"><tt>getPluginData</tt></font></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>)</nobr>
+ <nobr><code>PluginData</code> <A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>getPluginData</code></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.UrlInterceptRegistry.getSurrogate_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"></A>
- <nobr><code>CacheResult</code> <A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#getSurrogate(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><xfont size="+1"><tt>getSurrogate</tt></font></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>) </nobr>
+ <nobr><code>CacheResult</code> <A HREF="../../../../reference/android/webkit/UrlInterceptRegistry.html#getSurrogate(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" target="_top"><code>getSurrogate</code></A>(<code>String,</nobr> Map<String<nobr>,</nobr> String><nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.WebHistoryItem.html b/docs/html/sdk/api_diff/3/changes/android.webkit.WebHistoryItem.html
index 1014019..e223080 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.WebHistoryItem.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.WebHistoryItem.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.webkit.<A HREF="../../../../reference/android/webkit/WebHistoryItem.html" target="_top"><font size="+3"><tt>WebHistoryItem</tt></font></A>
+Class android.webkit.<A HREF="../../../../reference/android/webkit/WebHistoryItem.html" target="_top"><font size="+2"><code>WebHistoryItem</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebHistoryItem.getOriginalUrl_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebHistoryItem.html#getOriginalUrl()" target="_top"><xfont size="+1"><tt>getOriginalUrl</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebHistoryItem.html#getOriginalUrl()" target="_top"><code>getOriginalUrl</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.WebSettings.html b/docs/html/sdk/api_diff/3/changes/android.webkit.WebSettings.html
index eb421cf..7c7161d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.WebSettings.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.WebSettings.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSettings.html" target="_top"><font size="+3"><tt>WebSettings</tt></font></A>
+Class android.webkit.<A HREF="../../../../reference/android/webkit/WebSettings.html" target="_top"><font size="+2"><code>WebSettings</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,42 +84,42 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.getAllowFileAccess_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getAllowFileAccess()" target="_top"><xfont size="+1"><tt>getAllowFileAccess</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getAllowFileAccess()" target="_top"><code>getAllowFileAccess</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.getBuiltInZoomControls_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getBuiltInZoomControls()" target="_top"><xfont size="+1"><tt>getBuiltInZoomControls</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getBuiltInZoomControls()" target="_top"><code>getBuiltInZoomControls</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.getUserAgentString_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgentString()" target="_top"><xfont size="+1"><tt>getUserAgentString</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgentString()" target="_top"><code>getUserAgentString</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.setAllowFileAccess_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setAllowFileAccess(boolean)" target="_top"><xfont size="+1"><tt>setAllowFileAccess</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setAllowFileAccess(boolean)" target="_top"><code>setAllowFileAccess</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.setBuiltInZoomControls_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setBuiltInZoomControls(boolean)" target="_top"><xfont size="+1"><tt>setBuiltInZoomControls</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setBuiltInZoomControls(boolean)" target="_top"><code>setBuiltInZoomControls</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.setUserAgentString_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgentString(java.lang.String)" target="_top"><xfont size="+1"><tt>setUserAgentString</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgentString(java.lang.String)" target="_top"><code>setUserAgentString</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -135,7 +134,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.getUserAgent_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgent()" target="_top"><xfont size="+1"><tt>getUserAgent</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#getUserAgent()" target="_top"><code>getUserAgent</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -145,7 +144,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebSettings.setUserAgent_changed(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgent(int)" target="_top"><xfont size="+1"><tt>setUserAgent</tt></font></A>(<code>int</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebSettings.html#setUserAgent(int)" target="_top"><code>setUserAgent</code></A>(<code>int</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.webkit.WebView.html b/docs/html/sdk/api_diff/3/changes/android.webkit.WebView.html
index cd721c8..acc289c 100644
--- a/docs/html/sdk/api_diff/3/changes/android.webkit.WebView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.webkit.WebView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+3"><tt>WebView</tt></font></A>
+Class android.webkit.<A HREF="../../../../reference/android/webkit/WebView.html" target="_top"><font size="+2"><code>WebView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,49 +84,49 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.clearMatches_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#clearMatches()" target="_top"><xfont size="+1"><tt>clearMatches</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#clearMatches()" target="_top"><code>clearMatches</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.findAll_added(java.lang.String)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebView.html#findAll(java.lang.String)" target="_top"><xfont size="+1"><tt>findAll</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/webkit/WebView.html#findAll(java.lang.String)" target="_top"><code>findAll</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.findNext_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#findNext(boolean)" target="_top"><xfont size="+1"><tt>findNext</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#findNext(boolean)" target="_top"><code>findNext</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.getOriginalUrl_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebView.html#getOriginalUrl()" target="_top"><xfont size="+1"><tt>getOriginalUrl</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/webkit/WebView.html#getOriginalUrl()" target="_top"><code>getOriginalUrl</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.restorePicture_added(android.os.Bundle, java.io.File)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebView.html#restorePicture(android.os.Bundle, java.io.File)" target="_top"><xfont size="+1"><tt>restorePicture</tt></font></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebView.html#restorePicture(android.os.Bundle, java.io.File)" target="_top"><code>restorePicture</code></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.savePicture_added(android.os.Bundle, java.io.File)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebView.html#savePicture(android.os.Bundle, java.io.File)" target="_top"><xfont size="+1"><tt>savePicture</tt></font></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/webkit/WebView.html#savePicture(android.os.Bundle, java.io.File)" target="_top"><code>savePicture</code></A>(<code>Bundle,</nobr> File<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.setNetworkAvailable_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#setNetworkAvailable(boolean)" target="_top"><xfont size="+1"><tt>setNetworkAvailable</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#setNetworkAvailable(boolean)" target="_top"><code>setNetworkAvailable</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -142,7 +141,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.getZoomControls_changed()"></A>
- <nobr><code>View</code> <A HREF="../../../../reference/android/webkit/WebView.html#getZoomControls()" target="_top"><xfont size="+1"><tt>getZoomControls</tt></font></A>() </nobr>
+ <nobr><code>View</code> <A HREF="../../../../reference/android/webkit/WebView.html#getZoomControls()" target="_top"><code>getZoomControls</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -152,7 +151,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.webkit.WebView.onGlobalFocusChanged_changed(android.view.View, android.view.View)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#onGlobalFocusChanged(android.view.View, android.view.View)" target="_top"><xfont size="+1"><tt>onGlobalFocusChanged</tt></font></A>(<code>View,</nobr> View<nobr><nobr></code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/webkit/WebView.html#onGlobalFocusChanged(android.view.View, android.view.View)" target="_top"><code>onGlobalFocusChanged</code></A>(<code>View,</nobr> View<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.AbsListView.html b/docs/html/sdk/api_diff/3/changes/android.widget.AbsListView.html
index 6d1ed35..f3dc8e7 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.AbsListView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.AbsListView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/AbsListView.html" target="_top"><font size="+3"><tt>AbsListView</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/AbsListView.html" target="_top"><font size="+2"><code>AbsListView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,35 +84,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsListView.getTextFilter_added()"></A>
- <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/widget/AbsListView.html#getTextFilter()" target="_top"><xfont size="+1"><tt>getTextFilter</tt></font></A>()</nobr>
+ <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/widget/AbsListView.html#getTextFilter()" target="_top"><code>getTextFilter</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsListView.isFastScrollEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AbsListView.html#isFastScrollEnabled()" target="_top"><xfont size="+1"><tt>isFastScrollEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AbsListView.html#isFastScrollEnabled()" target="_top"><code>isFastScrollEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsListView.isSmoothScrollbarEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AbsListView.html#isSmoothScrollbarEnabled()" target="_top"><xfont size="+1"><tt>isSmoothScrollbarEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AbsListView.html#isSmoothScrollbarEnabled()" target="_top"><code>isSmoothScrollbarEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsListView.setFastScrollEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsListView.html#setFastScrollEnabled(boolean)" target="_top"><xfont size="+1"><tt>setFastScrollEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsListView.html#setFastScrollEnabled(boolean)" target="_top"><code>setFastScrollEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsListView.setSmoothScrollbarEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsListView.html#setSmoothScrollbarEnabled(boolean)" target="_top"><xfont size="+1"><tt>setSmoothScrollbarEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsListView.html#setSmoothScrollbarEnabled(boolean)" target="_top"><code>setSmoothScrollbarEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.AbsSeekBar.html b/docs/html/sdk/api_diff/3/changes/android.widget.AbsSeekBar.html
index 128b31f..830ea55 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.AbsSeekBar.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.AbsSeekBar.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/AbsSeekBar.html" target="_top"><font size="+3"><tt>AbsSeekBar</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/AbsSeekBar.html" target="_top"><font size="+2"><code>AbsSeekBar</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsSeekBar.getKeyProgressIncrement_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AbsSeekBar.html#getKeyProgressIncrement()" target="_top"><xfont size="+1"><tt>getKeyProgressIncrement</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AbsSeekBar.html#getKeyProgressIncrement()" target="_top"><code>getKeyProgressIncrement</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AbsSeekBar.setKeyProgressIncrement_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsSeekBar.html#setKeyProgressIncrement(int)" target="_top"><xfont size="+1"><tt>setKeyProgressIncrement</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AbsSeekBar.html#setKeyProgressIncrement(int)" target="_top"><code>setKeyProgressIncrement</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.AbsoluteLayout.html b/docs/html/sdk/api_diff/3/changes/android.widget.AbsoluteLayout.html
index 77025f0..b43d34b 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.AbsoluteLayout.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.AbsoluteLayout.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/AbsoluteLayout.html" target="_top"><font size="+3"><tt>AbsoluteLayout</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/AbsoluteLayout.html" target="_top"><font size="+2"><code>AbsoluteLayout</code></font></A>
</H2>
<p><b>Now deprecated</b>.<br>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.ArrayAdapter.html b/docs/html/sdk/api_diff/3/changes/android.widget.ArrayAdapter.html
index 0beed26..e7b65ad 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.ArrayAdapter.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.ArrayAdapter.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/ArrayAdapter.html" target="_top"><font size="+3"><tt>ArrayAdapter</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/ArrayAdapter.html" target="_top"><font size="+2"><code>ArrayAdapter</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ArrayAdapter.sort_added(java.util.Comparator<? super T>)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ArrayAdapter.html#sort(java.util.Comparator<? super T>)" target="_top"><xfont size="+1"><tt>sort</tt></font></A>(<code>Comparator<? super T></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ArrayAdapter.html#sort(java.util.Comparator<? super T>)" target="_top"><code>sort</code></A>(<code>Comparator<? super T></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.AutoCompleteTextView.html b/docs/html/sdk/api_diff/3/changes/android.widget.AutoCompleteTextView.html
index a6e89e4..de12564 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.AutoCompleteTextView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.AutoCompleteTextView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html" target="_top"><font size="+3"><tt>AutoCompleteTextView</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/AutoCompleteTextView.html" target="_top"><font size="+2"><code>AutoCompleteTextView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,70 +84,70 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.clearListSelection_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#clearListSelection()" target="_top"><xfont size="+1"><tt>clearListSelection</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#clearListSelection()" target="_top"><code>clearListSelection</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getDropDownAnchor_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownAnchor()" target="_top"><xfont size="+1"><tt>getDropDownAnchor</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownAnchor()" target="_top"><code>getDropDownAnchor</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getDropDownWidth_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownWidth()" target="_top"><xfont size="+1"><tt>getDropDownWidth</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getDropDownWidth()" target="_top"><code>getDropDownWidth</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getListSelection_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getListSelection()" target="_top"><xfont size="+1"><tt>getListSelection</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getListSelection()" target="_top"><code>getListSelection</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getOnItemClickListener_added()"></A>
- <nobr><code>OnItemClickListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getOnItemClickListener()" target="_top"><xfont size="+1"><tt>getOnItemClickListener</tt></font></A>()</nobr>
+ <nobr><code>OnItemClickListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getOnItemClickListener()" target="_top"><code>getOnItemClickListener</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getOnItemSelectedListener_added()"></A>
- <nobr><code>OnItemSelectedListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getOnItemSelectedListener()" target="_top"><xfont size="+1"><tt>getOnItemSelectedListener</tt></font></A>()</nobr>
+ <nobr><code>OnItemSelectedListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getOnItemSelectedListener()" target="_top"><code>getOnItemSelectedListener</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.isPerformingCompletion_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#isPerformingCompletion()" target="_top"><xfont size="+1"><tt>isPerformingCompletion</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#isPerformingCompletion()" target="_top"><code>isPerformingCompletion</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.setDropDownAnchor_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setDropDownAnchor(int)" target="_top"><xfont size="+1"><tt>setDropDownAnchor</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setDropDownAnchor(int)" target="_top"><code>setDropDownAnchor</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.setDropDownWidth_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setDropDownWidth(int)" target="_top"><xfont size="+1"><tt>setDropDownWidth</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setDropDownWidth(int)" target="_top"><code>setDropDownWidth</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.setListSelection_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setListSelection(int)" target="_top"><xfont size="+1"><tt>setListSelection</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#setListSelection(int)" target="_top"><code>setListSelection</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -163,7 +162,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getItemClickListener_changed()"></A>
- <nobr><code>OnItemClickListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getItemClickListener()" target="_top"><xfont size="+1"><tt>getItemClickListener</tt></font></A>() </nobr>
+ <nobr><code>OnItemClickListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getItemClickListener()" target="_top"><code>getItemClickListener</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
@@ -173,7 +172,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.AutoCompleteTextView.getItemSelectedListener_changed()"></A>
- <nobr><code>OnItemSelectedListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getItemSelectedListener()" target="_top"><xfont size="+1"><tt>getItemSelectedListener</tt></font></A>() </nobr>
+ <nobr><code>OnItemSelectedListener</code> <A HREF="../../../../reference/android/widget/AutoCompleteTextView.html#getItemSelectedListener()" target="_top"><code>getItemSelectedListener</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
<b>Now deprecated</b>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.Chronometer.html b/docs/html/sdk/api_diff/3/changes/android.widget.Chronometer.html
index 2a82a20..428ece8 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.Chronometer.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.Chronometer.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/Chronometer.html" target="_top"><font size="+3"><tt>Chronometer</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/Chronometer.html" target="_top"><font size="+2"><code>Chronometer</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.Chronometer.getOnChronometerTickListener_added()"></A>
- <nobr><code>OnChronometerTickListener</code> <A HREF="../../../../reference/android/widget/Chronometer.html#getOnChronometerTickListener()" target="_top"><xfont size="+1"><tt>getOnChronometerTickListener</tt></font></A>()</nobr>
+ <nobr><code>OnChronometerTickListener</code> <A HREF="../../../../reference/android/widget/Chronometer.html#getOnChronometerTickListener()" target="_top"><code>getOnChronometerTickListener</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.Chronometer.setOnChronometerTickListener_added(android.widget.Chronometer.OnChronometerTickListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/Chronometer.html#setOnChronometerTickListener(android.widget.Chronometer.OnChronometerTickListener)" target="_top"><xfont size="+1"><tt>setOnChronometerTickListener</tt></font></A>(<code>OnChronometerTickListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/Chronometer.html#setOnChronometerTickListener(android.widget.Chronometer.OnChronometerTickListener)" target="_top"><code>setOnChronometerTickListener</code></A>(<code>OnChronometerTickListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.CursorAdapter.html b/docs/html/sdk/api_diff/3/changes/android.widget.CursorAdapter.html
index 0a89030..d0f54917 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.CursorAdapter.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.CursorAdapter.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/CursorAdapter.html" target="_top"><font size="+3"><tt>CursorAdapter</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/CursorAdapter.html" target="_top"><font size="+2"><code>CursorAdapter</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.CursorAdapter.onContentChanged_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#onContentChanged()" target="_top"><xfont size="+1"><tt>onContentChanged</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#onContentChanged()" target="_top"><code>onContentChanged</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.CursorAdapter.getCount_changed()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getCount()" target="_top"><xfont size="+1"><tt>getCount</tt></font></A>() </nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getCount()" target="_top"><code>getCount</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from final to non-final.<br>
@@ -110,7 +109,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.CursorAdapter.getItem_changed(int)"></A>
- <nobr><code>Object</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getItem(int)" target="_top"><xfont size="+1"><tt>getItem</tt></font></A>(<code>int</code>) </nobr>
+ <nobr><code>Object</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getItem(int)" target="_top"><code>getItem</code></A>(<code>int</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from final to non-final.<br>
@@ -120,7 +119,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.CursorAdapter.getItemId_changed(int)"></A>
- <nobr><code>long</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getItemId(int)" target="_top"><xfont size="+1"><tt>getItemId</tt></font></A>(<code>int</code>) </nobr>
+ <nobr><code>long</code> <A HREF="../../../../reference/android/widget/CursorAdapter.html#getItemId(int)" target="_top"><code>getItemId</code></A>(<code>int</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from final to non-final.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.GridView.html b/docs/html/sdk/api_diff/3/changes/android.widget.GridView.html
index 86e019b..3304a1a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.GridView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.GridView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/GridView.html" target="_top"><font size="+3"><tt>GridView</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/GridView.html" target="_top"><font size="+2"><code>GridView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -86,7 +85,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.GridView.STRETCH_SPACING_UNIFORM"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/GridView.html#STRETCH_SPACING_UNIFORM" target="_top"><xfont size="+1"><tt>STRETCH_SPACING_UNIFORM</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/GridView.html#STRETCH_SPACING_UNIFORM" target="_top"><code>STRETCH_SPACING_UNIFORM</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.ListView.html b/docs/html/sdk/api_diff/3/changes/android.widget.ListView.html
index ecaf309..dbef56f 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.ListView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.ListView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+3"><tt>ListView</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/ListView.html" target="_top"><font size="+2"><code>ListView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ListView.setFooterDividersEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ListView.html#setFooterDividersEnabled(boolean)" target="_top"><xfont size="+1"><tt>setFooterDividersEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ListView.html#setFooterDividersEnabled(boolean)" target="_top"><code>setFooterDividersEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ListView.setHeaderDividersEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ListView.html#setHeaderDividersEnabled(boolean)" target="_top"><xfont size="+1"><tt>setHeaderDividersEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ListView.html#setHeaderDividersEnabled(boolean)" target="_top"><code>setHeaderDividersEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.OnDismissListener.html b/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.OnDismissListener.html
index 2e08886..7ef698d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.OnDismissListener.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.OnDismissListener.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface android.widget.<A HREF="../../../../reference/android/widget/PopupWindow.OnDismissListener.html" target="_top"><font size="+3"><tt>PopupWindow.OnDismissListener</tt></font></A>
+Interface android.widget.<A HREF="../../../../reference/android/widget/PopupWindow.OnDismissListener.html" target="_top"><font size="+2"><code>PopupWindow.OnDismissListener</code></font></A>
</H2>
<p>Change of visibility from to public.<br>
<a NAME="constructors"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.html b/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.html
index b3a3303..409ccc5 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.PopupWindow.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/PopupWindow.html" target="_top"><font size="+3"><tt>PopupWindow</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/PopupWindow.html" target="_top"><font size="+2"><code>PopupWindow</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,98 +84,98 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.getInputMethodMode_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#getInputMethodMode()" target="_top"><xfont size="+1"><tt>getInputMethodMode</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#getInputMethodMode()" target="_top"><code>getInputMethodMode</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.getMaxAvailableHeight_added(android.view.View, int)"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#getMaxAvailableHeight(android.view.View, int)" target="_top"><xfont size="+1"><tt>getMaxAvailableHeight</tt></font></A>(<code>View,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#getMaxAvailableHeight(android.view.View, int)" target="_top"><code>getMaxAvailableHeight</code></A>(<code>View,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.isAboveAnchor_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isAboveAnchor()" target="_top"><xfont size="+1"><tt>isAboveAnchor</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isAboveAnchor()" target="_top"><code>isAboveAnchor</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.isClippingEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isClippingEnabled()" target="_top"><xfont size="+1"><tt>isClippingEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isClippingEnabled()" target="_top"><code>isClippingEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.isOutsideTouchable_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isOutsideTouchable()" target="_top"><xfont size="+1"><tt>isOutsideTouchable</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isOutsideTouchable()" target="_top"><code>isOutsideTouchable</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.isTouchable_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isTouchable()" target="_top"><xfont size="+1"><tt>isTouchable</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#isTouchable()" target="_top"><code>isTouchable</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setClippingEnabled_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setClippingEnabled(boolean)" target="_top"><xfont size="+1"><tt>setClippingEnabled</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setClippingEnabled(boolean)" target="_top"><code>setClippingEnabled</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setInputMethodMode_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setInputMethodMode(int)" target="_top"><xfont size="+1"><tt>setInputMethodMode</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setInputMethodMode(int)" target="_top"><code>setInputMethodMode</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setOutsideTouchable_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setOutsideTouchable(boolean)" target="_top"><xfont size="+1"><tt>setOutsideTouchable</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setOutsideTouchable(boolean)" target="_top"><code>setOutsideTouchable</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setTouchInterceptor_added(android.view.View.OnTouchListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setTouchInterceptor(android.view.View.OnTouchListener)" target="_top"><xfont size="+1"><tt>setTouchInterceptor</tt></font></A>(<code>OnTouchListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setTouchInterceptor(android.view.View.OnTouchListener)" target="_top"><code>setTouchInterceptor</code></A>(<code>OnTouchListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setTouchable_added(boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setTouchable(boolean)" target="_top"><xfont size="+1"><tt>setTouchable</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setTouchable(boolean)" target="_top"><code>setTouchable</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.setWindowLayoutMode_added(int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setWindowLayoutMode(int, int)" target="_top"><xfont size="+1"><tt>setWindowLayoutMode</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#setWindowLayoutMode(int, int)" target="_top"><code>setWindowLayoutMode</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.update_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#update()" target="_top"><xfont size="+1"><tt>update</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#update()" target="_top"><code>update</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.update_added(int, int, int, int, boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#update(int, int, int, int, boolean)" target="_top"><xfont size="+1"><tt>update</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#update(int, int, int, int, boolean)" target="_top"><code>update</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -192,21 +191,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.INPUT_METHOD_FROM_FOCUSABLE"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_FROM_FOCUSABLE" target="_top"><xfont size="+1"><tt>INPUT_METHOD_FROM_FOCUSABLE</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_FROM_FOCUSABLE" target="_top"><code>INPUT_METHOD_FROM_FOCUSABLE</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.INPUT_METHOD_NEEDED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_NEEDED" target="_top"><xfont size="+1"><tt>INPUT_METHOD_NEEDED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_NEEDED" target="_top"><code>INPUT_METHOD_NEEDED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.PopupWindow.INPUT_METHOD_NOT_NEEDED"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_NOT_NEEDED" target="_top"><xfont size="+1"><tt>INPUT_METHOD_NOT_NEEDED</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/PopupWindow.html#INPUT_METHOD_NOT_NEEDED" target="_top"><code>INPUT_METHOD_NOT_NEEDED</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.ProgressBar.html b/docs/html/sdk/api_diff/3/changes/android.widget.ProgressBar.html
index eea94f2..9d1e13a 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.ProgressBar.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.ProgressBar.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/ProgressBar.html" target="_top"><font size="+3"><tt>ProgressBar</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/ProgressBar.html" target="_top"><font size="+2"><code>ProgressBar</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,20 +84,20 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ProgressBar.onRestoreInstanceState_changed(android.os.Parcelable)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ProgressBar.html#onRestoreInstanceState(android.os.Parcelable)" target="_top"><xfont size="+1"><tt>onRestoreInstanceState</tt></font></A>(<code>Parcelable</code>) </nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ProgressBar.html#onRestoreInstanceState(android.os.Parcelable)" target="_top"><code>onRestoreInstanceState</code></A>(<code>Parcelable</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
-Method was inherited from <tt>android.view.View</tt>, but is now defined locally. Change of visibility from protected to public.<br>
+Method was inherited from <code>android.view.View</code>, but is now defined locally. Change of visibility from protected to public.<br>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ProgressBar.onSaveInstanceState_changed()"></A>
- <nobr><code>Parcelable</code> <A HREF="../../../../reference/android/widget/ProgressBar.html#onSaveInstanceState()" target="_top"><xfont size="+1"><tt>onSaveInstanceState</tt></font></A>() </nobr>
+ <nobr><code>Parcelable</code> <A HREF="../../../../reference/android/widget/ProgressBar.html#onSaveInstanceState()" target="_top"><code>onSaveInstanceState</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
-Method was inherited from <tt>android.view.View</tt>, but is now defined locally. Change of visibility from protected to public.<br>
+Method was inherited from <code>android.view.View</code>, but is now defined locally. Change of visibility from protected to public.<br>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.ActionException.html b/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.ActionException.html
index c2f5c96..ce206f5 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.ActionException.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.ActionException.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/RemoteViews.ActionException.html" target="_top"><font size="+3"><tt>RemoteViews.ActionException</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/RemoteViews.ActionException.html" target="_top"><font size="+2"><code>RemoteViews.ActionException</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,7 +83,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.ActionException.ctor_added(java.lang.Exception)"></A>
- <nobr><A HREF="../../../../reference/android/widget/RemoteViews.ActionException.html#RemoteViews.ActionException(java.lang.Exception)" target="_top"><xfont size="+1"><tt>RemoteViews.ActionException</tt></font></A>(<code>Exception</code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/widget/RemoteViews.ActionException.html#RemoteViews.ActionException(java.lang.Exception)" target="_top"><code>RemoteViews.ActionException</code></A>(<code>Exception</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html b/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html
index ef8eb08..0a27192 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.RemoteViews.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/RemoteViews.html" target="_top"><font size="+3"><tt>RemoteViews</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/RemoteViews.html" target="_top"><font size="+2"><code>RemoteViews</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,105 +84,105 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setBitmap_added(int, java.lang.String, android.graphics.Bitmap)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setBitmap(int, java.lang.String, android.graphics.Bitmap)" target="_top"><xfont size="+1"><tt>setBitmap</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> Bitmap<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setBitmap(int, java.lang.String, android.graphics.Bitmap)" target="_top"><code>setBitmap</code></A>(<code>int,</nobr> String<nobr>,</nobr> Bitmap<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setBoolean_added(int, java.lang.String, boolean)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setBoolean(int, java.lang.String, boolean)" target="_top"><xfont size="+1"><tt>setBoolean</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setBoolean(int, java.lang.String, boolean)" target="_top"><code>setBoolean</code></A>(<code>int,</nobr> String<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setByte_added(int, java.lang.String, byte)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setByte(int, java.lang.String, byte)" target="_top"><xfont size="+1"><tt>setByte</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> byte<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setByte(int, java.lang.String, byte)" target="_top"><code>setByte</code></A>(<code>int,</nobr> String<nobr>,</nobr> byte<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setChar_added(int, java.lang.String, char)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setChar(int, java.lang.String, char)" target="_top"><xfont size="+1"><tt>setChar</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> char<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setChar(int, java.lang.String, char)" target="_top"><code>setChar</code></A>(<code>int,</nobr> String<nobr>,</nobr> char<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setCharSequence_added(int, java.lang.String, java.lang.CharSequence)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setCharSequence(int, java.lang.String, java.lang.CharSequence)" target="_top"><xfont size="+1"><tt>setCharSequence</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> CharSequence<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setCharSequence(int, java.lang.String, java.lang.CharSequence)" target="_top"><code>setCharSequence</code></A>(<code>int,</nobr> String<nobr>,</nobr> CharSequence<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setDouble_added(int, java.lang.String, double)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setDouble(int, java.lang.String, double)" target="_top"><xfont size="+1"><tt>setDouble</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> double<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setDouble(int, java.lang.String, double)" target="_top"><code>setDouble</code></A>(<code>int,</nobr> String<nobr>,</nobr> double<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setFloat_added(int, java.lang.String, float)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setFloat(int, java.lang.String, float)" target="_top"><xfont size="+1"><tt>setFloat</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> float<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setFloat(int, java.lang.String, float)" target="_top"><code>setFloat</code></A>(<code>int,</nobr> String<nobr>,</nobr> float<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setImageViewBitmap_added(int, android.graphics.Bitmap)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setImageViewBitmap(int, android.graphics.Bitmap)" target="_top"><xfont size="+1"><tt>setImageViewBitmap</tt></font></A>(<code>int,</nobr> Bitmap<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setImageViewBitmap(int, android.graphics.Bitmap)" target="_top"><code>setImageViewBitmap</code></A>(<code>int,</nobr> Bitmap<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setInt_added(int, java.lang.String, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setInt(int, java.lang.String, int)" target="_top"><xfont size="+1"><tt>setInt</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setInt(int, java.lang.String, int)" target="_top"><code>setInt</code></A>(<code>int,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setLong_added(int, java.lang.String, long)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setLong(int, java.lang.String, long)" target="_top"><xfont size="+1"><tt>setLong</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setLong(int, java.lang.String, long)" target="_top"><code>setLong</code></A>(<code>int,</nobr> String<nobr>,</nobr> long<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setOnClickPendingIntent_added(int, android.app.PendingIntent)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setOnClickPendingIntent(int, android.app.PendingIntent)" target="_top"><xfont size="+1"><tt>setOnClickPendingIntent</tt></font></A>(<code>int,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setOnClickPendingIntent(int, android.app.PendingIntent)" target="_top"><code>setOnClickPendingIntent</code></A>(<code>int,</nobr> PendingIntent<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setShort_added(int, java.lang.String, short)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setShort(int, java.lang.String, short)" target="_top"><xfont size="+1"><tt>setShort</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> short<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setShort(int, java.lang.String, short)" target="_top"><code>setShort</code></A>(<code>int,</nobr> String<nobr>,</nobr> short<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setString_added(int, java.lang.String, java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setString(int, java.lang.String, java.lang.String)" target="_top"><xfont size="+1"><tt>setString</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setString(int, java.lang.String, java.lang.String)" target="_top"><code>setString</code></A>(<code>int,</nobr> String<nobr>,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setTextColor_added(int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setTextColor(int, int)" target="_top"><xfont size="+1"><tt>setTextColor</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setTextColor(int, int)" target="_top"><code>setTextColor</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.RemoteViews.setUri_added(int, java.lang.String, android.net.Uri)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setUri(int, java.lang.String, android.net.Uri)" target="_top"><xfont size="+1"><tt>setUri</tt></font></A>(<code>int,</nobr> String<nobr>,</nobr> Uri<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/RemoteViews.html#setUri(int, java.lang.String, android.net.Uri)" target="_top"><code>setUri</code></A>(<code>int,</nobr> String<nobr>,</nobr> Uri<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.ResourceCursorAdapter.html b/docs/html/sdk/api_diff/3/changes/android.widget.ResourceCursorAdapter.html
index cee8f59..2cf9c82 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.ResourceCursorAdapter.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.ResourceCursorAdapter.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html" target="_top"><font size="+3"><tt>ResourceCursorAdapter</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html" target="_top"><font size="+2"><code>ResourceCursorAdapter</code></font></A>
</H2>
<a NAME="constructors"></a>
<p>
@@ -84,7 +83,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ResourceCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, boolean)"></A>
- <nobr><A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html#ResourceCursorAdapter(android.content.Context, int, android.database.Cursor, boolean)" target="_top"><xfont size="+1"><tt>ResourceCursorAdapter</tt></font></A>(<code>Context,</nobr> int<nobr>,</nobr> Cursor<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
+ <nobr><A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html#ResourceCursorAdapter(android.content.Context, int, android.database.Cursor, boolean)" target="_top"><code>ResourceCursorAdapter</code></A>(<code>Context,</nobr> int<nobr>,</nobr> Cursor<nobr>,</nobr> boolean<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -100,7 +99,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.ResourceCursorAdapter.setViewResource_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html#setViewResource(int)" target="_top"><xfont size="+1"><tt>setViewResource</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/ResourceCursorAdapter.html#setViewResource(int)" target="_top"><code>setViewResource</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.Scroller.html b/docs/html/sdk/api_diff/3/changes/android.widget.Scroller.html
index e5b524d..c72001d 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.Scroller.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.Scroller.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/Scroller.html" target="_top"><font size="+3"><tt>Scroller</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/Scroller.html" target="_top"><font size="+2"><code>Scroller</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.Scroller.getStartX_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/Scroller.html#getStartX()" target="_top"><xfont size="+1"><tt>getStartX</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/Scroller.html#getStartX()" target="_top"><code>getStartX</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.Scroller.getStartY_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/Scroller.html#getStartY()" target="_top"><xfont size="+1"><tt>getStartY</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/Scroller.html#getStartY()" target="_top"><code>getStartY</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.SimpleCursorAdapter.html b/docs/html/sdk/api_diff/3/changes/android.widget.SimpleCursorAdapter.html
index 63b7b13..7ceecd6 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.SimpleCursorAdapter.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.SimpleCursorAdapter.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/SimpleCursorAdapter.html" target="_top"><font size="+3"><tt>SimpleCursorAdapter</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/SimpleCursorAdapter.html" target="_top"><font size="+2"><code>SimpleCursorAdapter</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.SimpleCursorAdapter.changeCursorAndColumns_added(android.database.Cursor, java.lang.String[], int[])"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/SimpleCursorAdapter.html#changeCursorAndColumns(android.database.Cursor, java.lang.String[], int[])" target="_top"><xfont size="+1"><tt>changeCursorAndColumns</tt></font></A>(<code>Cursor,</nobr> String[]<nobr>,</nobr> int[]<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/SimpleCursorAdapter.html#changeCursorAndColumns(android.database.Cursor, java.lang.String[], int[])" target="_top"><code>changeCursorAndColumns</code></A>(<code>Cursor,</nobr> String[]<nobr>,</nobr> int[]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html b/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html
index 42ecdc9..08f7454 100644
--- a/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html
+++ b/docs/html/sdk/api_diff/3/changes/android.widget.TextView.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class android.widget.<A HREF="../../../../reference/android/widget/TextView.html" target="_top"><font size="+3"><tt>TextView</tt></font></A>
+Class android.widget.<A HREF="../../../../reference/android/widget/TextView.html" target="_top"><font size="+2"><code>TextView</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,217 +84,217 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.beginBatchEdit_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#beginBatchEdit()" target="_top"><xfont size="+1"><tt>beginBatchEdit</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#beginBatchEdit()" target="_top"><code>beginBatchEdit</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.bringPointIntoView_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#bringPointIntoView(int)" target="_top"><xfont size="+1"><tt>bringPointIntoView</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#bringPointIntoView(int)" target="_top"><code>bringPointIntoView</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.clearComposingText_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#clearComposingText()" target="_top"><xfont size="+1"><tt>clearComposingText</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#clearComposingText()" target="_top"><code>clearComposingText</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.didTouchFocusSelect_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#didTouchFocusSelect()" target="_top"><xfont size="+1"><tt>didTouchFocusSelect</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#didTouchFocusSelect()" target="_top"><code>didTouchFocusSelect</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.endBatchEdit_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#endBatchEdit()" target="_top"><xfont size="+1"><tt>endBatchEdit</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#endBatchEdit()" target="_top"><code>endBatchEdit</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.extractText_added(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#extractText(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)" target="_top"><xfont size="+1"><tt>extractText</tt></font></A>(<code>ExtractedTextRequest,</nobr> ExtractedText<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#extractText(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)" target="_top"><code>extractText</code></A>(<code>ExtractedTextRequest,</nobr> ExtractedText<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getEditableText_added()"></A>
- <nobr><code>Editable</code> <A HREF="../../../../reference/android/widget/TextView.html#getEditableText()" target="_top"><xfont size="+1"><tt>getEditableText</tt></font></A>()</nobr>
+ <nobr><code>Editable</code> <A HREF="../../../../reference/android/widget/TextView.html#getEditableText()" target="_top"><code>getEditableText</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getImeActionId_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionId()" target="_top"><xfont size="+1"><tt>getImeActionId</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionId()" target="_top"><code>getImeActionId</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getImeActionLabel_added()"></A>
- <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionLabel()" target="_top"><xfont size="+1"><tt>getImeActionLabel</tt></font></A>()</nobr>
+ <nobr><code>CharSequence</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeActionLabel()" target="_top"><code>getImeActionLabel</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getImeOptions_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeOptions()" target="_top"><xfont size="+1"><tt>getImeOptions</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getImeOptions()" target="_top"><code>getImeOptions</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getInputExtras_added(boolean)"></A>
- <nobr><code>Bundle</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputExtras(boolean)" target="_top"><xfont size="+1"><tt>getInputExtras</tt></font></A>(<code>boolean</code>)</nobr>
+ <nobr><code>Bundle</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputExtras(boolean)" target="_top"><code>getInputExtras</code></A>(<code>boolean</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getInputType_added()"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputType()" target="_top"><xfont size="+1"><tt>getInputType</tt></font></A>()</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/widget/TextView.html#getInputType()" target="_top"><code>getInputType</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.getPrivateImeOptions_added()"></A>
- <nobr><code>String</code> <A HREF="../../../../reference/android/widget/TextView.html#getPrivateImeOptions()" target="_top"><xfont size="+1"><tt>getPrivateImeOptions</tt></font></A>()</nobr>
+ <nobr><code>String</code> <A HREF="../../../../reference/android/widget/TextView.html#getPrivateImeOptions()" target="_top"><code>getPrivateImeOptions</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.isInputMethodTarget_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#isInputMethodTarget()" target="_top"><xfont size="+1"><tt>isInputMethodTarget</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#isInputMethodTarget()" target="_top"><code>isInputMethodTarget</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.moveCursorToVisibleOffset_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#moveCursorToVisibleOffset()" target="_top"><xfont size="+1"><tt>moveCursorToVisibleOffset</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#moveCursorToVisibleOffset()" target="_top"><code>moveCursorToVisibleOffset</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onBeginBatchEdit_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onBeginBatchEdit()" target="_top"><xfont size="+1"><tt>onBeginBatchEdit</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onBeginBatchEdit()" target="_top"><code>onBeginBatchEdit</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onCommitCompletion_added(android.view.inputmethod.CompletionInfo)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onCommitCompletion(android.view.inputmethod.CompletionInfo)" target="_top"><xfont size="+1"><tt>onCommitCompletion</tt></font></A>(<code>CompletionInfo</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onCommitCompletion(android.view.inputmethod.CompletionInfo)" target="_top"><code>onCommitCompletion</code></A>(<code>CompletionInfo</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onEditorAction_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEditorAction(int)" target="_top"><xfont size="+1"><tt>onEditorAction</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEditorAction(int)" target="_top"><code>onEditorAction</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onEndBatchEdit_added()"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEndBatchEdit()" target="_top"><xfont size="+1"><tt>onEndBatchEdit</tt></font></A>()</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onEndBatchEdit()" target="_top"><code>onEndBatchEdit</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onPrivateIMECommand_added(java.lang.String, android.os.Bundle)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onPrivateIMECommand(java.lang.String, android.os.Bundle)" target="_top"><xfont size="+1"><tt>onPrivateIMECommand</tt></font></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onPrivateIMECommand(java.lang.String, android.os.Bundle)" target="_top"><code>onPrivateIMECommand</code></A>(<code>String,</nobr> Bundle<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onSelectionChanged_added(int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onSelectionChanged(int, int)" target="_top"><xfont size="+1"><tt>onSelectionChanged</tt></font></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#onSelectionChanged(int, int)" target="_top"><code>onSelectionChanged</code></A>(<code>int,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.onTextContextMenuItem_added(int)"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onTextContextMenuItem(int)" target="_top"><xfont size="+1"><tt>onTextContextMenuItem</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/android/widget/TextView.html#onTextContextMenuItem(int)" target="_top"><code>onTextContextMenuItem</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds_added(int, int, int, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)" target="_top"><xfont size="+1"><tt>setCompoundDrawablesWithIntrinsicBounds</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)" target="_top"><code>setCompoundDrawablesWithIntrinsicBounds</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setExtractedText_added(android.view.inputmethod.ExtractedText)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setExtractedText(android.view.inputmethod.ExtractedText)" target="_top"><xfont size="+1"><tt>setExtractedText</tt></font></A>(<code>ExtractedText</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setExtractedText(android.view.inputmethod.ExtractedText)" target="_top"><code>setExtractedText</code></A>(<code>ExtractedText</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setImeActionLabel_added(java.lang.CharSequence, int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeActionLabel(java.lang.CharSequence, int)" target="_top"><xfont size="+1"><tt>setImeActionLabel</tt></font></A>(<code>CharSequence,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeActionLabel(java.lang.CharSequence, int)" target="_top"><code>setImeActionLabel</code></A>(<code>CharSequence,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setImeOptions_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeOptions(int)" target="_top"><xfont size="+1"><tt>setImeOptions</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setImeOptions(int)" target="_top"><code>setImeOptions</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setInputExtras_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputExtras(int)" target="_top"><xfont size="+1"><tt>setInputExtras</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputExtras(int)" target="_top"><code>setInputExtras</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setInputType_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputType(int)" target="_top"><xfont size="+1"><tt>setInputType</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setInputType(int)" target="_top"><code>setInputType</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setOnEditorActionListener_added(android.widget.TextView.OnEditorActionListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)" target="_top"><xfont size="+1"><tt>setOnEditorActionListener</tt></font></A>(<code>OnEditorActionListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)" target="_top"><code>setOnEditorActionListener</code></A>(<code>OnEditorActionListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setPrivateImeOptions_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setPrivateImeOptions(java.lang.String)" target="_top"><xfont size="+1"><tt>setPrivateImeOptions</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setPrivateImeOptions(java.lang.String)" target="_top"><code>setPrivateImeOptions</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.widget.TextView.setRawInputType_added(int)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setRawInputType(int)" target="_top"><xfont size="+1"><tt>setRawInputType</tt></font></A>(<code>int</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/android/widget/TextView.html#setRawInputType(int)" target="_top"><code>setRawInputType</code></A>(<code>int</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/changes-summary.html b/docs/html/sdk/api_diff/3/changes/changes-summary.html
index bf52a96..65a37f8 100644
--- a/docs/html/sdk/api_diff/3/changes/changes-summary.html
+++ b/docs/html/sdk/api_diff/3/changes/changes-summary.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<body class="gc-documentation">
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,12 +67,13 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<div id="docTitleContainer">
<h1>Android API Differences Report</h1>
-<p>This report details the changes in the core Android framework API between two API Level
+<p>This report details the changes in the core Android framework API between two <a
+href="http://developer.android.com/guide/appendix/api-levels.html" target="_top">API Level</a>
specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields.
The report also includes general statistics that characterize the extent and type of the differences.</p>
<p>This report is based a comparison of the Android API specifications
@@ -83,7 +83,7 @@
API specification.</p>
<p>To navigate the report, use the "Select a Diffs Index" and "Filter the Index"
controls on the left. The report uses text formatting to indicate <em>interface names</em>,
-<a href= ><tt>links to reference documentation</tt></a>, and <a href= >links to change
+<a href= ><code>links to reference documentation</code></a>, and <a href= >links to change
description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
<p>For more information about the Android framework API and SDK,
see the <a href="http://developer.android.com/index.html" target="_top">Android Developers site</a>.</p>
@@ -96,42 +96,42 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.appwidget"></A>
- <nobr><A HREF="../../../../reference/android/appwidget/package-summary.html" target="_top"><xfont size="+1"><tt>android.appwidget</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/appwidget/package-summary.html" target="_top"><code>android.appwidget</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.inputmethodservice"></A>
- <nobr><A HREF="../../../../reference/android/inputmethodservice/package-summary.html" target="_top"><xfont size="+1"><tt>android.inputmethodservice</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/inputmethodservice/package-summary.html" target="_top"><code>android.inputmethodservice</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.speech"></A>
- <nobr><A HREF="../../../../reference/android/speech/package-summary.html" target="_top"><xfont size="+1"><tt>android.speech</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/speech/package-summary.html" target="_top"><code>android.speech</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.text.format"></A>
- <nobr><A HREF="../../../../reference/android/text/format/package-summary.html" target="_top"><xfont size="+1"><tt>android.text.format</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/format/package-summary.html" target="_top"><code>android.text.format</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.view.inputmethod"></A>
- <nobr><A HREF="../../../../reference/android/view/inputmethod/package-summary.html" target="_top"><xfont size="+1"><tt>android.view.inputmethod</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/inputmethod/package-summary.html" target="_top"><code>android.view.inputmethod</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.beans"></A>
- <nobr><A HREF="../../../../reference/java/beans/package-summary.html" target="_top"><xfont size="+1"><tt>java.beans</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/java/beans/package-summary.html" target="_top"><code>java.beans</code></A></nobr>
</TD>
<TD> </TD>
</TR>
@@ -383,27 +383,6 @@
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.reflect"></A>
- <nobr><A HREF="pkg_java.lang.reflect.html">java.lang.reflect</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net"></A>
- <nobr><A HREF="pkg_java.net.html">java.net</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util"></A>
- <nobr><A HREF="pkg_java.util.html">java.util</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.jar"></A>
<nobr><A HREF="pkg_java.util.jar.html">java.util.jar</A></nobr>
</TD>
diff --git a/docs/html/sdk/api_diff/3/changes/classes_index_additions.html b/docs/html/sdk/api_diff/3/changes/classes_index_additions.html
index 32a68e3..f15b280 100644
--- a/docs/html/sdk/api_diff/3/changes/classes_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/classes_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/3/changes/classes_index_all.html b/docs/html/sdk/api_diff/3/changes/classes_index_all.html
index 5815c29..408e749 100644
--- a/docs/html/sdk/api_diff/3/changes/classes_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/classes_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -215,7 +214,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.text.method.DateKeyListener.html" class="hiddenlink" target="rightframe">DateKeyListener</A><br>
<A HREF="android.text.method.DateTimeKeyListener.html" class="hiddenlink" target="rightframe">DateTimeKeyListener</A><br>
<A HREF="android.os.Debug.html" class="hiddenlink" target="rightframe">Debug</A><br>
@@ -638,7 +636,6 @@
<A HREF="android.widget.ProgressBar.html" class="hiddenlink" target="rightframe">ProgressBar</A><br>
<A HREF="android.test.ProviderTestCase.html" class="hiddenlink" target="rightframe">ProviderTestCase</A><br>
<A HREF="pkg_android.test.html#ProviderTestCase2" class="hiddenlink" target="rightframe"><b>ProviderTestCase2</b></A><br>
-<A HREF="java.lang.reflect.Proxy.html" class="hiddenlink" target="rightframe">Proxy</A><br>
<A NAME="Q"></A>
<br><font size="+2">Q</font>
<a href="#A"><font size="-2">A</font></a>
@@ -760,14 +757,12 @@
<A HREF="pkg_android.widget.html#SlidingDrawer.OnDrawerOpenListener" class="hiddenlink" target="rightframe"><b><i>SlidingDrawer.OnDrawerOpenListener</i></b></A><br>
<A HREF="pkg_android.widget.html#SlidingDrawer.OnDrawerScrollListener" class="hiddenlink" target="rightframe"><b><i>SlidingDrawer.OnDrawerScrollListener</i></b></A><br>
<A HREF="android.telephony.gsm.SmsMessage.html" class="hiddenlink" target="rightframe">SmsMessage</A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
<A HREF="android.media.SoundPool.html" class="hiddenlink" target="rightframe">SoundPool</A><br>
<A HREF="android.text.Spanned.html" class="hiddenlink" target="rightframe"><i>Spanned</i></A><br>
<A HREF="android.text.SpanWatcher.html" class="hiddenlink" target="rightframe"><i>SpanWatcher</i></A><br>
<A HREF="android.util.SparseIntArray.html" class="hiddenlink" target="rightframe">SparseIntArray</A><br>
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<A HREF="android.text.style.StrikethroughSpan.html" class="hiddenlink" target="rightframe">StrikethroughSpan</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.text.style.StyleSpan.html" class="hiddenlink" target="rightframe">StyleSpan</A><br>
<A HREF="android.text.style.SubscriptSpan.html" class="hiddenlink" target="rightframe">SubscriptSpan</A><br>
<A HREF="android.text.style.SuperscriptSpan.html" class="hiddenlink" target="rightframe">SuperscriptSpan</A><br>
@@ -800,7 +795,6 @@
<p><div style="line-height:1.5em;color:black">
<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
<A HREF="android.test.suitebuilder.TestMethod.html" class="hiddenlink" target="rightframe">TestMethod</A><br>
-<A HREF="android.test.suitebuilder.TestSuiteBuilder.html" class="hiddenlink" target="rightframe">TestSuiteBuilder</A><br>
<A HREF="android.text.style.TextAppearanceSpan.html" class="hiddenlink" target="rightframe">TextAppearanceSpan</A><br>
<A HREF="android.text.method.TextKeyListener.html" class="hiddenlink" target="rightframe">TextKeyListener</A><br>
<A HREF="android.text.TextUtils.html" class="hiddenlink" target="rightframe">TextUtils</A><br>
diff --git a/docs/html/sdk/api_diff/3/changes/classes_index_changes.html b/docs/html/sdk/api_diff/3/changes/classes_index_changes.html
index 58d4edc..df07718 100644
--- a/docs/html/sdk/api_diff/3/changes/classes_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/classes_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -197,7 +196,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.text.method.DateKeyListener.html" class="hiddenlink" target="rightframe">DateKeyListener</A><br>
<A HREF="android.text.method.DateTimeKeyListener.html" class="hiddenlink" target="rightframe">DateTimeKeyListener</A><br>
<A HREF="android.os.Debug.html" class="hiddenlink" target="rightframe">Debug</A><br>
@@ -548,7 +546,6 @@
<A HREF="android.widget.PopupWindow.OnDismissListener.html" class="hiddenlink" target="rightframe"><i>PopupWindow.OnDismissListener</i></A><br>
<A HREF="android.widget.ProgressBar.html" class="hiddenlink" target="rightframe">ProgressBar</A><br>
<A HREF="android.test.ProviderTestCase.html" class="hiddenlink" target="rightframe">ProviderTestCase</A><br>
-<A HREF="java.lang.reflect.Proxy.html" class="hiddenlink" target="rightframe">Proxy</A><br>
<A NAME="Q"></A>
<br><font size="+2">Q</font>
<a href="#A"><font size="-2">A</font></a>
@@ -655,14 +652,12 @@
<A HREF="android.graphics.drawable.shapes.Shape.html" class="hiddenlink" target="rightframe">Shape</A><br>
<A HREF="android.widget.SimpleCursorAdapter.html" class="hiddenlink" target="rightframe">SimpleCursorAdapter</A><br>
<A HREF="android.telephony.gsm.SmsMessage.html" class="hiddenlink" target="rightframe">SmsMessage</A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
<A HREF="android.media.SoundPool.html" class="hiddenlink" target="rightframe">SoundPool</A><br>
<A HREF="android.text.Spanned.html" class="hiddenlink" target="rightframe"><i>Spanned</i></A><br>
<A HREF="android.text.SpanWatcher.html" class="hiddenlink" target="rightframe"><i>SpanWatcher</i></A><br>
<A HREF="android.util.SparseIntArray.html" class="hiddenlink" target="rightframe">SparseIntArray</A><br>
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<A HREF="android.text.style.StrikethroughSpan.html" class="hiddenlink" target="rightframe">StrikethroughSpan</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.text.style.StyleSpan.html" class="hiddenlink" target="rightframe">StyleSpan</A><br>
<A HREF="android.text.style.SubscriptSpan.html" class="hiddenlink" target="rightframe">SubscriptSpan</A><br>
<A HREF="android.text.style.SuperscriptSpan.html" class="hiddenlink" target="rightframe">SuperscriptSpan</A><br>
@@ -694,7 +689,6 @@
<p><div style="line-height:1.5em;color:black">
<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
<A HREF="android.test.suitebuilder.TestMethod.html" class="hiddenlink" target="rightframe">TestMethod</A><br>
-<A HREF="android.test.suitebuilder.TestSuiteBuilder.html" class="hiddenlink" target="rightframe">TestSuiteBuilder</A><br>
<A HREF="android.text.style.TextAppearanceSpan.html" class="hiddenlink" target="rightframe">TextAppearanceSpan</A><br>
<A HREF="android.text.method.TextKeyListener.html" class="hiddenlink" target="rightframe">TextKeyListener</A><br>
<A HREF="android.text.TextUtils.html" class="hiddenlink" target="rightframe">TextUtils</A><br>
diff --git a/docs/html/sdk/api_diff/3/changes/classes_index_removals.html b/docs/html/sdk/api_diff/3/changes/classes_index_removals.html
index bc5e2e8..5b38988 100644
--- a/docs/html/sdk/api_diff/3/changes/classes_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/classes_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/3/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/3/changes/constructors_index_additions.html
index 0dff7fe..e934822 100644
--- a/docs/html/sdk/api_diff/3/changes/constructors_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/constructors_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/3/changes/constructors_index_all.html b/docs/html/sdk/api_diff/3/changes/constructors_index_all.html
index 49ad673c..9372548 100644
--- a/docs/html/sdk/api_diff/3/changes/constructors_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/constructors_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -118,11 +117,6 @@
<a href="#V"><font size="-2">V</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.text.style.DynamicDrawableSpan.html#android.text.style.DynamicDrawableSpan.ctor_added(int)" class="hiddenlink" target="rightframe"><b>DynamicDrawableSpan</b>
(<code>int</code>)</A></nobr> constructor<br>
<A NAME="F"></A>
@@ -393,30 +387,8 @@
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.text.style.ScaleXSpan.html#android.text.style.ScaleXSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>ScaleXSpan</b>
(<code>Parcel</code>)</A></nobr> constructor<br>
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.text.style.StrikethroughSpan.html#android.text.style.StrikethroughSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>StrikethroughSpan</b>
(<code>Parcel</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.text.style.StyleSpan.html#android.text.style.StyleSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>StyleSpan</b>
(<code>Parcel</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.text.style.SubscriptSpan.html#android.text.style.SubscriptSpan.ctor_added(android.os.Parcel)" class="hiddenlink" target="rightframe"><b>SubscriptSpan</b>
diff --git a/docs/html/sdk/api_diff/3/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/3/changes/constructors_index_changes.html
index 8ea3eec..34bc391 100644
--- a/docs/html/sdk/api_diff/3/changes/constructors_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/constructors_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,25 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
-<A NAME="D"></A>
-<br><font size="+2">D</font>
-<a href="#G"><font size="-2">G</font></a>
-<a href="#S"><font size="-2">S</font></a>
-<a href="#V"><font size="-2">V</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#V"><font size="-2">V</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
@@ -72,40 +57,9 @@
(<code>OnGestureListener</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.view.GestureDetector.html#android.view.GestureDetector.ctor_changed(android.view.GestureDetector.OnGestureListener, android.os.Handler)" class="hiddenlink" target="rightframe">GestureDetector
(<code>OnGestureListener, Handler</code>)</A></nobr> constructor<br>
-<A NAME="S"></A>
-<br><font size="+2">S</font>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#G"><font size="-2">G</font></a>
-<a href="#V"><font size="-2">V</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#D"><font size="-2">D</font></a>
<a href="#G"><font size="-2">G</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.view.ViewConfiguration.html#android.view.ViewConfiguration.ctor_changed()" class="hiddenlink" target="rightframe">ViewConfiguration
diff --git a/docs/html/sdk/api_diff/3/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/3/changes/constructors_index_removals.html
index 8e591c1..5306e8d 100644
--- a/docs/html/sdk/api_diff/3/changes/constructors_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/constructors_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="N"></A>
<br><font size="+2">N</font>
diff --git a/docs/html/sdk/api_diff/3/changes/dalvik.system.DexFile.html b/docs/html/sdk/api_diff/3/changes/dalvik.system.DexFile.html
index ef3937c..b8517aa 100644
--- a/docs/html/sdk/api_diff/3/changes/dalvik.system.DexFile.html
+++ b/docs/html/sdk/api_diff/3/changes/dalvik.system.DexFile.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class dalvik.system.<A HREF="../../../../reference/dalvik/system/DexFile.html" target="_top"><font size="+3"><tt>DexFile</tt></font></A>
+Class dalvik.system.<A HREF="../../../../reference/dalvik/system/DexFile.html" target="_top"><font size="+2"><code>DexFile</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.DexFile.loadDex_added(java.lang.String, java.lang.String, int)"></A>
- <nobr><code>DexFile</code> <A HREF="../../../../reference/dalvik/system/DexFile.html#loadDex(java.lang.String, java.lang.String, int)" target="_top"><xfont size="+1"><tt>loadDex</tt></font></A>(<code>String,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
+ <nobr><code>DexFile</code> <A HREF="../../../../reference/dalvik/system/DexFile.html#loadDex(java.lang.String, java.lang.String, int)" target="_top"><code>loadDex</code></A>(<code>String,</nobr> String<nobr>,</nobr> int<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/dalvik.system.VMDebug.html b/docs/html/sdk/api_diff/3/changes/dalvik.system.VMDebug.html
index c7ee909..3f53e44 100644
--- a/docs/html/sdk/api_diff/3/changes/dalvik.system.VMDebug.html
+++ b/docs/html/sdk/api_diff/3/changes/dalvik.system.VMDebug.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class dalvik.system.<A HREF="../../../../reference/dalvik/system/VMDebug.html" target="_top"><font size="+3"><tt>VMDebug</tt></font></A>
+Class dalvik.system.<A HREF="../../../../reference/dalvik/system/VMDebug.html" target="_top"><font size="+2"><code>VMDebug</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.VMDebug.dumpHprofData_added(java.lang.String)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/dalvik/system/VMDebug.html#dumpHprofData(java.lang.String)" target="_top"><xfont size="+1"><tt>dumpHprofData</tt></font></A>(<code>String</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/dalvik/system/VMDebug.html#dumpHprofData(java.lang.String)" target="_top"><code>dumpHprofData</code></A>(<code>String</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.VMDebug.isDebuggingEnabled_added()"></A>
- <nobr><code>boolean</code> <A HREF="../../../../reference/dalvik/system/VMDebug.html#isDebuggingEnabled()" target="_top"><xfont size="+1"><tt>isDebuggingEnabled</tt></font></A>()</nobr>
+ <nobr><code>boolean</code> <A HREF="../../../../reference/dalvik/system/VMDebug.html#isDebuggingEnabled()" target="_top"><code>isDebuggingEnabled</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/dalvik.system.Zygote.html b/docs/html/sdk/api_diff/3/changes/dalvik.system.Zygote.html
index d26e9e6..4282162 100644
--- a/docs/html/sdk/api_diff/3/changes/dalvik.system.Zygote.html
+++ b/docs/html/sdk/api_diff/3/changes/dalvik.system.Zygote.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,15 +67,37 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class dalvik.system.<A HREF="../../../../reference/dalvik/system/Zygote.html" target="_top"><font size="+3"><tt>Zygote</tt></font></A>
+Class dalvik.system.<A HREF="../../../../reference/dalvik/system/Zygote.html" target="_top"><font size="+2"><code>Zygote</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
<p>
+<a NAME="Removed"></a>
+<TABLE summary="Removed Methods" WIDTH="100%">
+<TR>
+ <TH VALIGN="TOP" COLSPAN=2>Removed Methods</FONT></TD>
+</TH>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])"></A>
+ <nobr><code>int</code> forkAndSpecialize(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])"></A>
+ <nobr><code>int</code> forkSystemServer(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+</TABLE>
+
+<p>
<a NAME="Added"></a>
<TABLE summary="Added Methods" WIDTH="100%">
<TR>
@@ -85,42 +106,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkAndSpecialize(int, int, int[], int, int[][])" target="_top"><xfont size="+1"><tt>forkAndSpecialize</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkAndSpecialize(int, int, int[], int, int[][])" target="_top"><code>forkAndSpecialize</code></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkAndSpecialize(int, int, int[], boolean, int[][])" target="_top"><code>forkAndSpecialize</code></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkSystemServer(int, int, int[], int, int[][])" target="_top"><xfont size="+1"><tt>forkSystemServer</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Methods" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="dalvik.system.Zygote.forkAndSpecialize_changed(int, int, int[], boolean, int[][])"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkAndSpecialize(int, int, int[], boolean, int[][])" target="_top"><xfont size="+1"><tt>forkAndSpecialize</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-<b>Now deprecated</b>.<br>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkSystemServer(int, int, int[], int, int[][])" target="_top"><code>forkSystemServer</code></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> int<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="dalvik.system.Zygote.forkSystemServer_changed(int, int, int[], boolean, int[][])"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkSystemServer(int, int, int[], boolean, int[][])" target="_top"><xfont size="+1"><tt>forkSystemServer</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-<b>Now deprecated</b>.<br>
+ <A NAME="dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#forkSystemServer(int, int, int[], boolean, int[][])" target="_top"><code>forkSystemServer</code></A>(<code>int,</nobr> int<nobr>,</nobr> int[]<nobr>,</nobr> boolean<nobr>,</nobr> int[][]<nobr><nobr></code>)</nobr>
</TD>
<TD> </TD>
</TR>
@@ -136,21 +143,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.Zygote.DEBUG_ENABLE_ASSERT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_ASSERT" target="_top"><xfont size="+1"><tt>DEBUG_ENABLE_ASSERT</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_ASSERT" target="_top"><code>DEBUG_ENABLE_ASSERT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.Zygote.DEBUG_ENABLE_CHECKJNI"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_CHECKJNI" target="_top"><xfont size="+1"><tt>DEBUG_ENABLE_CHECKJNI</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_CHECKJNI" target="_top"><code>DEBUG_ENABLE_CHECKJNI</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="dalvik.system.Zygote.DEBUG_ENABLE_DEBUGGER"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_DEBUGGER" target="_top"><xfont size="+1"><tt>DEBUG_ENABLE_DEBUGGER</tt></font></A></nobr>
+ <nobr><code>int</code> <A HREF="../../../../reference/dalvik/system/Zygote.html#DEBUG_ENABLE_DEBUGGER" target="_top"><code>DEBUG_ENABLE_DEBUGGER</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/fields_index_additions.html b/docs/html/sdk/api_diff/3/changes/fields_index_additions.html
index c2c3b49..5c24079 100644
--- a/docs/html/sdk/api_diff/3/changes/fields_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/fields_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -246,11 +245,11 @@
<nobr><A HREF="android.R.id.html#android.R.id.copyUrl" class="hiddenlink" target="rightframe">copyUrl</A>
</nobr><br>
<i>CREATOR</i><br>
- in
-<nobr><A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
+<nobr> in
+<A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
</nobr><br>
- in
-<nobr><A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
+<nobr> in
+<A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
</nobr><br>
<nobr><A HREF="android.R.id.html#android.R.id.cut" class="hiddenlink" target="rightframe">cut</A>
</nobr><br>
@@ -476,11 +475,11 @@
<nobr><A HREF="android.R.attr.html#android.R.attr.handle" class="hiddenlink" target="rightframe">handle</A>
</nobr><br>
<i>HAPTIC_FEEDBACK_ENABLED</i><br>
- in
-<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
+<nobr> in
+<A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
</nobr><br>
- in
-<nobr><A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
+<nobr> in
+<A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.hapticFeedbackEnabled" class="hiddenlink" target="rightframe">hapticFeedbackEnabled</A>
</nobr><br>
@@ -783,11 +782,11 @@
<nobr><A HREF="android.R.id.html#android.R.id.paste" class="hiddenlink" target="rightframe">paste</A>
</nobr><br>
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.popupCharacters" class="hiddenlink" target="rightframe">popupCharacters</A>
</nobr><br>
@@ -884,11 +883,11 @@
<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserId" class="hiddenlink" target="rightframe">sharedUserId</A>
</nobr><br>
<i>sharedUserLabel</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
- in
-<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
+<nobr> in
+<A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT" class="hiddenlink" target="rightframe">SHOW_OR_CREATE_CONTACT</A>
</nobr><br>
@@ -921,11 +920,11 @@
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE" class="hiddenlink" target="rightframe">SOFT_INPUT_STATE_VISIBLE</A>
</nobr><br>
<i>softInputMode</i><br>
- in
-<nobr><A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
</nobr><br>
- in
-<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
+<nobr> in
+<A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
</nobr><br>
<nobr><A HREF="android.text.Spanned.html#android.text.Spanned.SPAN_COMPOSING" class="hiddenlink" target="rightframe">SPAN_COMPOSING</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/3/changes/fields_index_all.html b/docs/html/sdk/api_diff/3/changes/fields_index_all.html
index 786a360..49c429f 100644
--- a/docs/html/sdk/api_diff/3/changes/fields_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/fields_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -264,11 +263,11 @@
<nobr><A HREF="android.R.id.html#android.R.id.copyUrl" class="hiddenlink" target="rightframe">copyUrl</A>
</nobr><br>
<i>CREATOR</i><br>
- in
-<nobr><A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
+<nobr> in
+<A HREF="android.content.res.AssetFileDescriptor.html#android.content.res.AssetFileDescriptor.CREATOR" class="hiddenlink" target="rightframe">android.content.res.AssetFileDescriptor</A>
</nobr><br>
- in
-<nobr><A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
+<nobr> in
+<A HREF="android.graphics.RectF.html#android.graphics.RectF.CREATOR" class="hiddenlink" target="rightframe">android.graphics.RectF</A>
</nobr><br>
<nobr><A HREF="android.R.id.html#android.R.id.cut" class="hiddenlink" target="rightframe">cut</A>
</nobr><br>
@@ -312,11 +311,11 @@
<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.DEBUG_ENABLE_DEBUGGER" class="hiddenlink" target="rightframe">DEBUG_ENABLE_DEBUGGER</A>
</nobr><br>
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
</nobr><br>
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEVICE_PROVISIONED" class="hiddenlink" target="rightframe">DEVICE_PROVISIONED</A>
</nobr><br>
@@ -515,11 +514,11 @@
<nobr><A HREF="android.R.attr.html#android.R.attr.handle" class="hiddenlink" target="rightframe">handle</A>
</nobr><br>
<i>HAPTIC_FEEDBACK_ENABLED</i><br>
- in
-<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
+<nobr> in
+<A HREF="android.provider.Settings.System.html#android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.provider.Settings.System</A>
</nobr><br>
- in
-<nobr><A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
+<nobr> in
+<A HREF="android.view.View.html#android.view.View.HAPTIC_FEEDBACK_ENABLED" class="hiddenlink" target="rightframe">android.view.View</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.hapticFeedbackEnabled" class="hiddenlink" target="rightframe">hapticFeedbackEnabled</A>
</nobr><br>
@@ -852,11 +851,11 @@
<nobr><A HREF="android.R.attr.html#android.R.attr.phoneNumber" class="hiddenlink" target="rightframe">phoneNumber</A>
</nobr><br>
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.popupCharacters" class="hiddenlink" target="rightframe">popupCharacters</A>
</nobr><br>
@@ -989,11 +988,11 @@
<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserId" class="hiddenlink" target="rightframe">sharedUserId</A>
</nobr><br>
<i>sharedUserLabel</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.sharedUserLabel" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
- in
-<nobr><A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
+<nobr> in
+<A HREF="android.content.pm.PackageInfo.html#android.content.pm.PackageInfo.sharedUserLabel" class="hiddenlink" target="rightframe">android.content.pm.PackageInfo</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT" class="hiddenlink" target="rightframe">SHOW_OR_CREATE_CONTACT</A>
</nobr><br>
@@ -1028,11 +1027,11 @@
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE" class="hiddenlink" target="rightframe">SOFT_INPUT_STATE_VISIBLE</A>
</nobr><br>
<i>softInputMode</i><br>
- in
-<nobr><A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ActivityInfo.html#android.content.pm.ActivityInfo.softInputMode" class="hiddenlink" target="rightframe">android.content.pm.ActivityInfo</A>
</nobr><br>
- in
-<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
+<nobr> in
+<A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.softInputMode" class="hiddenlink" target="rightframe">android.view.WindowManager.LayoutParams</A>
</nobr><br>
<nobr><A HREF="android.text.Spanned.html#android.text.Spanned.SPAN_COMPOSING" class="hiddenlink" target="rightframe">SPAN_COMPOSING</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/3/changes/fields_index_changes.html b/docs/html/sdk/api_diff/3/changes/fields_index_changes.html
index 3f5dd5a..5059b34 100644
--- a/docs/html/sdk/api_diff/3/changes/fields_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/fields_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -145,11 +144,11 @@
<nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.DATA_Z" class="hiddenlink" target="rightframe">DATA_Z</A>
</nobr><br>
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Images.Media.html#android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Images.Media</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Video.html#android.provider.MediaStore.Video.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Video</A>
</nobr><br>
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEVICE_PROVISIONED" class="hiddenlink" target="rightframe">DEVICE_PROVISIONED</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/3/changes/fields_index_removals.html b/docs/html/sdk/api_diff/3/changes/fields_index_removals.html
index 58ad655..fc49c41 100644
--- a/docs/html/sdk/api_diff/3/changes/fields_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/fields_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="C"></A>
<br><font size="+2">C</font>
diff --git a/docs/html/sdk/api_diff/3/changes/java.lang.Character.UnicodeBlock.html b/docs/html/sdk/api_diff/3/changes/java.lang.Character.UnicodeBlock.html
index f7c9d8f..0e04731 100644
--- a/docs/html/sdk/api_diff/3/changes/java.lang.Character.UnicodeBlock.html
+++ b/docs/html/sdk/api_diff/3/changes/java.lang.Character.UnicodeBlock.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.lang.<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html" target="_top"><font size="+3"><tt>Character.UnicodeBlock</tt></font></A>
+Class java.lang.<A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html" target="_top"><font size="+2"><code>Character.UnicodeBlock</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)"></A>
- <nobr><code>UnicodeBlock</code> <A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#forName(java.lang.String)" target="_top"><xfont size="+1"><tt>forName</tt></font></A>(<code>String</code>) </nobr>
+ <nobr><code>UnicodeBlock</code> <A HREF="../../../../reference/java/lang/Character.UnicodeBlock.html#forName(java.lang.String)" target="_top"><code>forName</code></A>(<code>String</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change from non-final to final.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/java.lang.Class.html b/docs/html/sdk/api_diff/3/changes/java.lang.Class.html
index fa0b056..212899a 100644
--- a/docs/html/sdk/api_diff/3/changes/java.lang.Class.html
+++ b/docs/html/sdk/api_diff/3/changes/java.lang.Class.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.lang.<A HREF="../../../../reference/java/lang/Class.html" target="_top"><font size="+3"><tt>Class</tt></font></A>
+Class java.lang.<A HREF="../../../../reference/java/lang/Class.html" target="_top"><font size="+2"><code>Class</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Class.getClasses_changed()"></A>
- <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getClasses()" target="_top"><xfont size="+1"><tt>getClasses</tt></font></A>() </nobr>
+ <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getClasses()" target="_top"><code>getClasses</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Class<?></code> to <code>Class[]</code>.<br>
@@ -95,7 +94,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Class.getConstructors_changed()"></A>
- <nobr><code>Constructor[]</code> <A HREF="../../../../reference/java/lang/Class.html#getConstructors()" target="_top"><xfont size="+1"><tt>getConstructors</tt></font></A>() </nobr>
+ <nobr><code>Constructor[]</code> <A HREF="../../../../reference/java/lang/Class.html#getConstructors()" target="_top"><code>getConstructors</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Constructor<T></code> to <code>Constructor[]</code>.<br>
@@ -105,7 +104,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Class.getDeclaredClasses_changed()"></A>
- <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getDeclaredClasses()" target="_top"><xfont size="+1"><tt>getDeclaredClasses</tt></font></A>() </nobr>
+ <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getDeclaredClasses()" target="_top"><code>getDeclaredClasses</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Class<?></code> to <code>Class[]</code>.<br>
@@ -115,7 +114,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Class.getDeclaredConstructors_changed()"></A>
- <nobr><code>Constructor[]</code> <A HREF="../../../../reference/java/lang/Class.html#getDeclaredConstructors()" target="_top"><xfont size="+1"><tt>getDeclaredConstructors</tt></font></A>() </nobr>
+ <nobr><code>Constructor[]</code> <A HREF="../../../../reference/java/lang/Class.html#getDeclaredConstructors()" target="_top"><code>getDeclaredConstructors</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Constructor<T></code> to <code>Constructor[]</code>.<br>
@@ -125,7 +124,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.lang.Class.getInterfaces_changed()"></A>
- <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getInterfaces()" target="_top"><xfont size="+1"><tt>getInterfaces</tt></font></A>() </nobr>
+ <nobr><code>Class[]</code> <A HREF="../../../../reference/java/lang/Class.html#getInterfaces()" target="_top"><code>getInterfaces</code></A>() </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in return type from <code>Class<?></code> to <code>Class[]</code>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/java.lang.String.html b/docs/html/sdk/api_diff/3/changes/java.lang.String.html
deleted file mode 100644
index 5c41b8c..0000000
--- a/docs/html/sdk/api_diff/3/changes/java.lang.String.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang.String
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.lang.<A HREF="../../../../reference/java/lang/String.html" target="_top"><font size="+3"><tt>String</tt></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String()" target="_top"><xfont size="+1"><tt>String</tt></font></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[])"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[])" target="_top"><xfont size="+1"><tt>String</tt></font></A>(<code>byte[]</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int)" target="_top"><xfont size="+1"><tt>String</tt></font></A>(<code>byte[],</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int)" target="_top"><xfont size="+1"><tt>String</tt></font></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int, int)" target="_top"><xfont size="+1"><tt>String</tt></font></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/java.lang.reflect.Proxy.html b/docs/html/sdk/api_diff/3/changes/java.lang.reflect.Proxy.html
deleted file mode 100644
index f593c0e..0000000
--- a/docs/html/sdk/api_diff/3/changes/java.lang.reflect.Proxy.html
+++ /dev/null
@@ -1,126 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang.reflect.Proxy
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.lang.reflect.<A HREF="../../../../reference/java/lang/reflect/Proxy.html" target="_top"><font size="+3"><tt>Proxy</tt></font></A>
-</H2>
-<a NAME="constructors"></a>
-<a NAME="methods"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Methods" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.reflect.Proxy.getProxyClass_changed(java.lang.ClassLoader, java.lang.Class<?>...)"></A>
- <nobr><code>Class<?></code> <A HREF="../../../../reference/java/lang/reflect/Proxy.html#getProxyClass(java.lang.ClassLoader, java.lang.Class<?>...)" target="_top"><xfont size="+1"><tt>getProxyClass</tt></font></A>(<code>ClassLoader,</nobr> Class<?><nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
-Change in signature from (<code>ClassLoader, </code>) to (<code>ClassLoader, Class<?></code>).<br>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/java.net.Socket.html b/docs/html/sdk/api_diff/3/changes/java.net.Socket.html
deleted file mode 100644
index 6027217..0000000
--- a/docs/html/sdk/api_diff/3/changes/java.net.Socket.html
+++ /dev/null
@@ -1,161 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.net.Socket
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.net.<A HREF="../../../../reference/java/net/Socket.html" target="_top"><font size="+3"><tt>Socket</tt></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket()" target="_top"><xfont size="+1"><tt>Socket</tt></font></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int)" target="_top"><xfont size="+1"><tt>Socket</tt></font></A>(<code>String,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int, java.net.InetAddress, int)" target="_top"><xfont size="+1"><tt>Socket</tt></font></A>(<code>String,</nobr> int<nobr>,</nobr> InetAddress<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.Proxy)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.Proxy)" target="_top"><xfont size="+1"><tt>Socket</tt></font></A>(<code>Proxy</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.SocketImpl)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.SocketImpl)" target="_top"><xfont size="+1"><tt>Socket</tt></font></A>(<code>SocketImpl</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/java.util.Date.html b/docs/html/sdk/api_diff/3/changes/java.util.Date.html
deleted file mode 100644
index 6a8dd26..0000000
--- a/docs/html/sdk/api_diff/3/changes/java.util.Date.html
+++ /dev/null
@@ -1,134 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.util.Date
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.util.<A HREF="../../../../reference/java/util/Date.html" target="_top"><font size="+3"><tt>Date</tt></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date()" target="_top"><xfont size="+1"><tt>Date</tt></font></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed(int, int, int, int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date(int, int, int, int, int, int)" target="_top"><xfont size="+1"><tt>Date</tt></font></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Packer.html b/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Packer.html
index 75b4cbc..c27ba0c 100644
--- a/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Packer.html
+++ b/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Packer.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface java.util.jar.<A HREF="../../../../reference/java/util/jar/Pack200.Packer.html" target="_top"><font size="+3"><tt>Pack200.Packer</tt></font></A>
+Interface java.util.jar.<A HREF="../../../../reference/java/util/jar/Pack200.Packer.html" target="_top"><font size="+2"><code>Pack200.Packer</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.jar.Pack200.Packer.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Packer.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>addPropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Packer.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>addPropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.jar.Pack200.Packer.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Packer.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>removePropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Packer.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>removePropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Unpacker.html b/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Unpacker.html
index 382fdea..ca185e0 100644
--- a/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Unpacker.html
+++ b/docs/html/sdk/api_diff/3/changes/java.util.jar.Pack200.Unpacker.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Interface java.util.jar.<A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html" target="_top"><font size="+3"><tt>Pack200.Unpacker</tt></font></A>
+Interface java.util.jar.<A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html" target="_top"><font size="+2"><code>Pack200.Unpacker</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,14 +84,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.jar.Pack200.Unpacker.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>addPropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>addPropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.jar.Pack200.Unpacker.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>removePropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/jar/Pack200.Unpacker.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>removePropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/java.util.logging.Level.html b/docs/html/sdk/api_diff/3/changes/java.util.logging.Level.html
index 7f5fd19..e85b8a6 100644
--- a/docs/html/sdk/api_diff/3/changes/java.util.logging.Level.html
+++ b/docs/html/sdk/api_diff/3/changes/java.util.logging.Level.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Level.html" target="_top"><font size="+3"><tt>Level</tt></font></A>
+Class java.util.logging.<A HREF="../../../../reference/java/util/logging/Level.html" target="_top"><font size="+2"><code>Level</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,7 +84,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.logging.Level.parse_changed(java.lang.String)"></A>
- <nobr><code>Level</code> <A HREF="../../../../reference/java/util/logging/Level.html#parse(java.lang.String)" target="_top"><xfont size="+1"><tt>parse</tt></font></A>(<code>String</code>) </nobr>
+ <nobr><code>Level</code> <A HREF="../../../../reference/java/util/logging/Level.html#parse(java.lang.String)" target="_top"><code>parse</code></A>(<code>String</code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
Change in exceptions thrown from no exceptions to <code>java.lang.IllegalArgumentException</code>.<br>
diff --git a/docs/html/sdk/api_diff/3/changes/java.util.logging.LogManager.html b/docs/html/sdk/api_diff/3/changes/java.util.logging.LogManager.html
index d259077..9682ddc 100644
--- a/docs/html/sdk/api_diff/3/changes/java.util.logging.LogManager.html
+++ b/docs/html/sdk/api_diff/3/changes/java.util.logging.LogManager.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.util.logging.<A HREF="../../../../reference/java/util/logging/LogManager.html" target="_top"><font size="+3"><tt>LogManager</tt></font></A>
+Class java.util.logging.<A HREF="../../../../reference/java/util/logging/LogManager.html" target="_top"><font size="+2"><code>LogManager</code></font></A>
</H2>
<a NAME="constructors"></a>
<a NAME="methods"></a>
@@ -85,21 +84,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.logging.LogManager.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>addPropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#addPropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>addPropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.logging.LogManager.getLoggingMXBean_added()"></A>
- <nobr><code>LoggingMXBean</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#getLoggingMXBean()" target="_top"><xfont size="+1"><tt>getLoggingMXBean</tt></font></A>()</nobr>
+ <nobr><code>LoggingMXBean</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#getLoggingMXBean()" target="_top"><code>getLoggingMXBean</code></A>()</nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.logging.LogManager.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"></A>
- <nobr><code>void</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><xfont size="+1"><tt>removePropertyChangeListener</tt></font></A>(<code>PropertyChangeListener</code>)</nobr>
+ <nobr><code>void</code> <A HREF="../../../../reference/java/util/logging/LogManager.html#removePropertyChangeListener(java.beans.PropertyChangeListener)" target="_top"><code>removePropertyChangeListener</code></A>(<code>PropertyChangeListener</code>)</nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/jdiff_help.html b/docs/html/sdk/api_diff/3/changes/jdiff_help.html
index 21a59f9..08f8704 100644
--- a/docs/html/sdk/api_diff/3/changes/jdiff_help.html
+++ b/docs/html/sdk/api_diff/3/changes/jdiff_help.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -32,7 +31,7 @@
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
- <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../reference/index.html" target="_top"><FONT CLASS="NavBarFont1"><B><tt>3</tt></B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../reference/index.html" target="_top"><FONT CLASS="NavBarFont1"><B><code>3</code></B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
@@ -74,11 +73,11 @@
</BLOCKQUOTE>
<BLOCKQUOTE>
You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background.
-Links which take you to a Javadoc page are always in a <tt>typewriter</tt> font.
+Links which take you to a Javadoc page are always in a <code>typewriter</code> font.
Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
</BLOCKQUOTE>
<BLOCKQUOTE>
-<H3><b><tt>Javadoc</tt></b></H3>
+<H3><b><code>Javadoc</code></b></H3>
This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product.
</BLOCKQUOTE>
<BLOCKQUOTE>
diff --git a/docs/html/sdk/api_diff/3/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/3/changes/jdiff_statistics.html
index 6faea52..e39c5b9 100644
--- a/docs/html/sdk/api_diff/3/changes/jdiff_statistics.html
+++ b/docs/html/sdk/api_diff/3/changes/jdiff_statistics.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<body class="gc-documentation">
@@ -46,16 +45,16 @@
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
- <td class="diffspec" style="padding-top:.25em">To Version:</td>
+ <td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">3</td>
</tr>
<tr>
- <td class="diffspec">From Version:</td>
+ <td class="diffspec">From Level:</td>
<td class="diffvalueold">2</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -72,29 +71,71 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<h1>API Change Statistics</h1>
-<p>
-The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
-<pre>
-Percentage difference = 100 * (added + removed + 2*changed)
- -----------------------------------
- sum of public elements in BOTH APIs
-</pre>
-<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
-This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
-The definition ensures that if all packages are removed and all new packages are
-added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>
-<p>The overall difference between the two APIs is approximately <span style="color:222;font-weight:bold;">4%</span>.
+<p>The overall difference between API Levels 2 and 3 is approximately <span style="color:222;font-weight:bold;">4.33%</span>.
</p>
-<br><h2>Contents</h2>
-<dl><dt><a href="#packages">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>
-<dt><a href="#classes">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>
-<dt><a href="#numbers">Total of Differences</a></dt><dd>Listed by number and type</dd></dl>
+<br>
+<a name="numbers"></a>
+<h2>Total of Differences, by Number and Type</h2>
+<p>
+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
+</p>
+<TABLE summary="Number of differences" WIDTH="100%">
+<TR>
+ <th>Type</th>
+ <TH ALIGN="center"><b>Additions</b></TH>
+ <TH ALIGN="center"><b>Changes</b></TH>
+ <TH ALIGN="center">Removals</TH>
+ <TH ALIGN="center"><b>Total</b></TH>
+</TR>
+<TR>
+ <TD>Packages</TD>
+ <TD ALIGN="right">6</TD>
+ <TD ALIGN="right">36</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">42</TD>
+</TR>
+<TR>
+ <TD>Classes and <i>Interfaces</i></TD>
+ <TD ALIGN="right">67</TD>
+ <TD ALIGN="right">181</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">248</TD>
+</TR>
+<TR>
+ <TD>Constructors</TD>
+ <TD ALIGN="right">36</TD>
+ <TD ALIGN="right">3</TD>
+ <TD ALIGN="right">1</TD>
+ <TD ALIGN="right">40</TD>
+</TR>
+<TR>
+ <TD>Methods</TD>
+ <TD ALIGN="right">386</TD>
+ <TD ALIGN="right">64</TD>
+ <TD ALIGN="right">5</TD>
+ <TD ALIGN="right">455</TD>
+</TR>
+<TR>
+ <TD>Fields</TD>
+ <TD ALIGN="right">296</TD>
+ <TD ALIGN="right">68</TD>
+ <TD ALIGN="right">1</TD>
+ <TD ALIGN="right">365</TD>
+</TR>
+<TR>
+ <TD style="background-color:#FAFAFA"><b>Total</b></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>791</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>352</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>7</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>1150</strong></TD>
+</TR>
+</TABLE>
<br>
<a name="packages"></a>
<h2>Changed Packages, Sorted by Percentage Difference</h2>
<TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
<TR>
- <TH WIDTH="10%">Percentage Difference</TH>
+ <TH WIDTH="10%">Percentage Difference*</TH>
<TH>Package</TH>
</TR>
<TR>
@@ -142,10 +183,6 @@
<TD><A HREF="pkg_android.test.html">android.test</A></TD>
</TR>
<TR>
- <TD ALIGN="center">8</TD>
- <TD><A HREF="pkg_android.test.suitebuilder.html">android.test.suitebuilder</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">7</TD>
<TD><A HREF="pkg_android.html">android</A></TD>
</TR>
@@ -171,6 +208,10 @@
</TR>
<TR>
<TD ALIGN="center">4</TD>
+ <TD><A HREF="pkg_android.test.suitebuilder.html">android.test.suitebuilder</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">4</TD>
<TD><A HREF="pkg_android.webkit.html">android.webkit</A></TD>
</TR>
<TR>
@@ -211,10 +252,6 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.lang.reflect.html">java.lang.reflect</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.view.animation.html">android.view.animation</A></TD>
</TR>
<TR>
@@ -227,10 +264,6 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.net.html">java.net</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.database.html">android.database</A></TD>
</TR>
<TR>
@@ -239,10 +272,6 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.lang.html">java.lang</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD>
</TR>
<TR>
@@ -251,15 +280,16 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.util.html">java.util</A></TD>
+ <TD><A HREF="pkg_java.lang.html">java.lang</A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
<a name="classes"></a>
<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
<TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
<TR WIDTH="20%">
- <TH WIDTH="10%"><b>Percentage<br>Difference</b></TH>
+ <TH WIDTH="10%">Percentage<br>Difference*</TH>
<TH><b>Class or <i>Interface</i></b></TH>
</TR>
<TR>
@@ -679,20 +709,10 @@
</TR>
<TR>
<TD ALIGN="center">10</TD>
- <TD><A HREF="android.test.suitebuilder.TestSuiteBuilder.html">
-android.test.suitebuilder.TestSuiteBuilder</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">10</TD>
<TD><A HREF="android.widget.Chronometer.html">
android.widget.Chronometer</A></TD>
</TR>
<TR>
- <TD ALIGN="center">10</TD>
- <TD><A HREF="java.net.Socket.html">
-java.net.Socket</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">9</TD>
<TD><A HREF="android.graphics.drawable.TransitionDrawable.html">
android.graphics.drawable.TransitionDrawable</A></TD>
@@ -714,11 +734,6 @@
</TR>
<TR>
<TD ALIGN="center">8</TD>
- <TD><A HREF="java.lang.reflect.Proxy.html">
-java.lang.reflect.Proxy</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">8</TD>
<TD><A HREF="android.content.pm.PackageInfo.html">
android.content.pm.PackageInfo</A></TD>
</TR>
@@ -764,11 +779,6 @@
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.lang.String.html">
-java.lang.String</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="android.graphics.drawable.shapes.Shape.html">
android.graphics.drawable.shapes.Shape</A></TD>
</TR>
@@ -789,11 +799,6 @@
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.util.Date.html">
-java.util.Date</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="android.text.TextUtils.html">
android.text.TextUtils</A></TD>
</TR>
@@ -1193,67 +1198,20 @@
<i>android.text.style.UpdateLayout</i></A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
-<a name="numbers"></a>
-<h2>Total of Differences, by Number and Type</h2>
+<h2 id="calculation">Calculation of Change Percentages</h2>
<p>
-The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were removed, added or changed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
-</p>
-<TABLE summary="Number of differences" WIDTH="100%">
-<TR>
- <TH COLSPAN=5 NOWRAP>
- Number of Differences</TH>
-</TR>
-<TR>
- <TH> </TD>
- <TH ALIGN="center"><b>Removals</b></TH>
- <TH ALIGN="center"><b>Additions</b></TH>
- <TH ALIGN="center"><b>Changes</b></TH>
- <TH ALIGN="center"><b>Total</b></TH>
-</TR>
-<TR>
- <TD>Packages</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">6</TD>
- <TD ALIGN="right">39</TD>
- <TD ALIGN="right">45</TD>
-</TR>
-<TR>
- <TD>Classes and <i>Interfaces</i></TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">67</TD>
- <TD ALIGN="right">186</TD>
- <TD ALIGN="right">253</TD>
-</TR>
-<TR>
- <TD>Constructors</TD>
- <TD ALIGN="right">1</TD>
- <TD ALIGN="right">36</TD>
- <TD ALIGN="right">15</TD>
- <TD ALIGN="right">52</TD>
-</TR>
-<TR>
- <TD>Methods</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">381</TD>
- <TD ALIGN="right">71</TD>
- <TD ALIGN="right">452</TD>
-</TR>
-<TR>
- <TD>Fields</TD>
- <TD ALIGN="right">1</TD>
- <TD ALIGN="right">296</TD>
- <TD ALIGN="right">68</TD>
- <TD ALIGN="right">365</TD>
-</TR>
-<TR>
- <TD><b>Total</b></TD>
- <TD ALIGN="right">2</TD>
- <TD ALIGN="right">786</TD>
- <TD ALIGN="right">379</TD>
- <TD ALIGN="right">1167</TD>
-</TR>
-</TABLE>
+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
+<pre>
+Percentage difference = 100 * (added + removed + 2*changed)
+ -----------------------------------
+ sum of public elements in BOTH APIs
+</pre>
+<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
+This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
+The definition ensures that if all packages are removed and all new packages are
+added, the change will be 100%.</p>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/3/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/3/changes/jdiff_topleftframe.html
index 666c9dd..36f9836 100644
--- a/docs/html/sdk/api_diff/3/changes/jdiff_topleftframe.html
+++ b/docs/html/sdk/api_diff/3/changes/jdiff_topleftframe.html
@@ -22,11 +22,10 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
-<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0">
+<BODY class="gc-documentation" style="padding:12px;">
+<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0" style="margin:0">
<TR>
<th class="indexHeader" nowrap>
Select a Diffs Index:</th>
diff --git a/docs/html/sdk/api_diff/3/changes/methods_index_additions.html b/docs/html/sdk/api_diff/3/changes/methods_index_additions.html
index 1fa2bdb..d9a7102 100644
--- a/docs/html/sdk/api_diff/3/changes/methods_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/methods_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -37,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="methods_index_all.html" class="staysblack">All Methods</a>
<br>
-<font color="#999999">Removals</font>
+<A HREF="methods_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<b>Additions</b>
<br>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -293,6 +292,9 @@
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewTo_added(android.test.InstrumentationTestCase, android.view.View, int, int, int)" class="hiddenlink" target="rightframe"><b>dragViewTo</b>
(<code>InstrumentationTestCase, View, int, int, int</code>)</A></nobr><br>
<i>dragViewToBottom</i><br>
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type <b>
+(<code>InstrumentationTestCase, Activity, View</code>)</b> in android.test.TouchUtils
+</A></nobr><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <b>
(<code>ActivityInstrumentationTestCase, View, int</code>)</b> in android.test.TouchUtils
</A></nobr><br>
@@ -385,10 +387,20 @@
(<code>String</code>)</A></nobr><br>
<nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.findNext_added(boolean)" class="hiddenlink" target="rightframe"><b>findNext</b>
(<code>boolean</code>)</A></nobr><br>
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe"><b>forkAndSpecialize</b>
-(<code>int, int, int[], int, int[][]</code>)</A></nobr><br>
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe"><b>forkSystemServer</b>
-(<code>int, int, int[], int, int[][]</code>)</A></nobr><br>
+<i>forkAndSpecialize</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
+<i>forkSystemServer</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
+</A></nobr><br>
<nobr><A HREF="android.telephony.PhoneNumberUtils.html#android.telephony.PhoneNumberUtils.formatJapaneseNumber_added(android.text.Editable)" class="hiddenlink" target="rightframe"><b>formatJapaneseNumber</b>
(<code>Editable</code>)</A></nobr><br>
<A NAME="G"></A>
@@ -1068,6 +1080,12 @@
<nobr><A HREF="android.webkit.WebSettings.html#android.webkit.WebSettings.setBuiltInZoomControls_added(boolean)" class="hiddenlink" target="rightframe"><b>setBuiltInZoomControls</b>
(<code>boolean</code>)</A></nobr><br>
<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, Message</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
</A></nobr><br>
diff --git a/docs/html/sdk/api_diff/3/changes/methods_index_all.html b/docs/html/sdk/api_diff/3/changes/methods_index_all.html
index 22492a3..3ebc06c 100644
--- a/docs/html/sdk/api_diff/3/changes/methods_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/methods_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -37,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<b>Methods</b>
<br>
-<font color="#999999">Removals</font>
+<A HREF="methods_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<A HREF="methods_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -84,8 +83,6 @@
<nobr><A HREF="java.util.logging.LogManager.html#java.util.logging.LogManager.addPropertyChangeListener_added(java.beans.PropertyChangeListener)" class="hiddenlink" target="rightframe">type <b>
(<code>PropertyChangeListener</code>)</b> in java.util.logging.LogManager
</A></nobr><br>
-<nobr><A HREF="android.test.suitebuilder.TestSuiteBuilder.html#android.test.suitebuilder.TestSuiteBuilder.addRequirements_changed(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)" class="hiddenlink" target="rightframe">addRequirements
-(<code>Predicate<TestMethod></code>)</A></nobr><br>
<nobr><A HREF="android.location.LocationManager.html#android.location.LocationManager.addTestProvider_added(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)" class="hiddenlink" target="rightframe"><b>addTestProvider</b>
(<code>String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int</code>)</A></nobr><br>
<nobr><A HREF="android.text.method.MetaKeyKeyListener.html#android.text.method.MetaKeyKeyListener.adjustMetaAfterKeypress_added(long)" class="hiddenlink" target="rightframe"><b>adjustMetaAfterKeypress</b>
@@ -326,6 +323,12 @@
(<code>ActivityInstrumentationTestCase, View, int, int, int</code>) in android.test.TouchUtils
</A></nobr><br>
<i>dragViewToBottom</i><br>
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <strike>
+(<code>ActivityInstrumentationTestCase, View, int</code>)</strike> in android.test.TouchUtils
+</A></nobr><br>
+ <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type <b>
+(<code>InstrumentationTestCase, Activity, View</code>)</b> in android.test.TouchUtils
+</A></nobr><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe">type <b>
(<code>ActivityInstrumentationTestCase, View, int</code>)</b> in android.test.TouchUtils
</A></nobr><br>
@@ -335,9 +338,6 @@
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
(<code>ActivityInstrumentationTestCase, View</code>) in android.test.TouchUtils
</A></nobr><br>
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>InstrumentationTestCase, Activity, View</code>) in android.test.TouchUtils
-</A></nobr><br>
<i>dragViewToTop</i><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type <b>
(<code>InstrumentationTestCase, View</code>)</b> in android.test.TouchUtils
@@ -441,18 +441,24 @@
<nobr><A HREF="android.webkit.WebView.html#android.webkit.WebView.findNext_added(boolean)" class="hiddenlink" target="rightframe"><b>findNext</b>
(<code>boolean</code>)</A></nobr><br>
<i>forkAndSpecialize</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <strike>
+(<code>int, int, int[], boolean, int[][]</code>)</strike> in dalvik.system.Zygote
+</A></nobr><br>
<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
- <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type
-(<code>int, int, int[], boolean, int[][]</code>) in dalvik.system.Zygote
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<i>forkSystemServer</i><br>
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <strike>
+(<code>int, int, int[], boolean, int[][]</code>)</strike> in dalvik.system.Zygote
+</A></nobr><br>
<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])" class="hiddenlink" target="rightframe">type <b>
(<code>int, int, int[], int, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
- <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type
-(<code>int, int, int[], boolean, int[][]</code>) in dalvik.system.Zygote
+ <nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">type <b>
+(<code>int, int, int[], boolean, int[][]</code>)</b> in dalvik.system.Zygote
</A></nobr><br>
<nobr><A HREF="android.telephony.PhoneNumberUtils.html#android.telephony.PhoneNumberUtils.formatJapaneseNumber_added(android.text.Editable)" class="hiddenlink" target="rightframe"><b>formatJapaneseNumber</b>
(<code>Editable</code>)</A></nobr><br>
@@ -673,8 +679,6 @@
</A></nobr><br>
<nobr><A HREF="android.widget.TextView.html#android.widget.TextView.getPrivateImeOptions_added()" class="hiddenlink" target="rightframe"><b>getPrivateImeOptions</b>
()</A></nobr><br>
-<nobr><A HREF="java.lang.reflect.Proxy.html#java.lang.reflect.Proxy.getProxyClass_changed(java.lang.ClassLoader, java.lang.Class<?>...)" class="hiddenlink" target="rightframe">getProxyClass
-(<code>ClassLoader, Class<?></code>)</A></nobr><br>
<nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.getRotationMatrix_added(float[], float[], float[], float[])" class="hiddenlink" target="rightframe"><b>getRotationMatrix</b>
(<code>float[], float[], float[], float[]</code>)</A></nobr><br>
<nobr><A HREF="android.app.ActivityManager.html#android.app.ActivityManager.getRunningAppProcesses_added()" class="hiddenlink" target="rightframe"><b>getRunningAppProcesses</b>
@@ -1237,18 +1241,24 @@
<nobr><A HREF="android.webkit.WebSettings.html#android.webkit.WebSettings.setBuiltInZoomControls_added(boolean)" class="hiddenlink" target="rightframe"><b>setBuiltInZoomControls</b>
(<code>boolean</code>)</A></nobr><br>
<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, OnClickListener</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, Message</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
+(<code>int, CharSequence, Message</code>)</b> in android.app.AlertDialog
+</A></nobr><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, OnClickListener</code>)</b> in android.app.AlertDialog
</A></nobr><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <b>
(<code>CharSequence, Message</code>)</b> in android.app.AlertDialog
</A></nobr><br>
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, OnClickListener</code>) in android.app.AlertDialog
-</A></nobr><br>
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, Message</code>) in android.app.AlertDialog
-</A></nobr><br>
<i>setButton2</i><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
(<code>CharSequence, OnClickListener</code>) in android.app.AlertDialog
diff --git a/docs/html/sdk/api_diff/3/changes/methods_index_changes.html b/docs/html/sdk/api_diff/3/changes/methods_index_changes.html
index 1b1b305..947c7df 100644
--- a/docs/html/sdk/api_diff/3/changes/methods_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/methods_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -37,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="methods_index_all.html" class="staysblack">All Methods</a>
<br>
-<font color="#999999">Removals</font>
+<A HREF="methods_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<A HREF="methods_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -65,8 +64,6 @@
<a href="#Y"><font size="-2">Y</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<nobr><A HREF="android.test.suitebuilder.TestSuiteBuilder.html#android.test.suitebuilder.TestSuiteBuilder.addRequirements_changed(com.android.internal.util.Predicate<android.test.suitebuilder.TestMethod>...)" class="hiddenlink" target="rightframe">addRequirements
-(<code>Predicate<TestMethod></code>)</A></nobr><br>
<nobr><A HREF="android.database.DatabaseUtils.html#android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)" class="hiddenlink" target="rightframe">appendEscapedSQLString
(<code>StringBuilder, String</code>)</A></nobr><br>
<A NAME="C"></A>
@@ -117,13 +114,8 @@
(<code>ActivityInstrumentationTestCase, View, int, int, int</code>)</A></nobr><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewTo_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)" class="hiddenlink" target="rightframe">dragViewTo
(<code>ActivityInstrumentationTestCase, View, int, int, int</code>)</A></nobr><br>
-<i>dragViewToBottom</i><br>
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>ActivityInstrumentationTestCase, View</code>) in android.test.TouchUtils
-</A></nobr><br>
- <nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)" class="hiddenlink" target="rightframe">type
-(<code>InstrumentationTestCase, Activity, View</code>) in android.test.TouchUtils
-</A></nobr><br>
+<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">dragViewToBottom
+(<code>ActivityInstrumentationTestCase, View</code>)</A></nobr><br>
<i>dragViewToTop</i><br>
<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View)" class="hiddenlink" target="rightframe">type
(<code>ActivityInstrumentationTestCase, View</code>) in android.test.TouchUtils
@@ -152,10 +144,6 @@
<a href="#Y"><font size="-2">Y</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">forkAndSpecialize
-(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
-<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_changed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe">forkSystemServer
-(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
<nobr><A HREF="java.lang.Character.UnicodeBlock.html#java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)" class="hiddenlink" target="rightframe">forName
(<code>String</code>)</A></nobr><br>
<A NAME="G"></A>
@@ -212,8 +200,6 @@
()</A></nobr><br>
<nobr><A HREF="android.view.ViewConfiguration.html#android.view.ViewConfiguration.getMinimumFlingVelocity_changed()" class="hiddenlink" target="rightframe">getMinimumFlingVelocity
()</A></nobr><br>
-<nobr><A HREF="java.lang.reflect.Proxy.html#java.lang.reflect.Proxy.getProxyClass_changed(java.lang.ClassLoader, java.lang.Class<?>...)" class="hiddenlink" target="rightframe">getProxyClass
-(<code>ClassLoader, Class<?></code>)</A></nobr><br>
<nobr><A HREF="android.view.ViewConfiguration.html#android.view.ViewConfiguration.getScrollBarSize_changed()" class="hiddenlink" target="rightframe">getScrollBarSize
()</A></nobr><br>
<nobr><A HREF="android.hardware.SensorManager.html#android.hardware.SensorManager.getSensors_changed()" class="hiddenlink" target="rightframe">getSensors
@@ -365,13 +351,6 @@
(<code>ActivityInstrumentationTestCase, ViewGroup</code>)</A></nobr><br>
<nobr><A HREF="android.webkit.UrlInterceptHandler.html#android.webkit.UrlInterceptHandler.service_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)" class="hiddenlink" target="rightframe">service
(<code>String, Map<String, String></code>)</A></nobr><br>
-<i>setButton</i><br>
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, OnClickListener</code>) in android.app.AlertDialog
-</A></nobr><br>
- <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_changed(int, java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type
-(<code>int, CharSequence, Message</code>) in android.app.AlertDialog
-</A></nobr><br>
<i>setButton2</i><br>
<nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type
(<code>CharSequence, OnClickListener</code>) in android.app.AlertDialog
diff --git a/docs/html/sdk/api_diff/3/changes/methods_index_removals.html b/docs/html/sdk/api_diff/3/changes/methods_index_removals.html
index bbce144..fff7c9b 100644
--- a/docs/html/sdk/api_diff/3/changes/methods_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/methods_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -37,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="methods_index_all.html" class="staysblack">All Methods</a>
<br>
-<font color="#999999">Removals</font>
+<b>Removals</b>
<br>
<A HREF="methods_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -45,9 +44,40 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#S"><font size="-2">S</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.test.TouchUtils.html#android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)" class="hiddenlink" target="rightframe"><strike>dragViewToBottom</strike>
+(<code>ActivityInstrumentationTestCase, View, int</code>)</A></nobr><br>
+<A NAME="F"></A>
+<br><font size="+2">F</font>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#S"><font size="-2">S</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe"><strike>forkAndSpecialize</strike>
+(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
+<nobr><A HREF="dalvik.system.Zygote.html#dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])" class="hiddenlink" target="rightframe"><strike>forkSystemServer</strike>
+(<code>int, int, int[], boolean, int[][]</code>)</A></nobr><br>
+<A NAME="S"></A>
+<br><font size="+2">S</font>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#F"><font size="-2">F</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<i>setButton</i><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, OnClickListener</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
+ <nobr><A HREF="android.app.AlertDialog.html#android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)" class="hiddenlink" target="rightframe">type <strike>
+(<code>CharSequence, Message</code>)</strike> in android.app.AlertDialog
+</A></nobr><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/3/changes/packages_index_additions.html b/docs/html/sdk/api_diff/3/changes/packages_index_additions.html
index ccd54fd..619b923 100644
--- a/docs/html/sdk/api_diff/3/changes/packages_index_additions.html
+++ b/docs/html/sdk/api_diff/3/changes/packages_index_additions.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,18 +44,16 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="changes-summary.html#android.appwidget" class="hiddenlink" target="rightframe"><b>android.appwidget</b></A><br>
<A HREF="changes-summary.html#android.inputmethodservice" class="hiddenlink" target="rightframe"><b>android.inputmethodservice</b></A><br>
<A HREF="changes-summary.html#android.speech" class="hiddenlink" target="rightframe"><b>android.speech</b></A><br>
<A HREF="changes-summary.html#android.text.format" class="hiddenlink" target="rightframe"><b>android.text.format</b></A><br>
<A HREF="changes-summary.html#android.view.inputmethod" class="hiddenlink" target="rightframe"><b>android.view.inputmethod</b></A><br>
-<A NAME="J"></A>
<A HREF="changes-summary.html#java.beans" class="hiddenlink" target="rightframe"><b>java.beans</b></A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/3/changes/packages_index_all.html b/docs/html/sdk/api_diff/3/changes/packages_index_all.html
index 5876fe9..a5b6aa5 100644
--- a/docs/html/sdk/api_diff/3/changes/packages_index_all.html
+++ b/docs/html/sdk/api_diff/3/changes/packages_index_all.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
<A HREF="changes-summary.html#android.appwidget" class="hiddenlink" target="rightframe"><b>android.appwidget</b></A><br>
@@ -88,14 +86,9 @@
<A HREF="changes-summary.html#android.view.inputmethod" class="hiddenlink" target="rightframe"><b>android.view.inputmethod</b></A><br>
<A HREF="pkg_android.webkit.html" class="hiddenlink" target="rightframe">android.webkit</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="D"></A>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
-<A NAME="J"></A>
<A HREF="changes-summary.html#java.beans" class="hiddenlink" target="rightframe"><b>java.beans</b></A><br>
<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.lang.reflect.html" class="hiddenlink" target="rightframe">java.lang.reflect</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<A HREF="pkg_java.util.jar.html" class="hiddenlink" target="rightframe">java.util.jar</A><br>
<A HREF="pkg_java.util.logging.html" class="hiddenlink" target="rightframe">java.util.logging</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
diff --git a/docs/html/sdk/api_diff/3/changes/packages_index_changes.html b/docs/html/sdk/api_diff/3/changes/packages_index_changes.html
index 3665a91..303991c 100644
--- a/docs/html/sdk/api_diff/3/changes/packages_index_changes.html
+++ b/docs/html/sdk/api_diff/3/changes/packages_index_changes.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
<A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br>
@@ -83,13 +81,8 @@
<A HREF="pkg_android.view.animation.html" class="hiddenlink" target="rightframe">android.view.animation</A><br>
<A HREF="pkg_android.webkit.html" class="hiddenlink" target="rightframe">android.webkit</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="D"></A>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
-<A NAME="J"></A>
<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.lang.reflect.html" class="hiddenlink" target="rightframe">java.lang.reflect</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<A HREF="pkg_java.util.jar.html" class="hiddenlink" target="rightframe">java.util.jar</A><br>
<A HREF="pkg_java.util.logging.html" class="hiddenlink" target="rightframe">java.util.logging</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
diff --git a/docs/html/sdk/api_diff/3/changes/packages_index_removals.html b/docs/html/sdk/api_diff/3/changes/packages_index_removals.html
index 17a90d9..cd89a22 100644
--- a/docs/html/sdk/api_diff/3/changes/packages_index_removals.html
+++ b/docs/html/sdk/api_diff/3/changes/packages_index_removals.html
@@ -22,10 +22,9 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
-<BODY class="gc-documentation">
+<BODY class="gc-documentation" style="padding:12px;">
<a NAME="topheader"></a>
<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
<tr>
@@ -45,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.app.html b/docs/html/sdk/api_diff/3/changes/pkg_android.app.html
index c1602d8..e71150e 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.app.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.app.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/app/package-summary.html" target="_top"><font size="+1"><tt>android.app</tt></font></A>
+Package <A HREF="../../../../reference/android/app/package-summary.html" target="_top"><font size="+1"><code>android.app</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,28 +82,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ActivityManager.RunningAppProcessInfo"></A>
- <nobr><A HREF="../../../../reference/android/app/ActivityManager.RunningAppProcessInfo.html" target="_top"><xfont size="+1"><tt>ActivityManager.RunningAppProcessInfo</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/app/ActivityManager.RunningAppProcessInfo.html" target="_top"><code>ActivityManager.RunningAppProcessInfo</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="IntentService"></A>
- <nobr><A HREF="../../../../reference/android/app/IntentService.html" target="_top"><xfont size="+1"><tt>IntentService</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/app/IntentService.html" target="_top"><code>IntentService</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="LauncherActivity.IconResizer"></A>
- <nobr><A HREF="../../../../reference/android/app/LauncherActivity.IconResizer.html" target="_top"><xfont size="+1"><tt>LauncherActivity.IconResizer</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/app/LauncherActivity.IconResizer.html" target="_top"><code>LauncherActivity.IconResizer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="LauncherActivity.ListItem"></A>
- <nobr><A HREF="../../../../reference/android/app/LauncherActivity.ListItem.html" target="_top"><xfont size="+1"><tt>LauncherActivity.ListItem</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/app/LauncherActivity.ListItem.html" target="_top"><code>LauncherActivity.ListItem</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.content.html b/docs/html/sdk/api_diff/3/changes/pkg_android.content.html
index 8a9f4af..82c7540 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.content.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.content.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/content/package-summary.html" target="_top"><font size="+1"><tt>android.content</tt></font></A>
+Package <A HREF="../../../../reference/android/content/package-summary.html" target="_top"><font size="+1"><code>android.content</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.content.pm.html b/docs/html/sdk/api_diff/3/changes/pkg_android.content.pm.html
index d3bddd4b..228d5370 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.content.pm.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.content.pm.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/content/pm/package-summary.html" target="_top"><font size="+1"><tt>android.content.pm</tt></font></A>
+Package <A HREF="../../../../reference/android/content/pm/package-summary.html" target="_top"><font size="+1"><code>android.content.pm</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ConfigurationInfo"></A>
- <nobr><A HREF="../../../../reference/android/content/pm/ConfigurationInfo.html" target="_top"><xfont size="+1"><tt>ConfigurationInfo</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/content/pm/ConfigurationInfo.html" target="_top"><code>ConfigurationInfo</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.content.res.html b/docs/html/sdk/api_diff/3/changes/pkg_android.content.res.html
index 81d234d..ed61a68 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.content.res.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.content.res.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/content/res/package-summary.html" target="_top"><font size="+1"><tt>android.content.res</tt></font></A>
+Package <A HREF="../../../../reference/android/content/res/package-summary.html" target="_top"><font size="+1"><code>android.content.res</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,14 +82,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AssetFileDescriptor.AutoCloseInputStream"></A>
- <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseInputStream.html" target="_top"><xfont size="+1"><tt>AssetFileDescriptor.AutoCloseInputStream</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseInputStream.html" target="_top"><code>AssetFileDescriptor.AutoCloseInputStream</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AssetFileDescriptor.AutoCloseOutputStream"></A>
- <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseOutputStream.html" target="_top"><xfont size="+1"><tt>AssetFileDescriptor.AutoCloseOutputStream</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/content/res/AssetFileDescriptor.AutoCloseOutputStream.html" target="_top"><code>AssetFileDescriptor.AutoCloseOutputStream</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.database.html b/docs/html/sdk/api_diff/3/changes/pkg_android.database.html
index 70b9644..3779b1e 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.database.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.database.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><tt>android.database</tt></font></A>
+Package <A HREF="../../../../reference/android/database/package-summary.html" target="_top"><font size="+1"><code>android.database</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.database.sqlite.html b/docs/html/sdk/api_diff/3/changes/pkg_android.database.sqlite.html
index db2017b..759b62e 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.database.sqlite.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.database.sqlite.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><tt>android.database.sqlite</tt></font></A>
+Package <A HREF="../../../../reference/android/database/sqlite/package-summary.html" target="_top"><font size="+1"><code>android.database.sqlite</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.html b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.html
index 6025b71..390658f 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/graphics/drawable/package-summary.html" target="_top"><font size="+1"><tt>android.graphics.drawable</tt></font></A>
+Package <A HREF="../../../../reference/android/graphics/drawable/package-summary.html" target="_top"><font size="+1"><code>android.graphics.drawable</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.shapes.html b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.shapes.html
index affdaab..a6f9d2b 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.shapes.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.drawable.shapes.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/graphics/drawable/shapes/package-summary.html" target="_top"><font size="+1"><tt>android.graphics.drawable.shapes</tt></font></A>
+Package <A HREF="../../../../reference/android/graphics/drawable/shapes/package-summary.html" target="_top"><font size="+1"><code>android.graphics.drawable.shapes</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.html
index c7644d5..c7b3656 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.graphics.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/graphics/package-summary.html" target="_top"><font size="+1"><tt>android.graphics</tt></font></A>
+Package <A HREF="../../../../reference/android/graphics/package-summary.html" target="_top"><font size="+1"><code>android.graphics</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.hardware.html b/docs/html/sdk/api_diff/3/changes/pkg_android.hardware.html
index 63ebbdc..2feb91c 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.hardware.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.hardware.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/hardware/package-summary.html" target="_top"><font size="+1"><tt>android.hardware</tt></font></A>
+Package <A HREF="../../../../reference/android/hardware/package-summary.html" target="_top"><font size="+1"><code>android.hardware</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,28 +82,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GeomagneticField"></A>
- <nobr><A HREF="../../../../reference/android/hardware/GeomagneticField.html" target="_top"><xfont size="+1"><tt>GeomagneticField</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/hardware/GeomagneticField.html" target="_top"><code>GeomagneticField</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Sensor"></A>
- <nobr><A HREF="../../../../reference/android/hardware/Sensor.html" target="_top"><xfont size="+1"><tt>Sensor</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/hardware/Sensor.html" target="_top"><code>Sensor</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SensorEvent"></A>
- <nobr><A HREF="../../../../reference/android/hardware/SensorEvent.html" target="_top"><xfont size="+1"><tt>SensorEvent</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/hardware/SensorEvent.html" target="_top"><code>SensorEvent</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SensorEventListener"></A>
- <nobr><A HREF="../../../../reference/android/hardware/SensorEventListener.html" target="_top"><xfont size="+1"><tt><I>SensorEventListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/hardware/SensorEventListener.html" target="_top"><code><I>SensorEventListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.html b/docs/html/sdk/api_diff/3/changes/pkg_android.html
index 0cedd98..389d3ba 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/package-summary.html" target="_top"><font size="+1"><tt>android</tt></font></A>
+Package <A HREF="../../../../reference/android/package-summary.html" target="_top"><font size="+1"><code>android</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,14 +82,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="R.bool"></A>
- <nobr><A HREF="../../../../reference/android/R.bool.html" target="_top"><xfont size="+1"><tt>R.bool</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/R.bool.html" target="_top"><code>R.bool</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="R.integer"></A>
- <nobr><A HREF="../../../../reference/android/R.integer.html" target="_top"><xfont size="+1"><tt>R.integer</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/R.integer.html" target="_top"><code>R.integer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.location.html b/docs/html/sdk/api_diff/3/changes/pkg_android.location.html
index 2f8af38..d4cde3a 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.location.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.location.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/location/package-summary.html" target="_top"><font size="+1"><tt>android.location</tt></font></A>
+Package <A HREF="../../../../reference/android/location/package-summary.html" target="_top"><font size="+1"><code>android.location</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,21 +82,21 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GpsSatellite"></A>
- <nobr><A HREF="../../../../reference/android/location/GpsSatellite.html" target="_top"><xfont size="+1"><tt>GpsSatellite</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/location/GpsSatellite.html" target="_top"><code>GpsSatellite</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GpsStatus"></A>
- <nobr><A HREF="../../../../reference/android/location/GpsStatus.html" target="_top"><xfont size="+1"><tt>GpsStatus</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/location/GpsStatus.html" target="_top"><code>GpsStatus</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GpsStatus.Listener"></A>
- <nobr><A HREF="../../../../reference/android/location/GpsStatus.Listener.html" target="_top"><xfont size="+1"><tt><I>GpsStatus.Listener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/location/GpsStatus.Listener.html" target="_top"><code><I>GpsStatus.Listener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.media.html b/docs/html/sdk/api_diff/3/changes/pkg_android.media.html
index c531240..788a689 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.media.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.media.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/media/package-summary.html" target="_top"><font size="+1"><tt>android.media</tt></font></A>
+Package <A HREF="../../../../reference/android/media/package-summary.html" target="_top"><font size="+1"><code>android.media</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,91 +82,91 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AudioFormat"></A>
- <nobr><A HREF="../../../../reference/android/media/AudioFormat.html" target="_top"><xfont size="+1"><tt>AudioFormat</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/AudioFormat.html" target="_top"><code>AudioFormat</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AudioRecord"></A>
- <nobr><A HREF="../../../../reference/android/media/AudioRecord.html" target="_top"><xfont size="+1"><tt>AudioRecord</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/AudioRecord.html" target="_top"><code>AudioRecord</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AudioRecord.OnRecordPositionUpdateListener"></A>
- <nobr><A HREF="../../../../reference/android/media/AudioRecord.OnRecordPositionUpdateListener.html" target="_top"><xfont size="+1"><tt><I>AudioRecord.OnRecordPositionUpdateListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/AudioRecord.OnRecordPositionUpdateListener.html" target="_top"><code><I>AudioRecord.OnRecordPositionUpdateListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AudioTrack"></A>
- <nobr><A HREF="../../../../reference/android/media/AudioTrack.html" target="_top"><xfont size="+1"><tt>AudioTrack</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/AudioTrack.html" target="_top"><code>AudioTrack</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AudioTrack.OnPlaybackPositionUpdateListener"></A>
- <nobr><A HREF="../../../../reference/android/media/AudioTrack.OnPlaybackPositionUpdateListener.html" target="_top"><xfont size="+1"><tt><I>AudioTrack.OnPlaybackPositionUpdateListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/AudioTrack.OnPlaybackPositionUpdateListener.html" target="_top"><code><I>AudioTrack.OnPlaybackPositionUpdateListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="JetPlayer"></A>
- <nobr><A HREF="../../../../reference/android/media/JetPlayer.html" target="_top"><xfont size="+1"><tt>JetPlayer</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/JetPlayer.html" target="_top"><code>JetPlayer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="JetPlayer.OnJetEventListener"></A>
- <nobr><A HREF="../../../../reference/android/media/JetPlayer.OnJetEventListener.html" target="_top"><xfont size="+1"><tt><I>JetPlayer.OnJetEventListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/JetPlayer.OnJetEventListener.html" target="_top"><code><I>JetPlayer.OnJetEventListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaPlayer.OnInfoListener"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaPlayer.OnInfoListener.html" target="_top"><xfont size="+1"><tt><I>MediaPlayer.OnInfoListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaPlayer.OnInfoListener.html" target="_top"><code><I>MediaPlayer.OnInfoListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaPlayer.OnVideoSizeChangedListener"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaPlayer.OnVideoSizeChangedListener.html" target="_top"><xfont size="+1"><tt><I>MediaPlayer.OnVideoSizeChangedListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaPlayer.OnVideoSizeChangedListener.html" target="_top"><code><I>MediaPlayer.OnVideoSizeChangedListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaRecorder.OnErrorListener"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaRecorder.OnErrorListener.html" target="_top"><xfont size="+1"><tt><I>MediaRecorder.OnErrorListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaRecorder.OnErrorListener.html" target="_top"><code><I>MediaRecorder.OnErrorListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaRecorder.OnInfoListener"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaRecorder.OnInfoListener.html" target="_top"><xfont size="+1"><tt><I>MediaRecorder.OnInfoListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaRecorder.OnInfoListener.html" target="_top"><code><I>MediaRecorder.OnInfoListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaRecorder.VideoEncoder"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaRecorder.VideoEncoder.html" target="_top"><xfont size="+1"><tt>MediaRecorder.VideoEncoder</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaRecorder.VideoEncoder.html" target="_top"><code>MediaRecorder.VideoEncoder</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="MediaRecorder.VideoSource"></A>
- <nobr><A HREF="../../../../reference/android/media/MediaRecorder.VideoSource.html" target="_top"><xfont size="+1"><tt>MediaRecorder.VideoSource</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/media/MediaRecorder.VideoSource.html" target="_top"><code>MediaRecorder.VideoSource</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.net.html b/docs/html/sdk/api_diff/3/changes/pkg_android.net.html
index cf2f916..c9163bc 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.net.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.net.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/net/package-summary.html" target="_top"><font size="+1"><tt>android.net</tt></font></A>
+Package <A HREF="../../../../reference/android/net/package-summary.html" target="_top"><font size="+1"><code>android.net</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.net.wifi.html b/docs/html/sdk/api_diff/3/changes/pkg_android.net.wifi.html
index 99f2951..7b2f4d6 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.net.wifi.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.net.wifi.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/net/wifi/package-summary.html" target="_top"><font size="+1"><tt>android.net.wifi</tt></font></A>
+Package <A HREF="../../../../reference/android/net/wifi/package-summary.html" target="_top"><font size="+1"><code>android.net.wifi</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.opengl.html b/docs/html/sdk/api_diff/3/changes/pkg_android.opengl.html
index 622d861..0d5be82 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.opengl.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.opengl.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/opengl/package-summary.html" target="_top"><font size="+1"><tt>android.opengl</tt></font></A>
+Package <A HREF="../../../../reference/android/opengl/package-summary.html" target="_top"><font size="+1"><code>android.opengl</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,35 +82,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GLSurfaceView"></A>
- <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.html" target="_top"><xfont size="+1"><tt>GLSurfaceView</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.html" target="_top"><code>GLSurfaceView</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GLSurfaceView.EGLConfigChooser"></A>
- <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.EGLConfigChooser.html" target="_top"><xfont size="+1"><tt><I>GLSurfaceView.EGLConfigChooser</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.EGLConfigChooser.html" target="_top"><code><I>GLSurfaceView.EGLConfigChooser</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GLSurfaceView.GLWrapper"></A>
- <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.GLWrapper.html" target="_top"><xfont size="+1"><tt><I>GLSurfaceView.GLWrapper</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.GLWrapper.html" target="_top"><code><I>GLSurfaceView.GLWrapper</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GLSurfaceView.Renderer"></A>
- <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.Renderer.html" target="_top"><xfont size="+1"><tt><I>GLSurfaceView.Renderer</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/opengl/GLSurfaceView.Renderer.html" target="_top"><code><I>GLSurfaceView.Renderer</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Visibility"></A>
- <nobr><A HREF="../../../../reference/android/opengl/Visibility.html" target="_top"><xfont size="+1"><tt>Visibility</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/opengl/Visibility.html" target="_top"><code>Visibility</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.os.html b/docs/html/sdk/api_diff/3/changes/pkg_android.os.html
index 098864e..8058a44 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.os.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.os.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/os/package-summary.html" target="_top"><font size="+1"><tt>android.os</tt></font></A>
+Package <A HREF="../../../../reference/android/os/package-summary.html" target="_top"><font size="+1"><code>android.os</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,28 +82,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AsyncTask"></A>
- <nobr><A HREF="../../../../reference/android/os/AsyncTask.html" target="_top"><xfont size="+1"><tt>AsyncTask</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/os/AsyncTask.html" target="_top"><code>AsyncTask</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AsyncTask.Status"></A>
- <nobr><A HREF="../../../../reference/android/os/AsyncTask.Status.html" target="_top"><xfont size="+1"><tt>AsyncTask.Status</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/os/AsyncTask.Status.html" target="_top"><code>AsyncTask.Status</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Handler.Callback"></A>
- <nobr><A HREF="../../../../reference/android/os/Handler.Callback.html" target="_top"><xfont size="+1"><tt><I>Handler.Callback</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/os/Handler.Callback.html" target="_top"><code><I>Handler.Callback</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ResultReceiver"></A>
- <nobr><A HREF="../../../../reference/android/os/ResultReceiver.html" target="_top"><xfont size="+1"><tt>ResultReceiver</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/os/ResultReceiver.html" target="_top"><code>ResultReceiver</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.preference.html b/docs/html/sdk/api_diff/3/changes/pkg_android.preference.html
index 5ffe3cb..a08098c 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.preference.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.preference.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/preference/package-summary.html" target="_top"><font size="+1"><tt>android.preference</tt></font></A>
+Package <A HREF="../../../../reference/android/preference/package-summary.html" target="_top"><font size="+1"><code>android.preference</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.provider.html b/docs/html/sdk/api_diff/3/changes/pkg_android.provider.html
index f16e4fd..ded1469 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.provider.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.provider.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/provider/package-summary.html" target="_top"><font size="+1"><tt>android.provider</tt></font></A>
+Package <A HREF="../../../../reference/android/provider/package-summary.html" target="_top"><font size="+1"><code>android.provider</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,28 +82,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="LiveFolders"></A>
- <nobr><A HREF="../../../../reference/android/provider/LiveFolders.html" target="_top"><xfont size="+1"><tt>LiveFolders</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/provider/LiveFolders.html" target="_top"><code>LiveFolders</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Settings.Secure"></A>
- <nobr><A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><xfont size="+1"><tt>Settings.Secure</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/provider/Settings.Secure.html" target="_top"><code>Settings.Secure</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="UserDictionary"></A>
- <nobr><A HREF="../../../../reference/android/provider/UserDictionary.html" target="_top"><xfont size="+1"><tt>UserDictionary</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/provider/UserDictionary.html" target="_top"><code>UserDictionary</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="UserDictionary.Words"></A>
- <nobr><A HREF="../../../../reference/android/provider/UserDictionary.Words.html" target="_top"><xfont size="+1"><tt>UserDictionary.Words</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/provider/UserDictionary.Words.html" target="_top"><code>UserDictionary.Words</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.gsm.html b/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.gsm.html
index d172234..952457a 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.gsm.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.gsm.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/telephony/gsm/package-summary.html" target="_top"><font size="+1"><tt>android.telephony.gsm</tt></font></A>
+Package <A HREF="../../../../reference/android/telephony/gsm/package-summary.html" target="_top"><font size="+1"><code>android.telephony.gsm</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.html b/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.html
index 8131269..70abc5b 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.telephony.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/telephony/package-summary.html" target="_top"><font size="+1"><tt>android.telephony</tt></font></A>
+Package <A HREF="../../../../reference/android/telephony/package-summary.html" target="_top"><font size="+1"><code>android.telephony</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="NeighboringCellInfo"></A>
- <nobr><A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html" target="_top"><xfont size="+1"><tt>NeighboringCellInfo</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/telephony/NeighboringCellInfo.html" target="_top"><code>NeighboringCellInfo</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.test.html b/docs/html/sdk/api_diff/3/changes/pkg_android.test.html
index 3b5edd4..ad006a8 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.test.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.test.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/test/package-summary.html" target="_top"><font size="+1"><tt>android.test</tt></font></A>
+Package <A HREF="../../../../reference/android/test/package-summary.html" target="_top"><font size="+1"><code>android.test</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,14 +82,14 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ActivityInstrumentationTestCase2"></A>
- <nobr><A HREF="../../../../reference/android/test/ActivityInstrumentationTestCase2.html" target="_top"><xfont size="+1"><tt>ActivityInstrumentationTestCase2</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/test/ActivityInstrumentationTestCase2.html" target="_top"><code>ActivityInstrumentationTestCase2</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ProviderTestCase2"></A>
- <nobr><A HREF="../../../../reference/android/test/ProviderTestCase2.html" target="_top"><xfont size="+1"><tt>ProviderTestCase2</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/test/ProviderTestCase2.html" target="_top"><code>ProviderTestCase2</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.test.mock.html b/docs/html/sdk/api_diff/3/changes/pkg_android.test.mock.html
index 87a371c..151b2cb 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.test.mock.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.test.mock.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/test/mock/package-summary.html" target="_top"><font size="+1"><tt>android.test.mock</tt></font></A>
+Package <A HREF="../../../../reference/android/test/mock/package-summary.html" target="_top"><font size="+1"><code>android.test.mock</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.test.suitebuilder.html b/docs/html/sdk/api_diff/3/changes/pkg_android.test.suitebuilder.html
index 469db28..6935761 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.test.suitebuilder.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.test.suitebuilder.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/test/suitebuilder/package-summary.html" target="_top"><font size="+1"><tt>android.test.suitebuilder</tt></font></A>
+Package <A HREF="../../../../reference/android/test/suitebuilder/package-summary.html" target="_top"><font size="+1"><code>android.test.suitebuilder</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -87,13 +86,6 @@
</TD>
<TD> </TD>
</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="TestSuiteBuilder"></A>
- <nobr><A HREF="android.test.suitebuilder.TestSuiteBuilder.html">TestSuiteBuilder</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
</TABLE>
</div>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.text.html b/docs/html/sdk/api_diff/3/changes/pkg_android.text.html
index ffc6966..a7fb2d6 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.text.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.text.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/text/package-summary.html" target="_top"><font size="+1"><tt>android.text</tt></font></A>
+Package <A HREF="../../../../reference/android/text/package-summary.html" target="_top"><font size="+1"><code>android.text</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,28 +82,28 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="InputType"></A>
- <nobr><A HREF="../../../../reference/android/text/InputType.html" target="_top"><xfont size="+1"><tt><I>InputType</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/InputType.html" target="_top"><code><I>InputType</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="NoCopySpan"></A>
- <nobr><A HREF="../../../../reference/android/text/NoCopySpan.html" target="_top"><xfont size="+1"><tt><I>NoCopySpan</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/NoCopySpan.html" target="_top"><code><I>NoCopySpan</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="NoCopySpan.Concrete"></A>
- <nobr><A HREF="../../../../reference/android/text/NoCopySpan.Concrete.html" target="_top"><xfont size="+1"><tt>NoCopySpan.Concrete</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/NoCopySpan.Concrete.html" target="_top"><code>NoCopySpan.Concrete</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ParcelableSpan"></A>
- <nobr><A HREF="../../../../reference/android/text/ParcelableSpan.html" target="_top"><xfont size="+1"><tt><I>ParcelableSpan</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/ParcelableSpan.html" target="_top"><code><I>ParcelableSpan</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.text.method.html b/docs/html/sdk/api_diff/3/changes/pkg_android.text.method.html
index 89b94ad3..8f9a1b2 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.text.method.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.text.method.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/text/method/package-summary.html" target="_top"><font size="+1"><tt>android.text.method</tt></font></A>
+Package <A HREF="../../../../reference/android/text/method/package-summary.html" target="_top"><font size="+1"><code>android.text.method</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.text.style.html b/docs/html/sdk/api_diff/3/changes/pkg_android.text.style.html
index e1e1fec..fa610ce8 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.text.style.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.text.style.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/text/style/package-summary.html" target="_top"><font size="+1"><tt>android.text.style</tt></font></A>
+Package <A HREF="../../../../reference/android/text/style/package-summary.html" target="_top"><font size="+1"><code>android.text.style</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="UpdateAppearance"></A>
- <nobr><A HREF="../../../../reference/android/text/style/UpdateAppearance.html" target="_top"><xfont size="+1"><tt><I>UpdateAppearance</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/text/style/UpdateAppearance.html" target="_top"><code><I>UpdateAppearance</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.util.html b/docs/html/sdk/api_diff/3/changes/pkg_android.util.html
index 7403be4..a72da6e 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.util.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.util.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/util/package-summary.html" target="_top"><font size="+1"><tt>android.util</tt></font></A>
+Package <A HREF="../../../../reference/android/util/package-summary.html" target="_top"><font size="+1"><code>android.util</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="PrintStreamPrinter"></A>
- <nobr><A HREF="../../../../reference/android/util/PrintStreamPrinter.html" target="_top"><xfont size="+1"><tt>PrintStreamPrinter</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/util/PrintStreamPrinter.html" target="_top"><code>PrintStreamPrinter</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.view.animation.html b/docs/html/sdk/api_diff/3/changes/pkg_android.view.animation.html
index 30c1bad..55da448 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.view.animation.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.view.animation.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/view/animation/package-summary.html" target="_top"><font size="+1"><tt>android.view.animation</tt></font></A>
+Package <A HREF="../../../../reference/android/view/animation/package-summary.html" target="_top"><font size="+1"><code>android.view.animation</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.view.html b/docs/html/sdk/api_diff/3/changes/pkg_android.view.html
index 9b4a042..b5acb57 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.view.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.view.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/view/package-summary.html" target="_top"><font size="+1"><tt>android.view</tt></font></A>
+Package <A HREF="../../../../reference/android/view/package-summary.html" target="_top"><font size="+1"><code>android.view</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,35 +82,35 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="GestureDetector.OnDoubleTapListener"></A>
- <nobr><A HREF="../../../../reference/android/view/GestureDetector.OnDoubleTapListener.html" target="_top"><xfont size="+1"><tt><I>GestureDetector.OnDoubleTapListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/GestureDetector.OnDoubleTapListener.html" target="_top"><code><I>GestureDetector.OnDoubleTapListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="HapticFeedbackConstants"></A>
- <nobr><A HREF="../../../../reference/android/view/HapticFeedbackConstants.html" target="_top"><xfont size="+1"><tt>HapticFeedbackConstants</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/HapticFeedbackConstants.html" target="_top"><code>HapticFeedbackConstants</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="OrientationEventListener"></A>
- <nobr><A HREF="../../../../reference/android/view/OrientationEventListener.html" target="_top"><xfont size="+1"><tt>OrientationEventListener</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/OrientationEventListener.html" target="_top"><code>OrientationEventListener</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ViewDebug.CapturedViewProperty"></A>
- <nobr><A HREF="../../../../reference/android/view/ViewDebug.CapturedViewProperty.html" target="_top"><xfont size="+1"><tt>ViewDebug.CapturedViewProperty</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/ViewDebug.CapturedViewProperty.html" target="_top"><code>ViewDebug.CapturedViewProperty</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="ViewTreeObserver.OnScrollChangedListener"></A>
- <nobr><A HREF="../../../../reference/android/view/ViewTreeObserver.OnScrollChangedListener.html" target="_top"><xfont size="+1"><tt><I>ViewTreeObserver.OnScrollChangedListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/view/ViewTreeObserver.OnScrollChangedListener.html" target="_top"><code><I>ViewTreeObserver.OnScrollChangedListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.webkit.html b/docs/html/sdk/api_diff/3/changes/pkg_android.webkit.html
index 339b9ab..c44cc89 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.webkit.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.webkit.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/webkit/package-summary.html" target="_top"><font size="+1"><tt>android.webkit</tt></font></A>
+Package <A HREF="../../../../reference/android/webkit/package-summary.html" target="_top"><font size="+1"><code>android.webkit</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="PluginData"></A>
- <nobr><A HREF="../../../../reference/android/webkit/PluginData.html" target="_top"><xfont size="+1"><tt>PluginData</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/webkit/PluginData.html" target="_top"><code>PluginData</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_android.widget.html b/docs/html/sdk/api_diff/3/changes/pkg_android.widget.html
index fc6e9015..5f5cfbf 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_android.widget.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_android.widget.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/android/widget/package-summary.html" target="_top"><font size="+1"><tt>android.widget</tt></font></A>
+Package <A HREF="../../../../reference/android/widget/package-summary.html" target="_top"><font size="+1"><code>android.widget</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,63 +82,63 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="AlphabetIndexer"></A>
- <nobr><A HREF="../../../../reference/android/widget/AlphabetIndexer.html" target="_top"><xfont size="+1"><tt>AlphabetIndexer</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/AlphabetIndexer.html" target="_top"><code>AlphabetIndexer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="Chronometer.OnChronometerTickListener"></A>
- <nobr><A HREF="../../../../reference/android/widget/Chronometer.OnChronometerTickListener.html" target="_top"><xfont size="+1"><tt><I>Chronometer.OnChronometerTickListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/Chronometer.OnChronometerTickListener.html" target="_top"><code><I>Chronometer.OnChronometerTickListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="HorizontalScrollView"></A>
- <nobr><A HREF="../../../../reference/android/widget/HorizontalScrollView.html" target="_top"><xfont size="+1"><tt>HorizontalScrollView</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/HorizontalScrollView.html" target="_top"><code>HorizontalScrollView</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SectionIndexer"></A>
- <nobr><A HREF="../../../../reference/android/widget/SectionIndexer.html" target="_top"><xfont size="+1"><tt><I>SectionIndexer</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/SectionIndexer.html" target="_top"><code><I>SectionIndexer</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SlidingDrawer"></A>
- <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.html" target="_top"><xfont size="+1"><tt>SlidingDrawer</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.html" target="_top"><code>SlidingDrawer</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SlidingDrawer.OnDrawerCloseListener"></A>
- <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerCloseListener.html" target="_top"><xfont size="+1"><tt><I>SlidingDrawer.OnDrawerCloseListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerCloseListener.html" target="_top"><code><I>SlidingDrawer.OnDrawerCloseListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SlidingDrawer.OnDrawerOpenListener"></A>
- <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerOpenListener.html" target="_top"><xfont size="+1"><tt><I>SlidingDrawer.OnDrawerOpenListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerOpenListener.html" target="_top"><code><I>SlidingDrawer.OnDrawerOpenListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="SlidingDrawer.OnDrawerScrollListener"></A>
- <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerScrollListener.html" target="_top"><xfont size="+1"><tt><I>SlidingDrawer.OnDrawerScrollListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/SlidingDrawer.OnDrawerScrollListener.html" target="_top"><code><I>SlidingDrawer.OnDrawerScrollListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="TextView.OnEditorActionListener"></A>
- <nobr><A HREF="../../../../reference/android/widget/TextView.OnEditorActionListener.html" target="_top"><xfont size="+1"><tt><I>TextView.OnEditorActionListener</I></tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/android/widget/TextView.OnEditorActionListener.html" target="_top"><code><I>TextView.OnEditorActionListener</I></code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_dalvik.system.html b/docs/html/sdk/api_diff/3/changes/pkg_dalvik.system.html
index 654be0f..075e90e 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_dalvik.system.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_dalvik.system.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/dalvik/system/package-summary.html" target="_top"><font size="+1"><tt>dalvik.system</tt></font></A>
+Package <A HREF="../../../../reference/dalvik/system/package-summary.html" target="_top"><font size="+1"><code>dalvik.system</code></font></A>
</H2>
<p>
<a NAME="Added"></a>
@@ -83,7 +82,7 @@
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
<A NAME="DexClassLoader"></A>
- <nobr><A HREF="../../../../reference/dalvik/system/DexClassLoader.html" target="_top"><xfont size="+1"><tt>DexClassLoader</tt></font></A></nobr>
+ <nobr><A HREF="../../../../reference/dalvik/system/DexClassLoader.html" target="_top"><code>DexClassLoader</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.lang.html b/docs/html/sdk/api_diff/3/changes/pkg_java.lang.html
index d769927..acfdcb7 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.lang.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_java.lang.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/lang/package-summary.html" target="_top"><font size="+1"><tt>java.lang</tt></font></A>
+Package <A HREF="../../../../reference/java/lang/package-summary.html" target="_top"><font size="+1"><code>java.lang</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -94,13 +93,6 @@
</TD>
<TD> </TD>
</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="String"></A>
- <nobr><A HREF="java.lang.String.html">String</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
</TABLE>
</div>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.lang.reflect.html b/docs/html/sdk/api_diff/3/changes/pkg_java.lang.reflect.html
deleted file mode 100644
index ccc643d..0000000
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.lang.reflect.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang.reflect
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/lang/reflect/package-summary.html" target="_top"><font size="+1"><tt>java.lang.reflect</tt></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Proxy"></A>
- <nobr><A HREF="java.lang.reflect.Proxy.html">Proxy</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.net.html b/docs/html/sdk/api_diff/3/changes/pkg_java.net.html
deleted file mode 100644
index 98cc83d..0000000
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.net.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.net
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><tt>java.net</tt></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.util.html b/docs/html/sdk/api_diff/3/changes/pkg_java.util.html
deleted file mode 100644
index 462c73b..0000000
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.util.html
+++ /dev/null
@@ -1,120 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.util
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-body{background-image:url();padding:12px;}
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">3</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">2</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/util/package-summary.html" target="_top"><font size="+1"><tt>java.util</tt></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Date"></A>
- <nobr><A HREF="java.util.Date.html">Date</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.util.jar.html b/docs/html/sdk/api_diff/3/changes/pkg_java.util.jar.html
index f1ac6e5..15a17d0 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.util.jar.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_java.util.jar.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/util/jar/package-summary.html" target="_top"><font size="+1"><tt>java.util.jar</tt></font></A>
+Package <A HREF="../../../../reference/java/util/jar/package-summary.html" target="_top"><font size="+1"><code>java.util.jar</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/changes/pkg_java.util.logging.html b/docs/html/sdk/api_diff/3/changes/pkg_java.util.logging.html
index f2cc23d..0a711a8 100644
--- a/docs/html/sdk/api_diff/3/changes/pkg_java.util.logging.html
+++ b/docs/html/sdk/api_diff/3/changes/pkg_java.util.logging.html
@@ -22,7 +22,6 @@
</style>
</noscript>
<style type="text/css">
-body{background-image:url();padding:12px;}
</style>
</HEAD>
<BODY>
@@ -55,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.04.20 09:15</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -68,11 +67,11 @@
</div> <!-- End and-diff-id -->
</div> <!-- End headerRight -->
</div> <!-- End header -->
-<div id="body-content">
+<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/util/logging/package-summary.html" target="_top"><font size="+1"><tt>java.util.logging</tt></font></A>
+Package <A HREF="../../../../reference/java/util/logging/package-summary.html" target="_top"><font size="+1"><code>java.util.logging</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
diff --git a/docs/html/sdk/api_diff/3/missingSinces.txt b/docs/html/sdk/api_diff/3/missingSinces.txt
new file mode 100644
index 0000000..27b2b9d
--- /dev/null
+++ b/docs/html/sdk/api_diff/3/missingSinces.txt
@@ -0,0 +1,785 @@
+NO DOC BLOCK: android.test.ActivityInstrumentationTestCase2 Class
+NO DOC BLOCK: android.app.ActivityManager.RunningAppProcessInfo Class
+NO DOC BLOCK: android.widget.AlphabetIndexer Class
+NO DOC BLOCK: android.content.res.AssetFileDescriptor.AutoCloseInputStream Class
+NO DOC BLOCK: android.content.res.AssetFileDescriptor.AutoCloseOutputStream Class
+NO DOC BLOCK: android.os.AsyncTask Class
+NO DOC BLOCK: android.os.AsyncTask.Status Class
+NO DOC BLOCK: android.media.AudioFormat Class
+NO DOC BLOCK: android.media.AudioRecord Class
+NO DOC BLOCK: android.media.AudioRecord.OnRecordPositionUpdateListener Interface
+NO DOC BLOCK: android.media.AudioTrack Class
+NO DOC BLOCK: android.media.AudioTrack.OnPlaybackPositionUpdateListener Interface
+NO DOC BLOCK: android.widget.Chronometer.OnChronometerTickListener Interface
+NO DOC BLOCK: android.content.pm.ConfigurationInfo Class
+NO DOC BLOCK: dalvik.system.DexClassLoader Class
+NO DOC BLOCK: android.hardware.GeomagneticField Class
+NO DOC BLOCK: android.view.GestureDetector.OnDoubleTapListener Interface
+NO DOC BLOCK: android.opengl.GLSurfaceView Class
+NO DOC BLOCK: android.opengl.GLSurfaceView.EGLConfigChooser Interface
+NO DOC BLOCK: android.opengl.GLSurfaceView.GLWrapper Interface
+NO DOC BLOCK: android.opengl.GLSurfaceView.Renderer Interface
+NO DOC BLOCK: android.location.GpsSatellite Class
+NO DOC BLOCK: android.location.GpsStatus Class
+NO DOC BLOCK: android.location.GpsStatus.Listener Interface
+NO DOC BLOCK: android.os.Handler.Callback Interface
+NO DOC BLOCK: android.view.HapticFeedbackConstants Class
+NO DOC BLOCK: android.widget.HorizontalScrollView Class
+NO DOC BLOCK: android.text.InputType Interface
+NO DOC BLOCK: android.app.IntentService Class
+NO DOC BLOCK: android.media.JetPlayer Class
+NO DOC BLOCK: android.media.JetPlayer.OnJetEventListener Interface
+NO DOC BLOCK: android.app.LauncherActivity.IconResizer Class
+NO DOC BLOCK: android.app.LauncherActivity.ListItem Class
+NO DOC BLOCK: android.provider.LiveFolders Class
+NO DOC BLOCK: android.media.MediaPlayer.OnInfoListener Interface
+NO DOC BLOCK: android.media.MediaPlayer.OnVideoSizeChangedListener Interface
+NO DOC BLOCK: android.media.MediaRecorder.OnErrorListener Interface
+NO DOC BLOCK: android.media.MediaRecorder.OnInfoListener Interface
+NO DOC BLOCK: android.media.MediaRecorder.VideoEncoder Class
+NO DOC BLOCK: android.media.MediaRecorder.VideoSource Class
+NO DOC BLOCK: android.telephony.NeighboringCellInfo Class
+NO DOC BLOCK: android.text.NoCopySpan Interface
+NO DOC BLOCK: android.text.NoCopySpan.Concrete Class
+NO DOC BLOCK: android.view.OrientationEventListener Class
+NO DOC BLOCK: android.text.ParcelableSpan Interface
+NO DOC BLOCK: android.webkit.PluginData Class
+NO DOC BLOCK: android.util.PrintStreamPrinter Class
+NO DOC BLOCK: android.test.ProviderTestCase2 Class
+NO DOC BLOCK: android.R.bool Class
+NO DOC BLOCK: android.R.integer Class
+NO DOC BLOCK: android.os.ResultReceiver Class
+NO DOC BLOCK: android.widget.SectionIndexer Interface
+NO DOC BLOCK: android.hardware.Sensor Class
+NO DOC BLOCK: android.hardware.SensorEvent Class
+NO DOC BLOCK: android.hardware.SensorEventListener Interface
+NO DOC BLOCK: android.provider.Settings.Secure Class
+NO DOC BLOCK: android.widget.SlidingDrawer Class
+NO DOC BLOCK: android.widget.SlidingDrawer.OnDrawerCloseListener Interface
+NO DOC BLOCK: android.widget.SlidingDrawer.OnDrawerOpenListener Interface
+NO DOC BLOCK: android.widget.SlidingDrawer.OnDrawerScrollListener Interface
+NO DOC BLOCK: android.widget.TextView.OnEditorActionListener Interface
+NO DOC BLOCK: android.text.style.UpdateAppearance Interface
+NO DOC BLOCK: android.provider.UserDictionary Class
+NO DOC BLOCK: android.provider.UserDictionary.Words Class
+NO DOC BLOCK: android.view.ViewDebug.CapturedViewProperty Class
+NO DOC BLOCK: android.view.ViewTreeObserver.OnScrollChangedListener Interface
+NO DOC BLOCK: android.opengl.Visibility Class
+NO DOC BLOCK: android.text.style.AbsoluteSizeSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.Annotation Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.BackgroundColorSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.BulletSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.DynamicDrawableSpan Constructor (int)
+NO DOC BLOCK: android.text.style.ForegroundColorSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.view.GestureDetector Constructor (android.content.Context, android.view.GestureDetector.OnGestureListener)
+NO DOC BLOCK: android.view.GestureDetector Constructor (android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)
+NO DOC BLOCK: android.os.Handler Constructor (android.os.Handler.Callback)
+NO DOC BLOCK: android.os.Handler Constructor (android.os.Looper, android.os.Handler.Callback)
+NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.content.Context, android.net.Uri, int)
+NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.content.Context, int, int)
+NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.graphics.Bitmap, int)
+NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.graphics.drawable.Drawable, int)
+NO DOC BLOCK: android.text.style.ImageSpan Constructor (android.graphics.drawable.Drawable, java.lang.String, int)
+NO DOC BLOCK: android.view.KeyEvent Constructor (android.view.KeyEvent)
+NO DOC BLOCK: android.view.KeyEvent Constructor (long, java.lang.String, int, int)
+NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Constructor (android.os.Parcel)
+NO DOC BLOCK: android.view.OrientationListener Constructor (android.content.Context, int)
+NO DOC BLOCK: android.text.style.QuoteSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.RelativeSizeSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.widget.RemoteViews.ActionException Constructor (java.lang.Exception)
+NO DOC BLOCK: android.widget.ResourceCursorAdapter Constructor (android.content.Context, int, android.database.Cursor, boolean)
+NO DOC BLOCK: android.text.style.ScaleXSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.StrikethroughSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.StyleSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.SubscriptSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.SuperscriptSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.test.suitebuilder.TestMethod Constructor (java.lang.String, java.lang.Class<? extends junit.framework.TestCase>)
+NO DOC BLOCK: android.test.suitebuilder.TestMethod Constructor (junit.framework.TestCase)
+NO DOC BLOCK: android.text.style.TextAppearanceSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.graphics.drawable.TransitionDrawable Constructor (android.graphics.drawable.Drawable[])
+NO DOC BLOCK: android.text.style.TypefaceSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.UnderlineSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.text.style.URLSpan Constructor (android.os.Parcel)
+NO DOC BLOCK: android.location.LocationManager Method addGpsStatusListener(android.location.GpsStatus.Listener)
+NO DOC BLOCK: android.view.ViewTreeObserver Method addOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)
+NO DOC BLOCK: java.util.jar.Pack200.Packer Method addPropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: java.util.jar.Pack200.Unpacker Method addPropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: java.util.logging.LogManager Method addPropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: android.location.LocationManager Method addTestProvider(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method adjustMetaAfterKeypress(long)
+NO DOC BLOCK: android.view.Gravity Method applyDisplay(int, android.graphics.Rect, android.graphics.Rect)
+NO DOC BLOCK: android.widget.TextView Method beginBatchEdit()
+NO DOC BLOCK: android.widget.TextView Method bringPointIntoView(int)
+NO DOC BLOCK: android.telephony.gsm.SmsMessage Method calculateLength(java.lang.CharSequence, boolean)
+NO DOC BLOCK: android.app.Instrumentation Method callActivityOnUserLeaving(android.app.Activity)
+NO DOC BLOCK: android.view.KeyEvent Method changeAction(android.view.KeyEvent, int)
+NO DOC BLOCK: android.widget.SimpleCursorAdapter Method changeCursorAndColumns(android.database.Cursor, java.lang.String[], int[])
+NO DOC BLOCK: android.view.KeyEvent Method changeFlags(android.view.KeyEvent, int)
+NO DOC BLOCK: android.view.KeyEvent Method changeTimeRepeat(android.view.KeyEvent, long, int)
+NO DOC BLOCK: android.view.View Method checkInputConnectionProxy(android.view.View)
+NO DOC BLOCK: android.widget.TextView Method clearComposingText()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method clearListSelection()
+NO DOC BLOCK: android.webkit.WebView Method clearMatches()
+NO DOC BLOCK: android.text.method.KeyListener Method clearMetaKeyState(android.view.View, android.text.Editable, int)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method clearMetaKeyState(long, int)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method clearMetaKeyState(android.view.View, android.text.Editable, int)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method clearMetaKeyState(android.text.Editable, int)
+NO DOC BLOCK: android.location.LocationManager Method clearTestProviderEnabled(java.lang.String)
+NO DOC BLOCK: android.location.LocationManager Method clearTestProviderLocation(java.lang.String)
+NO DOC BLOCK: android.location.LocationManager Method clearTestProviderStatus(java.lang.String)
+NO DOC BLOCK: android.view.Menu Method close()
+NO DOC BLOCK: android.app.Activity Method closeContextMenu()
+NO DOC BLOCK: android.view.animation.Animation Method computeDurationHint()
+NO DOC BLOCK: android.graphics.Bitmap Method copyPixelsFromBuffer(java.nio.Buffer)
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Method createInputStream()
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Method createOutputStream()
+NO DOC BLOCK: android.net.wifi.WifiManager Method createWifiLock(int, java.lang.String)
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Method describeContents()
+NO DOC BLOCK: android.graphics.RectF Method describeContents()
+NO DOC BLOCK: android.text.Annotation Method describeContents()
+NO DOC BLOCK: android.text.style.AbsoluteSizeSpan Method describeContents()
+NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method describeContents()
+NO DOC BLOCK: android.text.style.BackgroundColorSpan Method describeContents()
+NO DOC BLOCK: android.text.style.BulletSpan Method describeContents()
+NO DOC BLOCK: android.text.style.ForegroundColorSpan Method describeContents()
+NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method describeContents()
+NO DOC BLOCK: android.text.style.QuoteSpan Method describeContents()
+NO DOC BLOCK: android.text.style.RelativeSizeSpan Method describeContents()
+NO DOC BLOCK: android.text.style.ScaleXSpan Method describeContents()
+NO DOC BLOCK: android.text.style.StrikethroughSpan Method describeContents()
+NO DOC BLOCK: android.text.style.StyleSpan Method describeContents()
+NO DOC BLOCK: android.text.style.SubscriptSpan Method describeContents()
+NO DOC BLOCK: android.text.style.SuperscriptSpan Method describeContents()
+NO DOC BLOCK: android.text.style.TextAppearanceSpan Method describeContents()
+NO DOC BLOCK: android.text.style.TypefaceSpan Method describeContents()
+NO DOC BLOCK: android.text.style.URLSpan Method describeContents()
+NO DOC BLOCK: android.text.style.UnderlineSpan Method describeContents()
+NO DOC BLOCK: android.view.KeyCharacterMap Method deviceHasKey(int)
+NO DOC BLOCK: android.view.KeyCharacterMap Method deviceHasKeys(int[])
+NO DOC BLOCK: android.widget.TextView Method didTouchFocusSelect()
+NO DOC BLOCK: android.view.View Method dispatchKeyEventPreIme(android.view.KeyEvent)
+NO DOC BLOCK: android.test.TouchUtils Method drag(android.test.InstrumentationTestCase, float, float, float, float, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragQuarterScreenDown(android.test.InstrumentationTestCase, android.app.Activity)
+NO DOC BLOCK: android.test.TouchUtils Method dragQuarterScreenUp(android.test.InstrumentationTestCase, android.app.Activity)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewBy(android.test.InstrumentationTestCase, android.view.View, int, int, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewTo(android.test.InstrumentationTestCase, android.view.View, int, int, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToBottom(android.test.ActivityInstrumentationTestCase, android.view.View, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToTop(android.test.InstrumentationTestCase, android.view.View)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToTop(android.test.InstrumentationTestCase, android.view.View, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToX(android.test.InstrumentationTestCase, android.view.View, int, int)
+NO DOC BLOCK: android.test.TouchUtils Method dragViewToY(android.test.InstrumentationTestCase, android.view.View, int, int)
+NO DOC BLOCK: android.graphics.Canvas Method drawBitmap(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)
+NO DOC BLOCK: android.location.Location Method dump(android.util.Printer, java.lang.String)
+NO DOC BLOCK: android.os.Binder Method dump(java.io.FileDescriptor, java.lang.String[])
+NO DOC BLOCK: android.os.IBinder Method dump(java.io.FileDescriptor, java.lang.String[])
+NO DOC BLOCK: android.view.ViewDebug Method dumpCapturedView(java.lang.String, java.lang.Object)
+NO DOC BLOCK: android.os.Debug Method dumpHprofData(java.lang.String)
+NO DOC BLOCK: dalvik.system.VMDebug Method dumpHprofData(java.lang.String)
+NO DOC BLOCK: android.text.TextUtils Method dumpSpans(java.lang.CharSequence, android.util.Printer, java.lang.String)
+NO DOC BLOCK: android.widget.TextView Method endBatchEdit()
+NO DOC BLOCK: android.widget.TextView Method extractText(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)
+NO DOC BLOCK: android.webkit.WebView Method findAll(java.lang.String)
+NO DOC BLOCK: android.webkit.WebView Method findNext(boolean)
+NO DOC BLOCK: dalvik.system.Zygote Method forkAndSpecialize(int, int, int[], int, int[][])
+NO DOC BLOCK: dalvik.system.Zygote Method forkAndSpecialize(int, int, int[], boolean, int[][])
+NO DOC BLOCK: dalvik.system.Zygote Method forkSystemServer(int, int, int[], int, int[][])
+NO DOC BLOCK: dalvik.system.Zygote Method forkSystemServer(int, int, int[], boolean, int[][])
+NO DOC BLOCK: android.telephony.PhoneNumberUtils Method formatJapaneseNumber(android.text.Editable)
+NO DOC BLOCK: android.view.ViewConfiguration Method get(android.content.Context)
+NO DOC BLOCK: android.webkit.WebSettings Method getAllowFileAccess()
+NO DOC BLOCK: android.net.ConnectivityManager Method getBackgroundDataSetting()
+NO DOC BLOCK: android.content.res.Resources Method getBoolean(int)
+NO DOC BLOCK: android.webkit.WebSettings Method getBuiltInZoomControls()
+NO DOC BLOCK: android.app.AlertDialog Method getButton(int)
+NO DOC BLOCK: android.text.TextUtils Method getCapsMode(java.lang.CharSequence, int, int)
+NO DOC BLOCK: android.view.KeyEvent Method getCharacters()
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Method getDeclaredLength()
+NO DOC BLOCK: android.hardware.SensorManager Method getDefaultSensor(int)
+NO DOC BLOCK: android.app.ActivityManager Method getDeviceConfigurationInfo()
+NO DOC BLOCK: android.preference.DialogPreference Method getDialog()
+NO DOC BLOCK: android.view.ViewConfiguration Method getDoubleTapTimeout()
+NO DOC BLOCK: android.graphics.drawable.RotateDrawable Method getDrawable()
+NO DOC BLOCK: android.graphics.drawable.ScaleDrawable Method getDrawable()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method getDropDownAnchor()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method getDropDownWidth()
+NO DOC BLOCK: android.widget.TextView Method getEditableText()
+NO DOC BLOCK: android.content.res.Resources Method getFraction(int, int, int)
+NO DOC BLOCK: android.location.LocationManager Method getGpsStatus(android.location.GpsStatus)
+NO DOC BLOCK: android.widget.TextView Method getImeActionId()
+NO DOC BLOCK: android.widget.TextView Method getImeActionLabel()
+NO DOC BLOCK: android.widget.TextView Method getImeOptions()
+NO DOC BLOCK: android.hardware.SensorManager Method getInclination(float[])
+NO DOC BLOCK: android.text.method.Touch Method getInitialScrollX(android.widget.TextView, android.text.Spannable)
+NO DOC BLOCK: android.text.method.Touch Method getInitialScrollY(android.widget.TextView, android.text.Spannable)
+NO DOC BLOCK: android.widget.TextView Method getInputExtras(boolean)
+NO DOC BLOCK: android.widget.PopupWindow Method getInputMethodMode()
+NO DOC BLOCK: android.text.method.DateKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.DateTimeKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.DialerKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.DigitsKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.KeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.MultiTapKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.QwertyKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.TextKeyListener Method getInputType()
+NO DOC BLOCK: android.text.method.TimeKeyListener Method getInputType()
+NO DOC BLOCK: android.widget.TextView Method getInputType()
+NO DOC BLOCK: android.view.Menu Method getItem(int)
+NO DOC BLOCK: android.widget.AbsSeekBar Method getKeyProgressIncrement()
+NO DOC BLOCK: android.content.pm.PackageManager Method getLaunchIntentForPackage(java.lang.String)
+NO DOC BLOCK: android.test.mock.MockPackageManager Method getLaunchIntentForPackage(java.lang.String)
+NO DOC BLOCK: android.content.res.TypedArray Method getLayoutDimension(int, int)
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method getListSelection()
+NO DOC BLOCK: android.app.AlertDialog Method getListView()
+NO DOC BLOCK: java.util.logging.LogManager Method getLoggingMXBean()
+NO DOC BLOCK: android.provider.Settings.System Method getLong(android.content.ContentResolver, java.lang.String)
+NO DOC BLOCK: android.provider.Settings.System Method getLong(android.content.ContentResolver, java.lang.String, long)
+NO DOC BLOCK: android.widget.PopupWindow Method getMaxAvailableHeight(android.view.View, int)
+NO DOC BLOCK: android.view.KeyEvent Method getMaxKeyCode()
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method getMetaState(long)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method getMetaState(long, int)
+NO DOC BLOCK: android.telephony.TelephonyManager Method getNeighboringCellInfo()
+NO DOC BLOCK: android.widget.Chronometer Method getOnChronometerTickListener()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method getOnItemClickListener()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method getOnItemSelectedListener()
+NO DOC BLOCK: android.hardware.SensorManager Method getOrientation(float[], float[])
+NO DOC BLOCK: android.webkit.WebHistoryItem Method getOriginalUrl()
+NO DOC BLOCK: android.webkit.WebView Method getOriginalUrl()
+NO DOC BLOCK: android.webkit.UrlInterceptHandler Method getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)
+NO DOC BLOCK: android.webkit.UrlInterceptRegistry Method getPluginData(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)
+NO DOC BLOCK: android.widget.TextView Method getPrivateImeOptions()
+NO DOC BLOCK: android.hardware.SensorManager Method getRotationMatrix(float[], float[], float[], float[])
+NO DOC BLOCK: android.app.ActivityManager Method getRunningAppProcesses()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledDoubleTapSlop()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledEdgeSlop()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledFadingEdgeLength()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledMaximumDrawingCacheSize()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledMinimumFlingVelocity()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledScrollBarSize()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledTouchSlop()
+NO DOC BLOCK: android.view.ViewConfiguration Method getScaledWindowTouchSlop()
+NO DOC BLOCK: android.hardware.SensorManager Method getSensorList(int)
+NO DOC BLOCK: android.text.AutoText Method getSize(android.view.View)
+NO DOC BLOCK: android.text.Annotation Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.AbsoluteSizeSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.BackgroundColorSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.BulletSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.ForegroundColorSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.QuoteSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.RelativeSizeSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.ScaleXSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.StrikethroughSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.StyleSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.SubscriptSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.SuperscriptSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.TextAppearanceSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.TypefaceSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.URLSpan Method getSpanTypeId()
+NO DOC BLOCK: android.text.style.UnderlineSpan Method getSpanTypeId()
+NO DOC BLOCK: android.widget.Scroller Method getStartX()
+NO DOC BLOCK: android.widget.Scroller Method getStartY()
+NO DOC BLOCK: android.os.ParcelFileDescriptor Method getStatSize()
+NO DOC BLOCK: android.net.NetworkInfo Method getSubtype()
+NO DOC BLOCK: android.net.NetworkInfo Method getSubtypeName()
+NO DOC BLOCK: android.content.pm.PackageManager Method getSystemSharedLibraryNames()
+NO DOC BLOCK: android.test.mock.MockPackageManager Method getSystemSharedLibraryNames()
+NO DOC BLOCK: android.widget.AbsListView Method getTextFilter()
+NO DOC BLOCK: android.os.Looper Method getThread()
+NO DOC BLOCK: android.util.TimeUtils Method getTimeZoneDatabaseVersion()
+NO DOC BLOCK: android.webkit.WebSettings Method getUserAgentString()
+NO DOC BLOCK: android.text.style.DynamicDrawableSpan Method getVerticalAlignment()
+NO DOC BLOCK: android.view.View Method getWindowVisibleDisplayFrame(android.graphics.Rect)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method handleKeyDown(long, int, android.view.KeyEvent)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method handleKeyUp(long, int, android.view.KeyEvent)
+NO DOC BLOCK: android.view.Window Method hasSoftInputMode()
+NO DOC BLOCK: android.app.Activity Method hasWindowFocus()
+NO DOC BLOCK: android.media.RingtoneManager Method inferStreamType()
+NO DOC BLOCK: android.app.LauncherActivity Method intentForPosition(int)
+NO DOC BLOCK: android.widget.PopupWindow Method isAboveAnchor()
+NO DOC BLOCK: android.media.AudioManager Method isBluetoothA2dpOn()
+NO DOC BLOCK: android.widget.PopupWindow Method isClippingEnabled()
+NO DOC BLOCK: dalvik.system.VMDebug Method isDebuggingEnabled()
+NO DOC BLOCK: android.widget.AbsListView Method isFastScrollEnabled()
+NO DOC BLOCK: android.view.animation.Animation Method isFillEnabled()
+NO DOC BLOCK: android.view.View Method isHapticFeedbackEnabled()
+NO DOC BLOCK: android.view.View Method isInEditMode()
+NO DOC BLOCK: android.widget.TextView Method isInputMethodTarget()
+NO DOC BLOCK: android.media.MediaPlayer Method isLooping()
+NO DOC BLOCK: android.widget.PopupWindow Method isOutsideTouchable()
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method isPerformingCompletion()
+NO DOC BLOCK: android.net.NetworkInfo Method isRoaming()
+NO DOC BLOCK: android.content.pm.PackageManager Method isSafeMode()
+NO DOC BLOCK: android.test.mock.MockPackageManager Method isSafeMode()
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method isSelectingMetaTracker(java.lang.CharSequence, java.lang.Object)
+NO DOC BLOCK: android.widget.AbsListView Method isSmoothScrollbarEnabled()
+NO DOC BLOCK: android.widget.PopupWindow Method isTouchable()
+NO DOC BLOCK: android.test.InstrumentationTestCase Method launchActivityWithIntent(java.lang.String, java.lang.Class<T>, android.content.Intent)
+NO DOC BLOCK: android.media.SoundPool Method load(android.content.res.AssetFileDescriptor, int)
+NO DOC BLOCK: android.media.SoundPool Method load(java.io.FileDescriptor, long, long, int)
+NO DOC BLOCK: dalvik.system.DexFile Method loadDex(java.lang.String, java.lang.String, int)
+NO DOC BLOCK: android.test.TouchUtils Method longClickView(android.test.InstrumentationTestCase, android.view.View)
+NO DOC BLOCK: android.app.LauncherActivity Method makeListItems()
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Method mayUseInputMethod(int)
+NO DOC BLOCK: android.widget.TextView Method moveCursorToVisibleOffset()
+NO DOC BLOCK: android.graphics.drawable.Drawable Method mutate()
+NO DOC BLOCK: android.widget.TextView Method onBeginBatchEdit()
+NO DOC BLOCK: android.view.View Method onCheckIsTextEditor()
+NO DOC BLOCK: android.widget.TextView Method onCommitCompletion(android.view.inputmethod.CompletionInfo)
+NO DOC BLOCK: android.widget.CursorAdapter Method onContentChanged()
+NO DOC BLOCK: android.view.View Method onCreateInputConnection(android.view.inputmethod.EditorInfo)
+NO DOC BLOCK: android.view.GestureDetector.SimpleOnGestureListener Method onDoubleTap(android.view.MotionEvent)
+NO DOC BLOCK: android.view.GestureDetector.SimpleOnGestureListener Method onDoubleTapEvent(android.view.MotionEvent)
+NO DOC BLOCK: android.widget.TextView Method onEditorAction(int)
+NO DOC BLOCK: android.widget.TextView Method onEndBatchEdit()
+NO DOC BLOCK: android.view.View Method onFinishTemporaryDetach()
+NO DOC BLOCK: android.text.method.ArrowKeyMovementMethod Method onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)
+NO DOC BLOCK: android.text.method.BaseKeyListener Method onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)
+NO DOC BLOCK: android.text.method.KeyListener Method onKeyOther(android.view.View, android.text.Editable, android.view.KeyEvent)
+NO DOC BLOCK: android.text.method.MovementMethod Method onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)
+NO DOC BLOCK: android.text.method.ScrollingMovementMethod Method onKeyOther(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)
+NO DOC BLOCK: android.view.View Method onKeyPreIme(int, android.view.KeyEvent)
+NO DOC BLOCK: android.widget.TextView Method onPrivateIMECommand(java.lang.String, android.os.Bundle)
+NO DOC BLOCK: android.widget.TextView Method onSelectionChanged(int, int)
+NO DOC BLOCK: android.view.GestureDetector.SimpleOnGestureListener Method onSingleTapConfirmed(android.view.MotionEvent)
+NO DOC BLOCK: android.view.View Method onStartTemporaryDetach()
+NO DOC BLOCK: android.widget.TextView Method onTextContextMenuItem(int)
+NO DOC BLOCK: android.app.Activity Method onUserInteraction()
+NO DOC BLOCK: android.app.Activity Method onUserLeaveHint()
+NO DOC BLOCK: android.content.ContentProvider Method openAssetFile(android.net.Uri, java.lang.String)
+NO DOC BLOCK: android.content.ContentResolver Method openAssetFileDescriptor(android.net.Uri, java.lang.String)
+NO DOC BLOCK: android.content.ContentResolver Method openOutputStream(android.net.Uri, java.lang.String)
+NO DOC BLOCK: android.content.res.Resources Method openRawResource(int, android.util.TypedValue)
+NO DOC BLOCK: android.content.res.Resources Method parseBundleExtra(java.lang.String, android.util.AttributeSet, android.os.Bundle)
+NO DOC BLOCK: android.content.res.Resources Method parseBundleExtras(android.content.res.XmlResourceParser, android.os.Bundle)
+NO DOC BLOCK: android.content.BroadcastReceiver Method peekService(android.content.Context, android.content.Intent)
+NO DOC BLOCK: android.view.View Method performHapticFeedback(int)
+NO DOC BLOCK: android.view.View Method performHapticFeedback(int, int)
+NO DOC BLOCK: android.media.AudioManager Method playSoundEffect(int, float)
+NO DOC BLOCK: android.provider.Settings.System Method putLong(android.content.ContentResolver, java.lang.String, long)
+NO DOC BLOCK: android.graphics.RectF Method readFromParcel(android.os.Parcel)
+NO DOC BLOCK: android.hardware.SensorManager Method registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int)
+NO DOC BLOCK: android.hardware.SensorManager Method registerListener(android.hardware.SensorEventListener, android.hardware.Sensor, int, android.os.Handler)
+NO DOC BLOCK: android.hardware.SensorManager Method remapCoordinateSystem(float[], int, int, float[])
+NO DOC BLOCK: android.util.SparseIntArray Method removeAt(int)
+NO DOC BLOCK: android.location.LocationManager Method removeGpsStatusListener(android.location.GpsStatus.Listener)
+NO DOC BLOCK: android.view.ViewTreeObserver Method removeOnScrollChangedListener(android.view.ViewTreeObserver.OnScrollChangedListener)
+NO DOC BLOCK: java.util.jar.Pack200.Packer Method removePropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: java.util.jar.Pack200.Unpacker Method removePropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: java.util.logging.LogManager Method removePropertyChangeListener(java.beans.PropertyChangeListener)
+NO DOC BLOCK: android.location.LocationManager Method removeTestProvider(java.lang.String)
+NO DOC BLOCK: android.location.LocationManager Method removeUpdates(android.app.PendingIntent)
+NO DOC BLOCK: android.content.Intent Method replaceExtras(android.content.Intent)
+NO DOC BLOCK: android.content.Intent Method replaceExtras(android.os.Bundle)
+NO DOC BLOCK: android.view.ViewParent Method requestChildRectangleOnScreen(android.view.View, android.graphics.Rect, boolean)
+NO DOC BLOCK: android.location.LocationManager Method requestLocationUpdates(java.lang.String, long, float, android.app.PendingIntent)
+NO DOC BLOCK: android.text.method.MetaKeyKeyListener Method resetLockedMeta(long)
+NO DOC BLOCK: android.app.ActivityManager Method restartPackage(java.lang.String)
+NO DOC BLOCK: android.webkit.WebView Method restorePicture(android.os.Bundle, java.io.File)
+NO DOC BLOCK: android.test.InstrumentationTestCase Method runTestOnUiThread(java.lang.Runnable)
+NO DOC BLOCK: android.webkit.WebView Method savePicture(android.os.Bundle, java.io.File)
+NO DOC BLOCK: android.test.TouchUtils Method scrollToBottom(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)
+NO DOC BLOCK: android.test.TouchUtils Method scrollToTop(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)
+NO DOC BLOCK: android.location.LocationManager Method sendExtraCommand(java.lang.String, java.lang.String, android.os.Bundle)
+NO DOC BLOCK: android.webkit.WebSettings Method setAllowFileAccess(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setBitmap(int, java.lang.String, android.graphics.Bitmap)
+NO DOC BLOCK: android.media.AudioManager Method setBluetoothA2dpOn(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setBoolean(int, java.lang.String, boolean)
+NO DOC BLOCK: android.webkit.WebSettings Method setBuiltInZoomControls(boolean)
+NO DOC BLOCK: android.app.AlertDialog Method setButton(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)
+NO DOC BLOCK: android.app.AlertDialog Method setButton(int, java.lang.CharSequence, android.os.Message)
+NO DOC BLOCK: android.app.AlertDialog Method setButton(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)
+NO DOC BLOCK: android.app.AlertDialog Method setButton(java.lang.CharSequence, android.os.Message)
+NO DOC BLOCK: android.widget.RemoteViews Method setByte(int, java.lang.String, byte)
+NO DOC BLOCK: android.media.MediaRecorder Method setCamera(android.hardware.Camera)
+NO DOC BLOCK: android.widget.RemoteViews Method setChar(int, java.lang.String, char)
+NO DOC BLOCK: android.widget.RemoteViews Method setCharSequence(int, java.lang.String, java.lang.CharSequence)
+NO DOC BLOCK: android.widget.PopupWindow Method setClippingEnabled(boolean)
+NO DOC BLOCK: android.widget.TextView Method setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)
+NO DOC BLOCK: android.widget.RemoteViews Method setDouble(int, java.lang.String, double)
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method setDropDownAnchor(int)
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method setDropDownWidth(int)
+NO DOC BLOCK: android.widget.TextView Method setExtractedText(android.view.inputmethod.ExtractedText)
+NO DOC BLOCK: android.widget.AbsListView Method setFastScrollEnabled(boolean)
+NO DOC BLOCK: android.view.animation.Animation Method setFillEnabled(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setFloat(int, java.lang.String, float)
+NO DOC BLOCK: android.widget.ListView Method setFooterDividersEnabled(boolean)
+NO DOC BLOCK: android.view.View Method setHapticFeedbackEnabled(boolean)
+NO DOC BLOCK: android.widget.ListView Method setHeaderDividersEnabled(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setImageViewBitmap(int, android.graphics.Bitmap)
+NO DOC BLOCK: android.widget.TextView Method setImeActionLabel(java.lang.CharSequence, int)
+NO DOC BLOCK: android.widget.TextView Method setImeOptions(int)
+NO DOC BLOCK: android.app.AlarmManager Method setInexactRepeating(int, long, long, android.app.PendingIntent)
+NO DOC BLOCK: android.widget.TextView Method setInputExtras(int)
+NO DOC BLOCK: android.widget.PopupWindow Method setInputMethodMode(int)
+NO DOC BLOCK: android.widget.TextView Method setInputType(int)
+NO DOC BLOCK: android.widget.RemoteViews Method setInt(int, java.lang.String, int)
+NO DOC BLOCK: android.widget.AbsSeekBar Method setKeyProgressIncrement(int)
+NO DOC BLOCK: android.widget.AutoCompleteTextView Method setListSelection(int)
+NO DOC BLOCK: android.widget.RemoteViews Method setLong(int, java.lang.String, long)
+NO DOC BLOCK: android.media.MediaRecorder Method setMaxDuration(int)
+NO DOC BLOCK: android.media.MediaRecorder Method setMaxFileSize(long)
+NO DOC BLOCK: android.webkit.WebView Method setNetworkAvailable(boolean)
+NO DOC BLOCK: android.widget.Chronometer Method setOnChronometerTickListener(android.widget.Chronometer.OnChronometerTickListener)
+NO DOC BLOCK: android.widget.RemoteViews Method setOnClickPendingIntent(int, android.app.PendingIntent)
+NO DOC BLOCK: android.view.GestureDetector Method setOnDoubleTapListener(android.view.GestureDetector.OnDoubleTapListener)
+NO DOC BLOCK: android.widget.TextView Method setOnEditorActionListener(android.widget.TextView.OnEditorActionListener)
+NO DOC BLOCK: android.media.MediaRecorder Method setOnErrorListener(android.media.MediaRecorder.OnErrorListener)
+NO DOC BLOCK: android.hardware.Camera Method setOneShotPreviewCallback(android.hardware.Camera.PreviewCallback)
+NO DOC BLOCK: android.media.MediaPlayer Method setOnInfoListener(android.media.MediaPlayer.OnInfoListener)
+NO DOC BLOCK: android.media.MediaRecorder Method setOnInfoListener(android.media.MediaRecorder.OnInfoListener)
+NO DOC BLOCK: android.media.MediaPlayer Method setOnVideoSizeChangedListener(android.media.MediaPlayer.OnVideoSizeChangedListener)
+NO DOC BLOCK: android.media.MediaRecorder Method setOutputFile(java.io.FileDescriptor)
+NO DOC BLOCK: android.widget.PopupWindow Method setOutsideTouchable(boolean)
+NO DOC BLOCK: android.widget.TextView Method setPrivateImeOptions(java.lang.String)
+NO DOC BLOCK: android.widget.TextView Method setRawInputType(int)
+NO DOC BLOCK: android.view.View Method setScrollContainer(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setShort(int, java.lang.String, short)
+NO DOC BLOCK: android.widget.AbsListView Method setSmoothScrollbarEnabled(boolean)
+NO DOC BLOCK: android.view.Window Method setSoftInputMode(int)
+NO DOC BLOCK: android.view.ViewGroup Method setStaticTransformationsEnabled(boolean)
+NO DOC BLOCK: android.widget.RemoteViews Method setString(int, java.lang.String, java.lang.String)
+NO DOC BLOCK: android.location.LocationManager Method setTestProviderEnabled(java.lang.String, boolean)
+NO DOC BLOCK: android.location.LocationManager Method setTestProviderLocation(java.lang.String, android.location.Location)
+NO DOC BLOCK: android.location.LocationManager Method setTestProviderStatus(java.lang.String, int, android.os.Bundle, long)
+NO DOC BLOCK: android.widget.RemoteViews Method setTextColor(int, int)
+NO DOC BLOCK: android.widget.PopupWindow Method setTouchable(boolean)
+NO DOC BLOCK: android.widget.PopupWindow Method setTouchInterceptor(android.view.View.OnTouchListener)
+NO DOC BLOCK: android.widget.RemoteViews Method setUri(int, java.lang.String, android.net.Uri)
+NO DOC BLOCK: android.webkit.WebSettings Method setUserAgentString(java.lang.String)
+NO DOC BLOCK: android.media.MediaRecorder Method setVideoEncoder(int)
+NO DOC BLOCK: android.media.MediaRecorder Method setVideoFrameRate(int)
+NO DOC BLOCK: android.media.MediaRecorder Method setVideoSize(int, int)
+NO DOC BLOCK: android.media.MediaRecorder Method setVideoSource(int)
+NO DOC BLOCK: android.app.AlertDialog Method setView(android.view.View, int, int, int, int)
+NO DOC BLOCK: android.widget.ResourceCursorAdapter Method setViewResource(int)
+NO DOC BLOCK: android.app.Activity Method setVisible(boolean)
+NO DOC BLOCK: android.view.Window Method setWindowAnimations(int)
+NO DOC BLOCK: android.widget.PopupWindow Method setWindowLayoutMode(int, int)
+NO DOC BLOCK: android.widget.ArrayAdapter Method sort(java.util.Comparator<? super T>)
+NO DOC BLOCK: android.graphics.Rect Method toShortString()
+NO DOC BLOCK: android.view.animation.Transformation Method toShortString()
+NO DOC BLOCK: android.hardware.SensorManager Method unregisterListener(android.hardware.SensorEventListener)
+NO DOC BLOCK: android.hardware.SensorManager Method unregisterListener(android.hardware.SensorEventListener, android.hardware.Sensor)
+NO DOC BLOCK: android.widget.PopupWindow Method update()
+NO DOC BLOCK: android.widget.PopupWindow Method update(int, int, int, int, boolean)
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.graphics.RectF Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.Annotation Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.AbsoluteSizeSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.AlignmentSpan.Standard Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.BackgroundColorSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.BulletSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.ForegroundColorSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.LeadingMarginSpan.Standard Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.QuoteSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.RelativeSizeSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.ScaleXSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.StrikethroughSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.StyleSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.SubscriptSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.SuperscriptSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.TextAppearanceSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.TypefaceSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.URLSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.text.style.UnderlineSpan Method writeToParcel(android.os.Parcel, int)
+NO DOC BLOCK: android.database.sqlite.SQLiteDatabase Method yieldIfContendedSafely()
+NO DOC BLOCK: android.provider.Settings.System Field ACCELEROMETER_ROTATION
+NO DOC BLOCK: android.provider.Settings Field ACTION_AIRPLANE_MODE_SETTINGS
+NO DOC BLOCK: android.provider.Settings Field ACTION_APPLICATION_DEVELOPMENT_SETTINGS
+NO DOC BLOCK: android.media.AudioManager Field ACTION_AUDIO_BECOMING_NOISY
+NO DOC BLOCK: android.net.ConnectivityManager Field ACTION_BACKGROUND_DATA_SETTING_CHANGED
+NO DOC BLOCK: android.provider.Settings Field ACTION_DATA_ROAMING_SETTINGS
+NO DOC BLOCK: android.provider.MediaStore Field ACTION_IMAGE_CAPTURE
+NO DOC BLOCK: android.content.Intent Field ACTION_INPUT_METHOD_CHANGED
+NO DOC BLOCK: android.provider.Settings Field ACTION_INPUT_METHOD_SETTINGS
+NO DOC BLOCK: android.provider.Settings Field ACTION_INTERNAL_STORAGE_SETTINGS
+NO DOC BLOCK: android.provider.Settings Field ACTION_MANAGE_APPLICATIONS_SETTINGS
+NO DOC BLOCK: android.content.Intent Field ACTION_MEDIA_CHECKING
+NO DOC BLOCK: android.content.Intent Field ACTION_MEDIA_NOFS
+NO DOC BLOCK: android.provider.Settings Field ACTION_MEMORY_CARD_SETTINGS
+NO DOC BLOCK: android.provider.Settings Field ACTION_NETWORK_OPERATOR_SETTINGS
+NO DOC BLOCK: android.view.MotionEvent Field ACTION_OUTSIDE
+NO DOC BLOCK: android.content.Intent Field ACTION_PACKAGE_DATA_CLEARED
+NO DOC BLOCK: android.content.Intent Field ACTION_PACKAGE_REPLACED
+NO DOC BLOCK: android.telephony.TelephonyManager Field ACTION_PHONE_STATE_CHANGED
+NO DOC BLOCK: android.provider.Settings Field ACTION_QUICK_LAUNCH_SETTINGS
+NO DOC BLOCK: android.content.Intent Field ACTION_SEARCH_LONG_PRESS
+NO DOC BLOCK: android.provider.Settings Field ACTION_SYNC_SETTINGS
+NO DOC BLOCK: android.content.Intent Field ACTION_SYSTEM_TUTORIAL
+NO DOC BLOCK: android.provider.Settings Field ACTION_USER_DICTIONARY_SETTINGS
+NO DOC BLOCK: android.content.Intent Field ACTION_USER_PRESENT
+NO DOC BLOCK: android.provider.MediaStore Field ACTION_VIDEO_CAPTURE
+NO DOC BLOCK: android.provider.Settings Field ACTION_WIFI_IP_SETTINGS
+NO DOC BLOCK: android.R.id Field addToDictionary
+NO DOC BLOCK: android.text.style.DynamicDrawableSpan Field ALIGN_BASELINE
+NO DOC BLOCK: android.text.style.DynamicDrawableSpan Field ALIGN_BOTTOM
+NO DOC BLOCK: android.R.attr Field allowSingleTap
+NO DOC BLOCK: android.R.attr Field animateOnClick
+NO DOC BLOCK: android.view.Gravity Field AXIS_CLIP
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_MINUS_X
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_MINUS_Y
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_MINUS_Z
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_X
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_Y
+NO DOC BLOCK: android.hardware.SensorManager Field AXIS_Z
+NO DOC BLOCK: android.R.attr Field backgroundDimEnabled
+NO DOC BLOCK: android.Manifest.permission Field BIND_APPWIDGET
+NO DOC BLOCK: android.Manifest.permission Field BIND_INPUT_METHOD
+NO DOC BLOCK: android.provider.MediaStore.Video.VideoColumns Field BOOKMARK
+NO DOC BLOCK: android.R.attr Field bottomOffset
+NO DOC BLOCK: android.provider.MediaStore.Video.VideoColumns Field BUCKET_DISPLAY_NAME
+NO DOC BLOCK: android.provider.MediaStore.Video.VideoColumns Field BUCKET_ID
+NO DOC BLOCK: android.content.DialogInterface Field BUTTON_NEGATIVE
+NO DOC BLOCK: android.content.DialogInterface Field BUTTON_NEUTRAL
+NO DOC BLOCK: android.content.DialogInterface Field BUTTON_POSITIVE
+NO DOC BLOCK: android.R.id Field candidatesArea
+NO DOC BLOCK: android.R.attr Field candidatesTextStyleSpans
+NO DOC BLOCK: android.text.TextUtils Field CAP_MODE_CHARACTERS
+NO DOC BLOCK: android.text.TextUtils Field CAP_MODE_SENTENCES
+NO DOC BLOCK: android.text.TextUtils Field CAP_MODE_WORDS
+NO DOC BLOCK: android.content.Intent Field CATEGORY_INFO
+NO DOC BLOCK: android.view.Gravity Field CLIP_HORIZONTAL
+NO DOC BLOCK: android.view.Gravity Field CLIP_VERTICAL
+NO DOC BLOCK: android.R.id Field closeButton
+NO DOC BLOCK: android.R.attr Field codes
+NO DOC BLOCK: android.content.pm.PackageInfo Field configPreferences
+NO DOC BLOCK: android.R.attr Field configure
+NO DOC BLOCK: android.R.attr Field content
+NO DOC BLOCK: android.R.id Field copy
+NO DOC BLOCK: android.R.id Field copyUrl
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Field CREATOR
+NO DOC BLOCK: android.graphics.RectF Field CREATOR
+NO DOC BLOCK: android.R.id Field cut
+NO DOC BLOCK: android.R.drawable Field dark_header
+NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_ASSERT
+NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_CHECKJNI
+NO DOC BLOCK: dalvik.system.Zygote Field DEBUG_ENABLE_DEBUGGER
+NO DOC BLOCK: android.R.string Field dialog_alert_title
+NO DOC BLOCK: android.os.Build Field DISPLAY
+NO DOC BLOCK: android.view.Gravity Field DISPLAY_CLIP_HORIZONTAL
+NO DOC BLOCK: android.view.Gravity Field DISPLAY_CLIP_VERTICAL
+NO DOC BLOCK: android.R.attr Field dropDownAnchor
+NO DOC BLOCK: android.R.attr Field dropDownWidth
+NO DOC BLOCK: android.R.attr Field editorExtras
+NO DOC BLOCK: android.provider.Browser Field EXTRA_APPLICATION_ID
+NO DOC BLOCK: android.provider.Contacts.Intents Field EXTRA_CREATE_DESCRIPTION
+NO DOC BLOCK: android.content.Intent Field EXTRA_DATA_REMOVED
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_FINISH_ON_COMPLETION
+NO DOC BLOCK: android.provider.Contacts.Intents Field EXTRA_FORCE_CREATE
+NO DOC BLOCK: android.telephony.TelephonyManager Field EXTRA_INCOMING_NUMBER
+NO DOC BLOCK: android.provider.MediaStore.Audio.Media Field EXTRA_MAX_BYTES
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_MEDIA_ALBUM
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_MEDIA_ARTIST
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_MEDIA_FOCUS
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_MEDIA_TITLE
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_OUTPUT
+NO DOC BLOCK: android.content.Intent Field EXTRA_REPLACING
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_SCREEN_ORIENTATION
+NO DOC BLOCK: android.telephony.TelephonyManager Field EXTRA_STATE
+NO DOC BLOCK: android.telephony.TelephonyManager Field EXTRA_STATE_IDLE
+NO DOC BLOCK: android.telephony.TelephonyManager Field EXTRA_STATE_OFFHOOK
+NO DOC BLOCK: android.telephony.TelephonyManager Field EXTRA_STATE_RINGING
+NO DOC BLOCK: android.provider.MediaStore Field EXTRA_VIDEO_QUALITY
+NO DOC BLOCK: android.R.id Field extractArea
+NO DOC BLOCK: android.R.attr Field fastScrollEnabled
+NO DOC BLOCK: android.R.attr Field fillEnabled
+NO DOC BLOCK: android.content.Intent Field FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET
+NO DOC BLOCK: android.content.Intent Field FLAG_ACTIVITY_NO_USER_ACTION
+NO DOC BLOCK: android.content.Intent Field FLAG_ACTIVITY_REORDER_TO_FRONT
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field FLAG_ALT_FOCUSABLE_IM
+NO DOC BLOCK: android.view.KeyEvent Field FLAG_EDITOR_ACTION
+NO DOC BLOCK: android.view.KeyEvent Field FLAG_FROM_SYSTEM
+NO DOC BLOCK: android.view.KeyEvent Field FLAG_KEEP_TOUCH_MODE
+NO DOC BLOCK: android.content.pm.ActivityInfo Field FLAG_NO_HISTORY
+NO DOC BLOCK: android.view.KeyEvent Field FLAG_SOFT_KEYBOARD
+NO DOC BLOCK: android.app.PendingIntent Field FLAG_UPDATE_CURRENT
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field FLAG_WATCH_OUTSIDE_TOUCH
+NO DOC BLOCK: android.R.attr Field footerDividersEnabled
+NO DOC BLOCK: android.telephony.PhoneNumberUtils Field FORMAT_JAPAN
+NO DOC BLOCK: android.media.AudioManager Field FX_KEYPRESS_DELETE
+NO DOC BLOCK: android.media.AudioManager Field FX_KEYPRESS_RETURN
+NO DOC BLOCK: android.media.AudioManager Field FX_KEYPRESS_SPACEBAR
+NO DOC BLOCK: android.media.AudioManager Field FX_KEYPRESS_STANDARD
+NO DOC BLOCK: android.content.pm.PackageManager Field GET_CONFIGURATIONS
+NO DOC BLOCK: android.content.pm.PackageManager Field GET_UNINSTALLED_PACKAGES
+NO DOC BLOCK: android.R.attr Field handle
+NO DOC BLOCK: android.provider.Settings.System Field HAPTIC_FEEDBACK_ENABLED
+NO DOC BLOCK: android.view.View Field HAPTIC_FEEDBACK_ENABLED
+NO DOC BLOCK: android.R.attr Field hapticFeedbackEnabled
+NO DOC BLOCK: android.content.res.Configuration Field hardKeyboardHidden
+NO DOC BLOCK: android.content.res.Configuration Field HARDKEYBOARDHIDDEN_NO
+NO DOC BLOCK: android.content.res.Configuration Field HARDKEYBOARDHIDDEN_UNDEFINED
+NO DOC BLOCK: android.content.res.Configuration Field HARDKEYBOARDHIDDEN_YES
+NO DOC BLOCK: android.R.attr Field headerDividersEnabled
+NO DOC BLOCK: android.R.attr Field horizontalGap
+NO DOC BLOCK: android.R.drawable Field ic_btn_speak_now
+NO DOC BLOCK: android.R.attr Field iconPreview
+NO DOC BLOCK: android.R.attr Field imeActionId
+NO DOC BLOCK: android.R.attr Field imeActionLabel
+NO DOC BLOCK: android.R.attr Field imeExtractEnterAnimation
+NO DOC BLOCK: android.R.attr Field imeExtractExitAnimation
+NO DOC BLOCK: android.R.attr Field imeFullscreenBackground
+NO DOC BLOCK: android.R.attr Field imeOptions
+NO DOC BLOCK: android.R.attr Field initialLayout
+NO DOC BLOCK: android.R.attr Field innerRadius
+NO DOC BLOCK: android.widget.PopupWindow Field INPUT_METHOD_FROM_FOCUSABLE
+NO DOC BLOCK: android.widget.PopupWindow Field INPUT_METHOD_NEEDED
+NO DOC BLOCK: android.widget.PopupWindow Field INPUT_METHOD_NOT_NEEDED
+NO DOC BLOCK: android.content.Context Field INPUT_METHOD_SERVICE
+NO DOC BLOCK: android.R.id Field inputArea
+NO DOC BLOCK: android.R.id Field inputExtractEditText
+NO DOC BLOCK: android.R.attr Field inputType
+NO DOC BLOCK: android.content.pm.PackageManager Field INSTALL_FAILED_CONFLICTING_PROVIDER
+NO DOC BLOCK: android.provider.MediaStore Field INTENT_ACTION_MEDIA_SEARCH
+NO DOC BLOCK: android.provider.MediaStore Field INTENT_ACTION_STILL_IMAGE_CAMERA
+NO DOC BLOCK: android.provider.MediaStore Field INTENT_ACTION_VIDEO_CAMERA
+NO DOC BLOCK: android.app.AlarmManager Field INTERVAL_DAY
+NO DOC BLOCK: android.app.AlarmManager Field INTERVAL_FIFTEEN_MINUTES
+NO DOC BLOCK: android.app.AlarmManager Field INTERVAL_HALF_DAY
+NO DOC BLOCK: android.app.AlarmManager Field INTERVAL_HALF_HOUR
+NO DOC BLOCK: android.app.AlarmManager Field INTERVAL_HOUR
+NO DOC BLOCK: android.R.attr Field isDefault
+NO DOC BLOCK: android.R.attr Field isModifier
+NO DOC BLOCK: android.R.attr Field isRepeatable
+NO DOC BLOCK: android.R.attr Field isScrollContainer
+NO DOC BLOCK: android.R.attr Field isSticky
+NO DOC BLOCK: android.location.LocationManager Field KEY_LOCATION_CHANGED
+NO DOC BLOCK: android.location.LocationManager Field KEY_PROVIDER_ENABLED
+NO DOC BLOCK: android.location.LocationManager Field KEY_STATUS_CHANGED
+NO DOC BLOCK: android.R.attr Field keyBackground
+NO DOC BLOCK: android.R.attr Field keyboardMode
+NO DOC BLOCK: android.R.id Field keyboardView
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_FAST_FORWARD
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_NEXT
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_PLAY_PAUSE
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_PREVIOUS
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_REWIND
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MEDIA_STOP
+NO DOC BLOCK: android.view.KeyEvent Field KEYCODE_MUTE
+NO DOC BLOCK: android.R.attr Field keyEdgeFlags
+NO DOC BLOCK: android.R.attr Field keyHeight
+NO DOC BLOCK: android.R.attr Field keyIcon
+NO DOC BLOCK: android.R.attr Field keyLabel
+NO DOC BLOCK: android.R.attr Field keyOutputText
+NO DOC BLOCK: android.R.attr Field keyPreviewHeight
+NO DOC BLOCK: android.R.attr Field keyPreviewLayout
+NO DOC BLOCK: android.R.attr Field keyPreviewOffset
+NO DOC BLOCK: android.R.attr Field keyTextColor
+NO DOC BLOCK: android.R.attr Field keyTextSize
+NO DOC BLOCK: android.R.attr Field keyWidth
+NO DOC BLOCK: android.R.attr Field labelTextSize
+NO DOC BLOCK: android.provider.Settings.System Field LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED
+NO DOC BLOCK: android.os.Environment Field MEDIA_CHECKING
+NO DOC BLOCK: android.media.MediaPlayer Field MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK
+NO DOC BLOCK: android.media.MediaPlayer Field MEDIA_INFO_BAD_INTERLEAVING
+NO DOC BLOCK: android.media.MediaPlayer Field MEDIA_INFO_NOT_SEEKABLE
+NO DOC BLOCK: android.media.MediaPlayer Field MEDIA_INFO_UNKNOWN
+NO DOC BLOCK: android.media.MediaPlayer Field MEDIA_INFO_VIDEO_TRACK_LAGGING
+NO DOC BLOCK: android.os.Environment Field MEDIA_NOFS
+NO DOC BLOCK: android.media.MediaRecorder Field MEDIA_RECORDER_ERROR_UNKNOWN
+NO DOC BLOCK: android.media.MediaRecorder Field MEDIA_RECORDER_INFO_MAX_DURATION_REACHED
+NO DOC BLOCK: android.media.MediaRecorder Field MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED
+NO DOC BLOCK: android.media.MediaRecorder Field MEDIA_RECORDER_INFO_UNKNOWN
+NO DOC BLOCK: android.os.ParcelFileDescriptor Field MODE_APPEND
+NO DOC BLOCK: android.Manifest.permission Field MOUNT_FORMAT_FILESYSTEMS
+NO DOC BLOCK: android.text.style.DynamicDrawableSpan Field mVerticalAlignment
+NO DOC BLOCK: android.R.attr Field noHistory
+NO DOC BLOCK: android.provider.MediaStore.Audio.AlbumColumns Field NUMBER_OF_SONGS_FOR_ARTIST
+NO DOC BLOCK: android.R.id Field paste
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field PHONETIC_NAME
+NO DOC BLOCK: android.provider.Contacts.PeopleColumns Field PHONETIC_NAME
+NO DOC BLOCK: android.R.attr Field popupCharacters
+NO DOC BLOCK: android.R.attr Field popupKeyboard
+NO DOC BLOCK: android.R.attr Field popupLayout
+NO DOC BLOCK: android.R.attr Field privateImeOptions
+NO DOC BLOCK: android.media.MediaRecorder.OutputFormat Field RAW_AMR
+NO DOC BLOCK: android.R.attr Field reqFiveWayNav
+NO DOC BLOCK: android.R.attr Field reqHardKeyboard
+NO DOC BLOCK: android.R.attr Field reqKeyboardType
+NO DOC BLOCK: android.R.attr Field reqNavigation
+NO DOC BLOCK: android.R.attr Field reqTouchScreen
+NO DOC BLOCK: android.media.AudioManager Field ROUTE_BLUETOOTH_A2DP
+NO DOC BLOCK: android.media.AudioManager Field ROUTE_BLUETOOTH_SCO
+NO DOC BLOCK: android.R.attr Field rowEdgeFlags
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SCREEN_BRIGHTNESS_CHANGED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SCREEN_ORIENTATION_CHANGED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field screenBrightness
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field screenOrientation
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field SECONDARY_EMAIL
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field SECONDARY_EMAIL_TYPE
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field SECONDARY_PHONE
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field SECONDARY_PHONE_TYPE
+NO DOC BLOCK: android.R.id Field selectAll
+NO DOC BLOCK: android.R.attr Field settingsActivity
+NO DOC BLOCK: android.content.pm.PackageInfo Field sharedUserId
+NO DOC BLOCK: android.R.attr Field sharedUserLabel
+NO DOC BLOCK: android.content.pm.PackageInfo Field sharedUserLabel
+NO DOC BLOCK: android.provider.Contacts.Intents Field SHOW_OR_CREATE_CONTACT
+NO DOC BLOCK: android.R.attr Field smoothScrollbar
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_ADJUST_PAN
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_ADJUST_RESIZE
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_ADJUST_UNSPECIFIED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_IS_FORWARD_NAVIGATION
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_MASK_ADJUST
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_MASK_STATE
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_MODE_CHANGED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_ALWAYS_HIDDEN
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_ALWAYS_VISIBLE
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_HIDDEN
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_UNCHANGED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_UNSPECIFIED
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field SOFT_INPUT_STATE_VISIBLE
+NO DOC BLOCK: android.content.pm.ActivityInfo Field softInputMode
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field softInputMode
+NO DOC BLOCK: android.text.Spanned Field SPAN_COMPOSING
+NO DOC BLOCK: android.text.Spanned Field SPAN_INTERMEDIATE
+NO DOC BLOCK: android.text.Spanned Field SPAN_POINT_MARK_MASK
+NO DOC BLOCK: android.R.id Field startSelectingText
+NO DOC BLOCK: android.R.attr Field state_long_pressable
+NO DOC BLOCK: android.R.id Field stopSelectingText
+NO DOC BLOCK: android.media.AudioManager Field STREAM_NOTIFICATION
+NO DOC BLOCK: android.widget.GridView Field STRETCH_SPACING_UNIFORM
+NO DOC BLOCK: android.R.id Field switchInputMethod
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field TERTIARY_EMAIL
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field TERTIARY_EMAIL_TYPE
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field TERTIARY_PHONE
+NO DOC BLOCK: android.provider.Contacts.Intents.Insert Field TERTIARY_PHONE_TYPE
+NO DOC BLOCK: android.R.style Field Theme_InputMethod
+NO DOC BLOCK: android.R.style Field Theme_Light_Panel
+NO DOC BLOCK: android.R.style Field Theme_NoDisplay
+NO DOC BLOCK: android.R.style Field Theme_Panel
+NO DOC BLOCK: android.R.attr Field thickness
+NO DOC BLOCK: android.R.drawable Field title_bar_tall
+NO DOC BLOCK: android.R.attr Field topOffset
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field TYPE_APPLICATION_ATTACHED_DIALOG
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field TYPE_INPUT_METHOD
+NO DOC BLOCK: android.view.WindowManager.LayoutParams Field TYPE_INPUT_METHOD_DIALOG
+NO DOC BLOCK: android.content.res.AssetFileDescriptor Field UNKNOWN_LENGTH
+NO DOC BLOCK: android.Manifest.permission Field UPDATE_DEVICE_STATS
+NO DOC BLOCK: android.R.attr Field updatePeriodMillis
+NO DOC BLOCK: android.R.attr Field verticalCorrection
+NO DOC BLOCK: android.R.attr Field verticalGap
+NO DOC BLOCK: android.R.string Field VideoView_error_text_invalid_progressive_playback
+NO DOC BLOCK: android.R.attr Field voiceLanguage
+NO DOC BLOCK: android.R.attr Field voiceLanguageModel
+NO DOC BLOCK: android.R.attr Field voiceMaxResults
+NO DOC BLOCK: android.R.attr Field voicePromptText
+NO DOC BLOCK: android.R.attr Field voiceSearchMode
+NO DOC BLOCK: android.provider.Settings.System Field VOLUME_NOTIFICATION
+NO DOC BLOCK: android.R.style Field Widget_KeyboardView
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_MAX_DHCP_RETRY_COUNT
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS
+NO DOC BLOCK: android.net.wifi.WifiManager Field WIFI_MODE_FULL
+NO DOC BLOCK: android.net.wifi.WifiManager Field WIFI_MODE_SCAN_ONLY
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_SLEEP_POLICY
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_SLEEP_POLICY_DEFAULT
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_SLEEP_POLICY_NEVER
+NO DOC BLOCK: android.provider.Settings.System Field WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED
+NO DOC BLOCK: android.R.attr Field windowDisablePreview
+NO DOC BLOCK: android.R.attr Field windowNoDisplay
+NO DOC BLOCK: android.R.attr Field windowSoftInputMode
+NO DOC BLOCK: android.Manifest.permission Field WRITE_SECURE_SETTINGS
diff --git a/docs/html/sdk/api_diff/3/stylesheet-jdiff.css b/docs/html/sdk/api_diff/3/stylesheet-jdiff.css
index abc4dd5..edafaa3 100644
--- a/docs/html/sdk/api_diff/3/stylesheet-jdiff.css
+++ b/docs/html/sdk/api_diff/3/stylesheet-jdiff.css
@@ -3,7 +3,6 @@
div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
table.diffspectable {border:1px;padding:0px;margin:0px;}
-table.jdiffIndex {margin-bottom:.5em;}
.diffspechead {background-color:#eee;}
.diffspectable tr {border:0px;padding:0px;}
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
@@ -30,9 +29,16 @@
}
.hiddenlink {
font-size:96%;
-/* line-height:.8em; */
+ line-height:.8em;
text-decoration:none;}
a {
text-decoration:none;}
a:hover {
text-decoration:underline;}
+.indexBox {
+ border: 1px solid red;
+ margin:1em 0 0 0;}
+.letterIndexHead {
+ font-size: 1.5em;font-weight:9;
+ margin:0 0 0em 0;
+ border: 1px solid red;}
diff --git a/docs/html/sdk/api_diff/3/user_comments_for_2_to_3.xml b/docs/html/sdk/api_diff/3/user_comments_for_2_to_3.xml
new file mode 100644
index 0000000..04577e7
--- /dev/null
+++ b/docs/html/sdk/api_diff/3/user_comments_for_2_to_3.xml
@@ -0,0 +1,6931 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
+<comments
+ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+ xsi:noNamespaceSchemaLocation='comments.xsd'
+ name="2_to_3"
+ jdversion="1.1.0">
+
+<!-- Use this file to enter an API change description. For example, when you remove a class,
+ you can enter a comment for that class that points developers to the replacement class.
+ You can also provide a change summary for modified API, to give an overview of the changes
+ why they were made, workarounds, etc. -->
+
+<!-- When the API diffs report is generated, the comments in this file get added to the tables of
+ removed, added, and modified packages, classes, methods, and fields. This file does not ship
+ with the final report. -->
+
+<!-- The id attribute in an identifier element identifies the change as noted in the report.
+ An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional
+ text. A comment element can have multiple identifier elements, which will will cause the same
+ text to appear at each place in the report, but will be converted to separate comments when the
+ comments file is used. -->
+
+<!-- HTML tags in the text field will appear in the report. You also need to close p HTML elements,
+ used for paragraphs - see the top-level documentation. -->
+
+<!-- You can include standard javadoc links in your change descriptions. You can use the @first command
+ to cause jdiff to include the first line of the API documentation. You also need to close p HTML
+ elements, used for paragraphs - see the top-level documentation. -->
+
+<comment>
+ <identifier id="android"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission.BIND_APPWIDGET"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission.BIND_INPUT_METHOD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission.MOUNT_FORMAT_FILESYSTEMS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission.UPDATE_DEVICE_STATS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.Manifest.permission.WRITE_SECURE_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.allowSingleTap"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.animateOnClick"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.autoText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.backgroundDimEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.bottomOffset"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.candidatesTextStyleSpans"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.capitalize"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.codes"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.configure"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.content"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.dropDownAnchor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.dropDownWidth"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.editable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.editorExtras"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.enabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.fastScrollEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.fillEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.footerDividersEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.handle"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.hapticFeedbackEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.headerDividersEnabled"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.horizontalGap"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.iconPreview"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeActionId"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeActionLabel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeExtractEnterAnimation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeExtractExitAnimation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeFullscreenBackground"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.imeOptions"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.initialLayout"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.innerRadius"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.inputMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.inputType"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.isDefault"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.isModifier"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.isRepeatable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.isScrollContainer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.isSticky"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyBackground"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyEdgeFlags"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyHeight"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyIcon"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyLabel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyOutputText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyPreviewHeight"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyPreviewLayout"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyPreviewOffset"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyTextColor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyTextSize"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyWidth"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.keyboardMode"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.labelTextSize"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.noHistory"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.numeric"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.password"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.phoneNumber"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.popupCharacters"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.popupKeyboard"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.popupLayout"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.privateImeOptions"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.reqFiveWayNav"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.reqHardKeyboard"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.reqKeyboardType"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.reqNavigation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.reqTouchScreen"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.rowEdgeFlags"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.searchButtonText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.settingsActivity"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.sharedUserLabel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.singleLine"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.smoothScrollbar"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.state_long_pressable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.thickness"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.topOffset"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.updatePeriodMillis"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.verticalCorrection"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.verticalGap"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.voiceLanguage"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.voiceLanguageModel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.voiceMaxResults"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.voicePromptText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.voiceSearchMode"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.windowDisablePreview"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.windowNoDisplay"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.windowSoftInputMode"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.bool"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.drawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.drawable.dark_header"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.drawable.ic_btn_speak_now"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.drawable.title_bar_tall"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.addToDictionary"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.candidatesArea"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.closeButton"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.copy"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.copyUrl"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.cut"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.extractArea"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.inputArea"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.inputExtractEditText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.keyboardView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.paste"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.selectAll"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.startSelectingText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.stopSelectingText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.id.switchInputMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.integer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.string"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.string.VideoView_error_text_invalid_progressive_playback"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.string.dialog_alert_title"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style.Theme_InputMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style.Theme_Light_Panel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style.Theme_NoDisplay"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style.Theme_Panel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.style.Widget_KeyboardView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity.closeContextMenu_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity.hasWindowFocus_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity.onUserInteraction_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity.onUserLeaveHint_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Activity.setVisible_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.ActivityManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.ActivityManager.RunningAppProcessInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.ActivityManager.getDeviceConfigurationInfo_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.ActivityManager.getRunningAppProcesses_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.ActivityManager.restartPackage_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.INTERVAL_DAY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.INTERVAL_FIFTEEN_MINUTES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.INTERVAL_HALF_DAY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.INTERVAL_HALF_HOUR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.INTERVAL_HOUR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlarmManager.setInexactRepeating_added(int, long, long, android.app.PendingIntent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.getButton_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.getListView_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton2_changed(java.lang.CharSequence, android.os.Message)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton3_changed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton3_changed(java.lang.CharSequence, android.os.Message)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_added(int, java.lang.CharSequence, android.os.Message)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_added(java.lang.CharSequence, android.os.Message)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.content.DialogInterface.OnClickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setButton_removed(java.lang.CharSequence, android.os.Message)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.AlertDialog.setView_added(android.view.View, int, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Instrumentation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.Instrumentation.callActivityOnUserLeaving_added(android.app.Activity)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.IntentService"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity.IconResizer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity.ListItem"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity.getTargetIntent_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity.intentForPosition_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.LauncherActivity.makeListItems_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.PendingIntent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.app.PendingIntent.FLAG_UPDATE_CURRENT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.appwidget"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.BroadcastReceiver"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.BroadcastReceiver.peekService_added(android.content.Context, android.content.Intent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.ContentProvider"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.ContentProvider.openAssetFile_added(android.net.Uri, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.ContentResolver"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.ContentResolver.openAssetFileDescriptor_added(android.net.Uri, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.ContentResolver.openOutputStream_added(android.net.Uri, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Context"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Context.INPUT_METHOD_SERVICE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON1"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON2"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON3"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON_NEGATIVE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON_NEUTRAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.DialogInterface.BUTTON_POSITIVE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_INPUT_METHOD_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_MEDIA_CHECKING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_MEDIA_NOFS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_PACKAGE_DATA_CLEARED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_PACKAGE_REPLACED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_SEARCH_LONG_PRESS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_SYSTEM_TUTORIAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.ACTION_USER_PRESENT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.CATEGORY_GADGET"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.CATEGORY_INFO"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.EXTRA_DATA_REMOVED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.EXTRA_REPLACING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.FLAG_ACTIVITY_NO_USER_ACTION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.FLAG_ACTIVITY_REORDER_TO_FRONT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.replaceExtras_added(android.content.Intent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.Intent.replaceExtras_added(android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.ActivityInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.ActivityInfo.FLAG_NO_HISTORY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.ActivityInfo.softInputMode"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.ConfigurationInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageInfo.configPreferences"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageInfo.sharedUserId"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageInfo.sharedUserLabel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.GET_CONFIGURATIONS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.GET_UNINSTALLED_PACKAGES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.INSTALL_FAILED_CONFLICTING_PROVIDER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.getLaunchIntentForPackage_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.getSystemSharedLibraryNames_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.pm.PackageManager.isSafeMode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.AutoCloseInputStream"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.AutoCloseOutputStream"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.CREATOR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.UNKNOWN_LENGTH"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.createInputStream_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.createOutputStream_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.getDeclaredLength_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.AssetFileDescriptor.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Configuration"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Configuration.HARDKEYBOARDHIDDEN_NO"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Configuration.HARDKEYBOARDHIDDEN_UNDEFINED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Configuration.HARDKEYBOARDHIDDEN_YES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Configuration.hardKeyboardHidden"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources.getBoolean_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources.getFraction_added(int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources.openRawResource_added(int, android.util.TypedValue)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources.parseBundleExtra_added(java.lang.String, android.util.AttributeSet, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.Resources.parseBundleExtras_added(android.content.res.XmlResourceParser, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.TypedArray"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.content.res.TypedArray.getLayoutDimension_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.Cursor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.Cursor.getColumnIndex_changed(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.CursorWrapper"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.CursorWrapper.getColumnIndex_changed(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.DatabaseUtils"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.DatabaseUtils.appendEscapedSQLString_changed(java.lang.StringBuilder, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.sqlite"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.sqlite.SQLiteDatabase"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.sqlite.SQLiteDatabase.yieldIfContendedSafely_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.database.sqlite.SQLiteDatabase.yieldIfContended_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Bitmap"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Bitmap.copyPixelsFromBuffer_added(java.nio.Buffer)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Canvas"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Canvas.drawBitmap_added(int[], int, int, float, float, int, int, boolean, android.graphics.Paint)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Rect"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.Rect.toShortString_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.RectF"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.RectF.CREATOR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.RectF.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.RectF.readFromParcel_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.RectF.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.Drawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.Drawable.mutate_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.RotateDrawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.RotateDrawable.getDrawable_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.ScaleDrawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.ScaleDrawable.getDrawable_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.TransitionDrawable"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.TransitionDrawable.ctor_added(android.graphics.drawable.Drawable[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.shapes"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.shapes.Shape"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.graphics.drawable.shapes.Shape.clone_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.Camera"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.Camera.setOneShotPreviewCallback_added(android.hardware.Camera.PreviewCallback)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.Camera.setPreviewDisplay_changed(android.view.SurfaceHolder)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.GeomagneticField"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.Sensor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorEvent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorEventListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_MINUS_X"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_MINUS_Y"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_MINUS_Z"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_X"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_Y"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.AXIS_Z"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.DATA_X"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.DATA_Y"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.DATA_Z"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.LIGHT_NO_MOON"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.RAW_DATA_INDEX"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.RAW_DATA_X"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.RAW_DATA_Y"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.RAW_DATA_Z"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_ACCELEROMETER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_ALL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_LIGHT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_MAGNETIC_FIELD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_MAX"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_MIN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_ORIENTATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_ORIENTATION_RAW"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_PROXIMITY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_TEMPERATURE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.SENSOR_TRICORDER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getDefaultSensor_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getInclination_added(float[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getOrientation_added(float[], float[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getRotationMatrix_added(float[], float[], float[], float[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getSensorList_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.getSensors_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.registerListener_added(android.hardware.SensorEventListener, android.hardware.Sensor, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.registerListener_added(android.hardware.SensorEventListener, android.hardware.Sensor, int, android.os.Handler)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.registerListener_changed(android.hardware.SensorListener, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.registerListener_changed(android.hardware.SensorListener, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.remapCoordinateSystem_added(float[], int, int, float[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.unregisterListener_added(android.hardware.SensorEventListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.unregisterListener_added(android.hardware.SensorEventListener, android.hardware.Sensor)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.unregisterListener_changed(android.hardware.SensorListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.hardware.SensorManager.unregisterListener_changed(android.hardware.SensorListener, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.inputmethodservice"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.GpsSatellite"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.GpsStatus"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.GpsStatus.Listener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.Location"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.Location.dump_added(android.util.Printer, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.KEY_LOCATION_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.KEY_PROVIDER_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.KEY_STATUS_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.addGpsStatusListener_added(android.location.GpsStatus.Listener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.addTestProvider_added(java.lang.String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.clearTestProviderEnabled_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.clearTestProviderLocation_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.clearTestProviderStatus_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.getGpsStatus_added(android.location.GpsStatus)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.removeGpsStatusListener_added(android.location.GpsStatus.Listener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.removeTestProvider_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.removeUpdates_added(android.app.PendingIntent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.requestLocationUpdates_added(java.lang.String, long, float, android.app.PendingIntent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.sendExtraCommand_added(java.lang.String, java.lang.String, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.setTestProviderEnabled_added(java.lang.String, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.setTestProviderLocation_added(java.lang.String, android.location.Location)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.location.LocationManager.setTestProviderStatus_added(java.lang.String, int, android.os.Bundle, long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioFormat"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.ACTION_AUDIO_BECOMING_NOISY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.FX_KEYPRESS_DELETE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.FX_KEYPRESS_RETURN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.FX_KEYPRESS_SPACEBAR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.FX_KEYPRESS_STANDARD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.NUM_STREAMS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.ROUTE_BLUETOOTH"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.ROUTE_BLUETOOTH_A2DP"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.ROUTE_BLUETOOTH_SCO"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.STREAM_NOTIFICATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.isBluetoothA2dpOn_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.playSoundEffect_added(int, float)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioManager.setBluetoothA2dpOn_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioRecord"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioRecord.OnRecordPositionUpdateListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioTrack"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.AudioTrack.OnPlaybackPositionUpdateListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.JetPlayer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.JetPlayer.OnJetEventListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.MEDIA_ERROR_NOT_VALID_FOR_PROGRESSIVE_PLAYBACK"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.MEDIA_INFO_BAD_INTERLEAVING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.MEDIA_INFO_NOT_SEEKABLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.MEDIA_INFO_UNKNOWN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.MEDIA_INFO_VIDEO_TRACK_LAGGING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.OnInfoListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.OnVideoSizeChangedListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.isLooping_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.setOnInfoListener_added(android.media.MediaPlayer.OnInfoListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaPlayer.setOnVideoSizeChangedListener_added(android.media.MediaPlayer.OnVideoSizeChangedListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.MEDIA_RECORDER_ERROR_UNKNOWN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.MEDIA_RECORDER_INFO_MAX_DURATION_REACHED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.MEDIA_RECORDER_INFO_UNKNOWN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.OnErrorListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.OnInfoListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.OutputFormat"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.OutputFormat.RAW_AMR"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.VideoEncoder"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.VideoSource"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.prepare_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setCamera_added(android.hardware.Camera)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setMaxDuration_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setMaxFileSize_added(long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setOnErrorListener_added(android.media.MediaRecorder.OnErrorListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setOnInfoListener_added(android.media.MediaRecorder.OnInfoListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setOutputFile_added(java.io.FileDescriptor)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setVideoEncoder_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setVideoFrameRate_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setVideoSize_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.MediaRecorder.setVideoSource_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.RingtoneManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.RingtoneManager.inferStreamType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.SoundPool"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.SoundPool.load_added(android.content.res.AssetFileDescriptor, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.media.SoundPool.load_added(java.io.FileDescriptor, long, long, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.ConnectivityManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.ConnectivityManager.ACTION_BACKGROUND_DATA_SETTING_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.ConnectivityManager.getBackgroundDataSetting_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.NetworkInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.NetworkInfo.ctor_removed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.NetworkInfo.getSubtypeName_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.NetworkInfo.getSubtype_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.NetworkInfo.isRoaming_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.wifi"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.wifi.WifiManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.wifi.WifiManager.WIFI_MODE_FULL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.wifi.WifiManager.WIFI_MODE_SCAN_ONLY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.net.wifi.WifiManager.createWifiLock_added(int, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl.GLSurfaceView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl.GLSurfaceView.EGLConfigChooser"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl.GLSurfaceView.GLWrapper"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl.GLSurfaceView.Renderer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.opengl.Visibility"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.AsyncTask"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.AsyncTask.Status"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Binder"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Binder.dump_added(java.io.FileDescriptor, java.lang.String[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Build"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Build.DISPLAY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Debug"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Debug.changeDebugPort_changed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Debug.dumpHprofData_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Environment"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Environment.MEDIA_CHECKING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Environment.MEDIA_NOFS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Handler"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Handler.Callback"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Handler.ctor_added(android.os.Handler.Callback)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Handler.ctor_added(android.os.Looper, android.os.Handler.Callback)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.IBinder"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.IBinder.dump_added(java.io.FileDescriptor, java.lang.String[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Looper"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Looper.getThread_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Parcel"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Parcel.readHashMap_changed(java.lang.ClassLoader)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Parcel.readMap_changed(java.util.Map, java.lang.ClassLoader)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Parcel.writeMap_changed(java.util.Map)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.ParcelFileDescriptor"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.ParcelFileDescriptor.MODE_APPEND"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.ParcelFileDescriptor.getStatSize_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.ResultReceiver"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.preference"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.preference.DialogPreference"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.preference.DialogPreference.getDialog_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Browser"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Browser.EXTRA_APPLICATION_ID"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.EXTRA_CREATE_DESCRIPTION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.EXTRA_FORCE_CREATE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.PHONETIC_NAME"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.SECONDARY_EMAIL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.SECONDARY_EMAIL_TYPE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.SECONDARY_PHONE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.SECONDARY_PHONE_TYPE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.TERTIARY_EMAIL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.TERTIARY_EMAIL_TYPE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.TERTIARY_PHONE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.Insert.TERTIARY_PHONE_TYPE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.Intents.SHOW_OR_CREATE_CONTACT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.PeopleColumns"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Contacts.PeopleColumns.PHONETIC_NAME"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.LiveFolders"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.ACTION_IMAGE_CAPTURE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.ACTION_VIDEO_CAPTURE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Audio.AlbumColumns"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Audio.AlbumColumns.NUMBER_OF_SONGS_FOR_ARTIST"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Audio.Media"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Audio.Media.EXTRA_MAX_BYTES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_FINISH_ON_COMPLETION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_MEDIA_ALBUM"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_MEDIA_ARTIST"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_MEDIA_FOCUS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_MEDIA_TITLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_OUTPUT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_SCREEN_ORIENTATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.EXTRA_VIDEO_QUALITY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.INTENT_ACTION_MEDIA_SEARCH"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.INTENT_ACTION_VIDEO_CAMERA"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Images.Media"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Images.Media.DEFAULT_SORT_ORDER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video.DEFAULT_SORT_ORDER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video.VideoColumns"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video.VideoColumns.BOOKMARK"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video.VideoColumns.BUCKET_DISPLAY_NAME"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.MediaStore.Video.VideoColumns.BUCKET_ID"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_AIRPLANE_MODE_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_APPLICATION_DEVELOPMENT_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_DATA_ROAMING_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_INPUT_METHOD_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_INTERNAL_STORAGE_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_MANAGE_APPLICATIONS_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_MEMORY_CARD_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_NETWORK_OPERATOR_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_QUICK_LAUNCH_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_SYNC_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_USER_DICTIONARY_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.ACTION_WIFI_IP_SETTINGS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.Secure"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.ACCELEROMETER_ROTATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.ADB_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.ANDROID_ID"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.BLUETOOTH_ON"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.DATA_ROAMING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.DEVICE_PROVISIONED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.HAPTIC_FEEDBACK_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.HTTP_PROXY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.INSTALL_NON_MARKET_APPS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.LOCATION_PROVIDERS_ALLOWED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.LOCK_PATTERN_TACTILE_FEEDBACK_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.LOGGING_ID"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.NETWORK_PREFERENCE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.PARENTAL_CONTROL_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.PARENTAL_CONTROL_LAST_UPDATE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.PARENTAL_CONTROL_REDIRECT_URL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.SETTINGS_CLASSNAME"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.USB_MASS_STORAGE_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.USE_GOOGLE_MAIL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.VOLUME_NOTIFICATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_MAX_DHCP_RETRY_COUNT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_NOTIFICATION_ON"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_NUM_OPEN_NETWORKS_KEPT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_ON"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_SLEEP_POLICY"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_SLEEP_POLICY_DEFAULT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_SLEEP_POLICY_NEVER_WHILE_PLUGGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_ACCEPTABLE_PACKET_LOSS_PERCENTAGE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_AP_COUNT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_DELAY_MS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_BACKGROUND_CHECK_TIMEOUT_MS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_INITIAL_IGNORED_PING_COUNT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_MAX_AP_CHECKS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_ON"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_PING_COUNT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_PING_DELAY_MS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.WIFI_WATCHDOG_PING_TIMEOUT_MS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.getLong_added(android.content.ContentResolver, java.lang.String, long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.Settings.System.putLong_added(android.content.ContentResolver, java.lang.String, long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.UserDictionary"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.provider.UserDictionary.Words"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.speech"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.NeighboringCellInfo"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.PhoneNumberUtils"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.PhoneNumberUtils.FORMAT_JAPAN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.PhoneNumberUtils.formatJapaneseNumber_added(android.text.Editable)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.ACTION_PHONE_STATE_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.EXTRA_INCOMING_NUMBER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.EXTRA_STATE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.EXTRA_STATE_IDLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.EXTRA_STATE_OFFHOOK"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.EXTRA_STATE_RINGING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.getNeighboringCellInfo_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.gsm"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.gsm.SmsMessage"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.gsm.SmsMessage.calculateLength_added(java.lang.CharSequence, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.ActivityInstrumentationTestCase"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.ActivityInstrumentationTestCase2"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.InstrumentationTestCase"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.InstrumentationTestCase.launchActivityWithIntent_added(java.lang.String, java.lang.Class<T>, android.content.Intent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.InstrumentationTestCase.runTestOnUiThread_added(java.lang.Runnable)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.ProviderTestCase"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.ProviderTestCase2"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragQuarterScreenDown_added(android.test.InstrumentationTestCase, android.app.Activity)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragQuarterScreenDown_changed(android.test.ActivityInstrumentationTestCase)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragQuarterScreenUp_added(android.test.InstrumentationTestCase, android.app.Activity)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragQuarterScreenUp_changed(android.test.ActivityInstrumentationTestCase)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewBy_added(android.test.InstrumentationTestCase, android.view.View, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewBy_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToBottom_added(android.test.ActivityInstrumentationTestCase, android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToBottom_removed(android.test.ActivityInstrumentationTestCase, android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToTop_added(android.test.InstrumentationTestCase, android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToX_added(android.test.InstrumentationTestCase, android.view.View, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToX_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToY_added(android.test.InstrumentationTestCase, android.view.View, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewToY_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewTo_added(android.test.InstrumentationTestCase, android.view.View, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.dragViewTo_changed(android.test.ActivityInstrumentationTestCase, android.view.View, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.drag_added(android.test.InstrumentationTestCase, float, float, float, float, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.drag_changed(android.test.ActivityInstrumentationTestCase, float, float, float, float, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.longClickView_added(android.test.InstrumentationTestCase, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.longClickView_changed(android.test.ActivityInstrumentationTestCase, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.scrollToBottom_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.scrollToBottom_changed(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.scrollToTop_added(android.test.InstrumentationTestCase, android.app.Activity, android.view.ViewGroup)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.TouchUtils.scrollToTop_changed(android.test.ActivityInstrumentationTestCase, android.view.ViewGroup)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.mock"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.mock.MockPackageManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.mock.MockPackageManager.getLaunchIntentForPackage_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.mock.MockPackageManager.getSystemSharedLibraryNames_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.mock.MockPackageManager.isSafeMode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.suitebuilder"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.suitebuilder.TestMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.suitebuilder.TestMethod.ctor_added(java.lang.String, java.lang.Class<? extends junit.framework.TestCase>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.test.suitebuilder.TestMethod.ctor_added(junit.framework.TestCase)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Annotation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Annotation.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Annotation.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Annotation.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Annotation.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.AutoText"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.AutoText.getSize_added(android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.InputType"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.NoCopySpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.NoCopySpan.Concrete"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.ParcelableSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.SpanWatcher"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Spanned"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Spanned.SPAN_COMPOSING"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Spanned.SPAN_INTERMEDIATE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.Spanned.SPAN_POINT_MARK_MASK"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils.CAP_MODE_CHARACTERS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils.CAP_MODE_SENTENCES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils.CAP_MODE_WORDS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils.dumpSpans_added(java.lang.CharSequence, android.util.Printer, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextUtils.getCapsMode_added(java.lang.CharSequence, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.TextWatcher"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.format"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.ArrowKeyMovementMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.ArrowKeyMovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.BaseKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.BaseKeyListener.onKeyOther_added(android.view.View, android.text.Editable, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DateKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DateKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DateTimeKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DateTimeKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DialerKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DialerKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DigitsKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.DigitsKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.KeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.KeyListener.clearMetaKeyState_added(android.view.View, android.text.Editable, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.KeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.KeyListener.onKeyOther_added(android.view.View, android.text.Editable, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.adjustMetaAfterKeypress_added(long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(android.text.Editable, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(android.view.View, android.text.Editable, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.clearMetaKeyState_added(long, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.getMetaState_added(long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.getMetaState_added(long, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.handleKeyDown_added(long, int, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.handleKeyUp_added(long, int, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.isSelectingMetaTracker_added(java.lang.CharSequence, java.lang.Object)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MetaKeyKeyListener.resetLockedMeta_added(long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MovementMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MultiTapKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.MultiTapKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.QwertyKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.QwertyKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.ScrollingMovementMethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.ScrollingMovementMethod.onKeyOther_added(android.widget.TextView, android.text.Spannable, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.TextKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.TextKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.TimeKeyListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.TimeKeyListener.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.Touch"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.Touch.getInitialScrollX_added(android.widget.TextView, android.text.Spannable)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.method.Touch.getInitialScrollY_added(android.widget.TextView, android.text.Spannable)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AbsoluteSizeSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AbsoluteSizeSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AbsoluteSizeSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AbsoluteSizeSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AbsoluteSizeSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AlignmentSpan.Standard"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AlignmentSpan.Standard.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AlignmentSpan.Standard.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AlignmentSpan.Standard.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.AlignmentSpan.Standard.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BackgroundColorSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BackgroundColorSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BackgroundColorSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BackgroundColorSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BackgroundColorSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BulletSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BulletSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BulletSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BulletSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.BulletSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ClickableSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan.ALIGN_BASELINE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan.ALIGN_BOTTOM"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan.ctor_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan.getVerticalAlignment_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.DynamicDrawableSpan.mVerticalAlignment"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ForegroundColorSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ForegroundColorSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ForegroundColorSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ForegroundColorSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ForegroundColorSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan.ctor_added(android.content.Context, android.net.Uri, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan.ctor_added(android.content.Context, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan.ctor_added(android.graphics.Bitmap, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan.ctor_added(android.graphics.drawable.Drawable, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ImageSpan.ctor_added(android.graphics.drawable.Drawable, java.lang.String, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.LeadingMarginSpan.Standard"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.LeadingMarginSpan.Standard.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.LeadingMarginSpan.Standard.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.LeadingMarginSpan.Standard.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.LeadingMarginSpan.Standard.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.MaskFilterSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.QuoteSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.QuoteSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.QuoteSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.QuoteSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.QuoteSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RasterizerSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RelativeSizeSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RelativeSizeSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RelativeSizeSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RelativeSizeSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.RelativeSizeSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ScaleXSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ScaleXSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ScaleXSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ScaleXSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.ScaleXSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StrikethroughSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StrikethroughSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StrikethroughSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StrikethroughSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StrikethroughSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StyleSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StyleSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StyleSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StyleSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.StyleSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SubscriptSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SubscriptSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SubscriptSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SubscriptSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SubscriptSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SuperscriptSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SuperscriptSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SuperscriptSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SuperscriptSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.SuperscriptSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TextAppearanceSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TextAppearanceSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TextAppearanceSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TextAppearanceSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TextAppearanceSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TypefaceSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TypefaceSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TypefaceSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TypefaceSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.TypefaceSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.URLSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.URLSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.URLSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.URLSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.URLSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UnderlineSpan"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UnderlineSpan.ctor_added(android.os.Parcel)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UnderlineSpan.describeContents_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UnderlineSpan.getSpanTypeId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UnderlineSpan.writeToParcel_added(android.os.Parcel, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UpdateAppearance"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.text.style.UpdateLayout"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util.PrintStreamPrinter"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util.SparseIntArray"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util.SparseIntArray.removeAt_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util.TimeUtils"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.util.TimeUtils.getTimeZoneDatabaseVersion_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.OnDoubleTapListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.SimpleOnGestureListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.SimpleOnGestureListener.onDoubleTapEvent_added(android.view.MotionEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.SimpleOnGestureListener.onDoubleTap_added(android.view.MotionEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.SimpleOnGestureListener.onSingleTapConfirmed_added(android.view.MotionEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.ctor_added(android.content.Context, android.view.GestureDetector.OnGestureListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.ctor_added(android.content.Context, android.view.GestureDetector.OnGestureListener, android.os.Handler)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.ctor_changed(android.view.GestureDetector.OnGestureListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.ctor_changed(android.view.GestureDetector.OnGestureListener, android.os.Handler)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.GestureDetector.setOnDoubleTapListener_added(android.view.GestureDetector.OnDoubleTapListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.AXIS_CLIP"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.CLIP_HORIZONTAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.CLIP_VERTICAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.DISPLAY_CLIP_HORIZONTAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.DISPLAY_CLIP_VERTICAL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Gravity.applyDisplay_added(int, android.graphics.Rect, android.graphics.Rect)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.HapticFeedbackConstants"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyCharacterMap"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyCharacterMap.deviceHasKey_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyCharacterMap.deviceHasKeys_added(int[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.FLAG_EDITOR_ACTION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.FLAG_FROM_SYSTEM"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.FLAG_KEEP_TOUCH_MODE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.FLAG_SOFT_KEYBOARD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_FAST_FORWARD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_NEXT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_PLAY_PAUSE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_PREVIOUS"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_REWIND"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MEDIA_STOP"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.KEYCODE_MUTE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.MAX_KEYCODE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.changeAction_added(android.view.KeyEvent, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.changeFlags_added(android.view.KeyEvent, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.changeTimeRepeat_added(android.view.KeyEvent, long, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.ctor_added(android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.ctor_added(long, java.lang.String, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.getCharacters_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.KeyEvent.getMaxKeyCode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Menu"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Menu.close_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Menu.getItem_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.MotionEvent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.MotionEvent.ACTION_OUTSIDE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.OrientationEventListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.OrientationListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.OrientationListener.ctor_added(android.content.Context, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.HAPTIC_FEEDBACK_ENABLED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.checkInputConnectionProxy_added(android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.dispatchKeyEventPreIme_added(android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.getHandler_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.getWindowVisibleDisplayFrame_added(android.graphics.Rect)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.isHapticFeedbackEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.isInEditMode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.onCheckIsTextEditor_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.onCreateInputConnection_added(android.view.inputmethod.EditorInfo)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.onFinishTemporaryDetach_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.onKeyPreIme_added(int, android.view.KeyEvent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.onStartTemporaryDetach_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.performHapticFeedback_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.performHapticFeedback_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.playSoundEffect_changed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.setHapticFeedbackEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.View.setScrollContainer_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.ctor_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getDoubleTapTimeout_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getEdgeSlop_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getFadingEdgeLength_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getMaximumDrawingCacheSize_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getMinimumFlingVelocity_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledDoubleTapSlop_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledEdgeSlop_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledFadingEdgeLength_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledMaximumDrawingCacheSize_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledMinimumFlingVelocity_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledScrollBarSize_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledTouchSlop_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScaledWindowTouchSlop_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getScrollBarSize_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getTouchSlop_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.getWindowTouchSlop_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewConfiguration.get_added(android.content.Context)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewDebug"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewDebug.CapturedViewProperty"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewDebug.dumpCapturedView_added(java.lang.String, java.lang.Object)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewGroup"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewGroup.setStaticTransformationsEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewParent"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewParent.requestChildRectangleOnScreen_added(android.view.View, android.graphics.Rect, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewTreeObserver"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewTreeObserver.OnScrollChangedListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewTreeObserver.addOnScrollChangedListener_added(android.view.ViewTreeObserver.OnScrollChangedListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewTreeObserver.removeOnScrollChangedListener_added(android.view.ViewTreeObserver.OnScrollChangedListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Window"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Window.hasSoftInputMode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Window.setSoftInputMode_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.Window.setWindowAnimations_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SCREEN_BRIGHTNESS_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SCREEN_ORIENTATION_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_ADJUST_UNSPECIFIED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_IS_FORWARD_NAVIGATION"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_ADJUST"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_MASK_STATE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_MODE_CHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_HIDDEN"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_UNCHANGED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_UNSPECIFIED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.TYPE_APPLICATION_ATTACHED_DIALOG"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.TYPE_INPUT_METHOD_DIALOG"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.mayUseInputMethod_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.screenBrightness"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.screenOrientation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.softInputMode"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Animation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Animation.computeDurationHint_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Animation.isFillEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Animation.setFillEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Transformation"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.animation.Transformation.toShortString_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.inputmethod"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.PluginData"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.URLUtil"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.URLUtil.isCookielessProxyUrl_changed(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptHandler"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptHandler.getPluginData_added(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptHandler.service_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptRegistry"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptRegistry.getPluginData_added(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.UrlInterceptRegistry.getSurrogate_changed(java.lang.String, java.util.Map<java.lang.String, java.lang.String>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebHistoryItem"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebHistoryItem.getOriginalUrl_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.getAllowFileAccess_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.getBuiltInZoomControls_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.getUserAgentString_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.getUserAgent_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.setAllowFileAccess_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.setBuiltInZoomControls_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.setUserAgentString_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebSettings.setUserAgent_changed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.clearMatches_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.findAll_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.findNext_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.getOriginalUrl_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.getZoomControls_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.onGlobalFocusChanged_changed(android.view.View, android.view.View)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.restorePicture_added(android.os.Bundle, java.io.File)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.savePicture_added(android.os.Bundle, java.io.File)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.webkit.WebView.setNetworkAvailable_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView.getTextFilter_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView.isFastScrollEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView.isSmoothScrollbarEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView.setFastScrollEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsListView.setSmoothScrollbarEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsSeekBar"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsSeekBar.getKeyProgressIncrement_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsSeekBar.setKeyProgressIncrement_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AbsoluteLayout"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AlphabetIndexer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ArrayAdapter"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ArrayAdapter.sort_added(java.util.Comparator<? super T>)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.clearListSelection_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getDropDownAnchor_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getDropDownWidth_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getItemClickListener_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getItemSelectedListener_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getListSelection_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getOnItemClickListener_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.getOnItemSelectedListener_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.isPerformingCompletion_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.setDropDownAnchor_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.setDropDownWidth_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.AutoCompleteTextView.setListSelection_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Chronometer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Chronometer.OnChronometerTickListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Chronometer.getOnChronometerTickListener_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Chronometer.setOnChronometerTickListener_added(android.widget.Chronometer.OnChronometerTickListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.CursorAdapter"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.CursorAdapter.getCount_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.CursorAdapter.getItemId_changed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.CursorAdapter.getItem_changed(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.CursorAdapter.onContentChanged_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.GridView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.GridView.STRETCH_SPACING_UNIFORM"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.HorizontalScrollView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ListView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ListView.setFooterDividersEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ListView.setHeaderDividersEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.INPUT_METHOD_FROM_FOCUSABLE"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.INPUT_METHOD_NEEDED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.INPUT_METHOD_NOT_NEEDED"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.OnDismissListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.getInputMethodMode_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.getMaxAvailableHeight_added(android.view.View, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.isAboveAnchor_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.isClippingEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.isOutsideTouchable_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.isTouchable_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setClippingEnabled_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setInputMethodMode_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setOutsideTouchable_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setTouchInterceptor_added(android.view.View.OnTouchListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setTouchable_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.setWindowLayoutMode_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.update_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.PopupWindow.update_added(int, int, int, int, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ProgressBar"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ProgressBar.onRestoreInstanceState_changed(android.os.Parcelable)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ProgressBar.onSaveInstanceState_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.ActionException"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.ActionException.ctor_added(java.lang.Exception)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setBitmap_added(int, java.lang.String, android.graphics.Bitmap)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setBoolean_added(int, java.lang.String, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setByte_added(int, java.lang.String, byte)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setCharSequence_added(int, java.lang.String, java.lang.CharSequence)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setChar_added(int, java.lang.String, char)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setDouble_added(int, java.lang.String, double)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setFloat_added(int, java.lang.String, float)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setImageViewBitmap_added(int, android.graphics.Bitmap)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setInt_added(int, java.lang.String, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setLong_added(int, java.lang.String, long)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setOnClickPendingIntent_added(int, android.app.PendingIntent)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setShort_added(int, java.lang.String, short)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setString_added(int, java.lang.String, java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setTextColor_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.RemoteViews.setUri_added(int, java.lang.String, android.net.Uri)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ResourceCursorAdapter"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ResourceCursorAdapter.ctor_added(android.content.Context, int, android.database.Cursor, boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.ResourceCursorAdapter.setViewResource_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Scroller"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Scroller.getStartX_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.Scroller.getStartY_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SectionIndexer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SimpleCursorAdapter"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SimpleCursorAdapter.changeCursorAndColumns_added(android.database.Cursor, java.lang.String[], int[])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SlidingDrawer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SlidingDrawer.OnDrawerCloseListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SlidingDrawer.OnDrawerOpenListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.SlidingDrawer.OnDrawerScrollListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.OnEditorActionListener"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.beginBatchEdit_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.bringPointIntoView_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.clearComposingText_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.didTouchFocusSelect_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.endBatchEdit_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.extractText_added(android.view.inputmethod.ExtractedTextRequest, android.view.inputmethod.ExtractedText)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getEditableText_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getImeActionId_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getImeActionLabel_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getImeOptions_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getInputExtras_added(boolean)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getInputType_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.getPrivateImeOptions_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.isInputMethodTarget_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.moveCursorToVisibleOffset_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onBeginBatchEdit_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onCommitCompletion_added(android.view.inputmethod.CompletionInfo)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onEditorAction_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onEndBatchEdit_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onPrivateIMECommand_added(java.lang.String, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onSelectionChanged_added(int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.onTextContextMenuItem_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setCompoundDrawablesWithIntrinsicBounds_added(int, int, int, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setExtractedText_added(android.view.inputmethod.ExtractedText)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setImeActionLabel_added(java.lang.CharSequence, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setImeOptions_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setInputExtras_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setInputType_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setOnEditorActionListener_added(android.widget.TextView.OnEditorActionListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setPrivateImeOptions_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.widget.TextView.setRawInputType_added(int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.DexClassLoader"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.DexFile"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.DexFile.loadDex_added(java.lang.String, java.lang.String, int)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.VMDebug"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.VMDebug.dumpHprofData_added(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.VMDebug.isDebuggingEnabled_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.DEBUG_ENABLE_ASSERT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.DEBUG_ENABLE_CHECKJNI"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.DEBUG_ENABLE_DEBUGGER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], boolean, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkAndSpecialize_added(int, int, int[], int, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkAndSpecialize_removed(int, int, int[], boolean, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkSystemServer_added(int, int, int[], boolean, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkSystemServer_added(int, int, int[], int, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="dalvik.system.Zygote.forkSystemServer_removed(int, int, int[], boolean, int[][])"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.beans"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Character.UnicodeBlock"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Character.UnicodeBlock.forName_changed(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class.getClasses_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class.getConstructors_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class.getDeclaredClasses_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class.getDeclaredConstructors_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.lang.Class.getInterfaces_changed()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Packer"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Packer.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Packer.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Unpacker"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Unpacker.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.jar.Pack200.Unpacker.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.Level"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.Level.parse_changed(java.lang.String)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.LogManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.LogManager.addPropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.LogManager.getLoggingMXBean_added()"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="java.util.logging.LogManager.removePropertyChangeListener_added(java.beans.PropertyChangeListener)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+
+</comments>
diff --git a/docs/html/sdk/api_diff/4/changes.html b/docs/html/sdk/api_diff/4/changes.html
index 9cfdc24..c9e861b 100644
--- a/docs/html/sdk/api_diff/4/changes.html
+++ b/docs/html/sdk/api_diff/4/changes.html
@@ -4,7 +4,7 @@
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
-<!-- on Wed Sep 02 18:26:54 PDT 2009 -->
+<!-- on Thu Nov 19 19:34:57 PST 2009 -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
@@ -24,22 +24,22 @@
</noscript>
<style type="text/css">
</style>
-</HEAD>
-<FRAMESET COLS="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
+</head>
+<frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
<frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
- <FRAME SRC="changes/jdiff_topleftframe.html" SCROLLING="no" NAME="topleftframe" frameborder="1">
- <FRAME SRC="changes/alldiffs_index_all.html" SCROLLING="auto" NAME="bottomleftframe" frameborder="1">
- </FRAMESET>
- <FRAME SRC="changes/changes-summary.html" SCROLLING="auto" NAME="rightframe" frameborder="1">
-</FRAMESET>
-<NOFRAMES>
-<H2>
+ <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
+ <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
+ </frameset>
+ <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
+</frameset>
+<noframes>
+<h2>
Frame Alert
-</H2>
+</h2>
-<P>
+<p>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
-<BR>
-Link to <A HREF="changes/changes-summary.html" target="_top">Non-frame version.</A>
-</NOFRAMES>
-</HTML>
+<br>
+Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A>
+</noframes>
+</html>
diff --git a/docs/html/sdk/api_diff/4/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/4/changes/alldiffs_index_additions.html
index cb7b0f9..1de6686 100644
--- a/docs/html/sdk/api_diff/4/changes/alldiffs_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/alldiffs_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field ACCESSIBILITY_ENABLED -->
<A NAME="A"></A>
@@ -243,7 +243,7 @@
<!-- Method createMulticastLock -->
<nobr><A HREF="android.net.wifi.WifiManager.html#android.net.wifi.WifiManager.createMulticastLock_added(java.lang.String)" class="hiddenlink" target="rightframe"><b>createMulticastLock</b>
(<code>String</code>)</A></nobr><br>
-<!-- Method decodeResourceStream -->
+<!-- Field DATA_ACTIVITY_DORMANT -->
<A NAME="D"></A>
<br><font size="+2">D</font>
<a href="#A"><font size="-2">A</font></a>
@@ -268,6 +268,9 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
+</nobr><br>
+<!-- Method decodeResourceStream -->
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>decodeResourceStream</b>
(<code>Resources, TypedValue, InputStream, Rect, Options</code>)</A></nobr><br>
<!-- Field density -->
@@ -275,12 +278,12 @@
</nobr><br>
<!-- Field DENSITY_DEFAULT -->
<i>DENSITY_DEFAULT</i><br>
- in
-<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
+<nobr> in
+<A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
</nobr><br>
<!-- Field DENSITY_DEFAULT -->
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<!-- Field DENSITY_HIGH -->
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_HIGH" class="hiddenlink" target="rightframe">DENSITY_HIGH</A>
@@ -293,12 +296,12 @@
</nobr><br>
<!-- Field DENSITY_NONE -->
<i>DENSITY_NONE</i><br>
- in
-<nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
+<nobr> in
+<A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
</nobr><br>
<!-- Field DENSITY_NONE -->
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<!-- Field densityDpi -->
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.densityDpi" class="hiddenlink" target="rightframe">densityDpi</A>
@@ -738,7 +741,7 @@
<!-- Field maxSdkVersion -->
<nobr><A HREF="android.R.attr.html#android.R.attr.maxSdkVersion" class="hiddenlink" target="rightframe">maxSdkVersion</A>
</nobr><br>
-<!-- Constructor NinePatchDrawable -->
+<!-- Field NETWORK_TYPE_1xRTT -->
<A NAME="N"></A>
<br><font size="+2">N</font>
<a href="#A"><font size="-2">A</font></a>
@@ -763,6 +766,18 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_CDMA -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_EVDO_0 -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_EVDO_A -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
+</nobr><br>
+<!-- Constructor NinePatchDrawable -->
<i>NinePatchDrawable</i><br>
<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_added(android.content.res.Resources, android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe"><b>NinePatchDrawable</b>
(<code>Resources, Bitmap, byte[], Rect, String</code>)</A></nobr> constructor<br>
@@ -839,6 +854,9 @@
<!-- Field pathPermissions -->
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.pathPermissions" class="hiddenlink" target="rightframe">pathPermissions</A>
</nobr><br>
+<!-- Field PHONE_TYPE_CDMA -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
+</nobr><br>
<!-- Method prepareToDraw -->
<nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.prepareToDraw_added()" class="hiddenlink" target="rightframe"><b>prepareToDraw</b>
()</A></nobr><br>
@@ -1129,12 +1147,12 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>targetSdkVersion</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
<!-- Field targetSdkVersion -->
- in
-<nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
</nobr><br>
<!-- Field tension -->
<nobr><A HREF="android.R.attr.html#android.R.attr.tension" class="hiddenlink" target="rightframe">tension</A>
diff --git a/docs/html/sdk/api_diff/4/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/4/changes/alldiffs_index_all.html
index 4c52602..e8828f6 100644
--- a/docs/html/sdk/api_diff/4/changes/alldiffs_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/alldiffs_index_all.html
@@ -44,10 +44,10 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
-<!-- Field ACCESSIBILITY_ENABLED -->
+<!-- Class AbstractQueuedSynchronizer -->
<A NAME="A"></A>
<br><font size="+2">A</font>
<a href="#B"><font size="-2">B</font></a>
@@ -74,6 +74,8 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
+<!-- Field ACCESSIBILITY_ENABLED -->
<nobr><A HREF="android.provider.Settings.Secure.html#android.provider.Settings.Secure.ACCESSIBILITY_ENABLED" class="hiddenlink" target="rightframe">ACCESSIBILITY_ENABLED</A>
</nobr><br>
<!-- Field ACCESSIBILITY_SERVICE -->
@@ -364,7 +366,7 @@
<!-- Method createMulticastLock -->
<nobr><A HREF="android.net.wifi.WifiManager.html#android.net.wifi.WifiManager.createMulticastLock_added(java.lang.String)" class="hiddenlink" target="rightframe"><b>createMulticastLock</b>
(<code>String</code>)</A></nobr><br>
-<!-- Class Date -->
+<!-- Field DATA_ACTIVITY_DORMANT -->
<A NAME="D"></A>
<br><font size="+2">D</font>
<a href="#A"><font size="-2">A</font></a>
@@ -391,37 +393,31 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
+</nobr><br>
<!-- Method decodeResourceStream -->
<nobr><A HREF="android.graphics.BitmapFactory.html#android.graphics.BitmapFactory.decodeResourceStream_added(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, android.graphics.Rect, android.graphics.BitmapFactory.Options)" class="hiddenlink" target="rightframe"><b>decodeResourceStream</b>
(<code>Resources, TypedValue, InputStream, Rect, Options</code>)</A></nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
</nobr><br>
<!-- Field density -->
<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.density" class="hiddenlink" target="rightframe">density</A>
</nobr><br>
<!-- Field DENSITY_DEFAULT -->
<i>DENSITY_DEFAULT</i><br>
- in
-<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
+<nobr> in
+<A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
</nobr><br>
<!-- Field DENSITY_DEFAULT -->
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<!-- Field DENSITY_HIGH -->
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_HIGH" class="hiddenlink" target="rightframe">DENSITY_HIGH</A>
@@ -434,12 +430,12 @@
</nobr><br>
<!-- Field DENSITY_NONE -->
<i>DENSITY_NONE</i><br>
- in
-<nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
+<nobr> in
+<A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
</nobr><br>
<!-- Field DENSITY_NONE -->
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<!-- Field densityDpi -->
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.densityDpi" class="hiddenlink" target="rightframe">densityDpi</A>
@@ -1061,13 +1057,62 @@
<!-- Method itemForPosition -->
<nobr><A HREF="android.app.LauncherActivity.html#android.app.LauncherActivity.itemForPosition_added(int)" class="hiddenlink" target="rightframe"><b>itemForPosition</b>
(<code>int</code>)</A></nobr><br>
-<!-- Package java.lang -->
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
+<!-- Package java.util.concurrent -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
+<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
+<!-- Package java.util.concurrent.locks -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
+<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<!-- Class KeyboardView -->
<A NAME="K"></A>
<br><font size="+2">K</font>
@@ -1200,7 +1245,7 @@
<A HREF="android.test.mock.MockContext.html" class="hiddenlink" target="rightframe">MockContext</A><br>
<!-- Class MockPackageManager -->
<A HREF="android.test.mock.MockPackageManager.html" class="hiddenlink" target="rightframe">MockPackageManager</A><br>
-<!-- Class NinePatch -->
+<!-- Field NETWORK_TYPE_1xRTT -->
<A NAME="N"></A>
<br><font size="+2">N</font>
<a href="#A"><font size="-2">A</font></a>
@@ -1227,6 +1272,18 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_CDMA -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_EVDO_0 -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
+</nobr><br>
+<!-- Field NETWORK_TYPE_EVDO_A -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
+</nobr><br>
+<!-- Class NinePatch -->
<A HREF="android.graphics.NinePatch.html" class="hiddenlink" target="rightframe">NinePatch</A><br>
<!-- Class NinePatchDrawable -->
<i>NinePatchDrawable</i><br>
@@ -1327,6 +1384,9 @@
</nobr><br>
<!-- Class PendingIntent -->
<A HREF="android.app.PendingIntent.html" class="hiddenlink" target="rightframe">PendingIntent</A><br>
+<!-- Field PHONE_TYPE_CDMA -->
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
+</nobr><br>
<!-- Class PopupWindow -->
<A HREF="android.widget.PopupWindow.html" class="hiddenlink" target="rightframe">PopupWindow</A><br>
<!-- Method prepareToDraw -->
@@ -1649,24 +1709,6 @@
<!-- Constructor SmsMessage.SubmitPdu -->
<nobr><A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html#android.telephony.gsm.SmsMessage.SubmitPdu.ctor_changed()" class="hiddenlink" target="rightframe">SmsMessage.SubmitPdu
()</A></nobr> constructor<br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Field stat_sys_vp_phone_call -->
<nobr><A HREF="android.R.drawable.html#android.R.drawable.stat_sys_vp_phone_call" class="hiddenlink" target="rightframe">stat_sys_vp_phone_call</A>
</nobr><br>
@@ -1691,24 +1733,6 @@
<!-- Field STORAGE -->
<nobr><A HREF="android.Manifest.permission_group.html#android.Manifest.permission_group.STORAGE" class="hiddenlink" target="rightframe">STORAGE</A>
</nobr><br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Field SUGGEST_COLUMN_INTENT_EXTRA_DATA -->
<nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_DATA" class="hiddenlink" target="rightframe">SUGGEST_COLUMN_INTENT_EXTRA_DATA</A>
</nobr><br>
@@ -1764,13 +1788,15 @@
<A HREF="android.widget.TabWidget.html" class="hiddenlink" target="rightframe">TabWidget</A><br>
<!-- Field targetSdkVersion -->
<i>targetSdkVersion</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
<!-- Field targetSdkVersion -->
- in
-<nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
</nobr><br>
+<!-- Class TelephonyManager -->
+<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
<!-- Field tension -->
<nobr><A HREF="android.R.attr.html#android.R.attr.tension" class="hiddenlink" target="rightframe">tension</A>
</nobr><br>
@@ -1780,6 +1806,8 @@
<!-- Field textColorPrimaryInverseDisableOnly -->
<nobr><A HREF="android.R.attr.html#android.R.attr.textColorPrimaryInverseDisableOnly" class="hiddenlink" target="rightframe">textColorPrimaryInverseDisableOnly</A>
</nobr><br>
+<!-- Class TimeUnit -->
+<A HREF="java.util.concurrent.TimeUnit.html" class="hiddenlink" target="rightframe">TimeUnit</A><br>
<!-- Field TONE_CDMA_ABBR_ALERT -->
<nobr><A HREF="android.media.ToneGenerator.html#android.media.ToneGenerator.TONE_CDMA_ABBR_ALERT" class="hiddenlink" target="rightframe">TONE_CDMA_ABBR_ALERT</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/4/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/4/changes/alldiffs_index_changes.html
index 8b9e697..cce73e0 100644
--- a/docs/html/sdk/api_diff/4/changes/alldiffs_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/alldiffs_index_changes.html
@@ -44,10 +44,10 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
-<!-- Class Activity -->
+<!-- Class AbstractQueuedSynchronizer -->
<A NAME="A"></A>
<br><font size="+2">A</font>
<a href="#B"><font size="-2">B</font></a>
@@ -70,6 +70,8 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
+<!-- Class Activity -->
<A HREF="android.app.Activity.html" class="hiddenlink" target="rightframe">Activity</A><br>
<!-- Class ActivityInfo -->
<A HREF="android.content.pm.ActivityInfo.html" class="hiddenlink" target="rightframe">ActivityInfo</A><br>
@@ -226,7 +228,7 @@
<!-- Method createFromPdu -->
<nobr><A HREF="android.telephony.gsm.SmsMessage.html#android.telephony.gsm.SmsMessage.createFromPdu_changed(byte[])" class="hiddenlink" target="rightframe">createFromPdu
(<code>byte[]</code>)</A></nobr><br>
-<!-- Class Date -->
+<!-- Field DEFAULT_SORT_ORDER -->
<A NAME="D"></A>
<br><font size="+2">D</font>
<a href="#A"><font size="-2">A</font></a>
@@ -249,22 +251,13 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
-<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
</nobr><br>
<!-- Class Dialog -->
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
@@ -472,13 +465,54 @@
<!-- Method isStatusReportMessage -->
<nobr><A HREF="android.telephony.gsm.SmsMessage.html#android.telephony.gsm.SmsMessage.isStatusReportMessage_changed()" class="hiddenlink" target="rightframe">isStatusReportMessage
()</A></nobr><br>
-<!-- Package java.lang -->
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
+<!-- Package java.util.concurrent -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
+<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
+<!-- Package java.util.concurrent.locks -->
+<span class="letterIndexHead">J
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
+<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<!-- Class KeyboardView -->
<A NAME="K"></A>
<br><font size="+2">K</font>
@@ -789,24 +823,6 @@
<!-- Constructor SmsMessage.SubmitPdu -->
<nobr><A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html#android.telephony.gsm.SmsMessage.SubmitPdu.ctor_changed()" class="hiddenlink" target="rightframe">SmsMessage.SubmitPdu
()</A></nobr> constructor<br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Field STATUS_ON_SIM_FREE -->
<nobr><A HREF="android.telephony.gsm.SmsManager.html#android.telephony.gsm.SmsManager.STATUS_ON_SIM_FREE" class="hiddenlink" target="rightframe">STATUS_ON_SIM_FREE</A>
</nobr><br>
@@ -822,24 +838,6 @@
<!-- Field STATUS_ON_SIM_UNSENT -->
<nobr><A HREF="android.telephony.gsm.SmsManager.html#android.telephony.gsm.SmsManager.STATUS_ON_SIM_UNSENT" class="hiddenlink" target="rightframe">STATUS_ON_SIM_UNSENT</A>
</nobr><br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Field SURACE_FROZEN -->
<nobr><A HREF="android.view.Surface.html#android.view.Surface.SURACE_FROZEN" class="hiddenlink" target="rightframe">SURACE_FROZEN</A>
</nobr><br>
@@ -871,6 +869,10 @@
<A HREF="android.widget.TabHost.TabSpec.html" class="hiddenlink" target="rightframe">TabHost.TabSpec</A><br>
<!-- Class TabWidget -->
<A HREF="android.widget.TabWidget.html" class="hiddenlink" target="rightframe">TabWidget</A><br>
+<!-- Class TelephonyManager -->
+<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
+<!-- Class TimeUnit -->
+<A HREF="java.util.concurrent.TimeUnit.html" class="hiddenlink" target="rightframe">TimeUnit</A><br>
<!-- Class ToneGenerator -->
<A HREF="android.media.ToneGenerator.html" class="hiddenlink" target="rightframe">ToneGenerator</A><br>
<!-- Method toURI -->
diff --git a/docs/html/sdk/api_diff/4/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/4/changes/alldiffs_index_removals.html
index da09ef14..f303bfa 100644
--- a/docs/html/sdk/api_diff/4/changes/alldiffs_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/alldiffs_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field ADD_SYSTEM_SERVICE -->
<A NAME="A"></A>
diff --git a/docs/html/sdk/api_diff/4/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/4/changes/android.Manifest.permission.html
index 76a0095..dac036f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.Manifest.permission.html
+++ b/docs/html/sdk/api_diff/4/changes/android.Manifest.permission.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.Manifest.permission_group.html b/docs/html/sdk/api_diff/4/changes/android.Manifest.permission_group.html
index 10347eb..b9cef41 100644
--- a/docs/html/sdk/api_diff/4/changes/android.Manifest.permission_group.html
+++ b/docs/html/sdk/api_diff/4/changes/android.Manifest.permission_group.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.R.anim.html b/docs/html/sdk/api_diff/4/changes/android.R.anim.html
index 93459a5..02567d1 100644
--- a/docs/html/sdk/api_diff/4/changes/android.R.anim.html
+++ b/docs/html/sdk/api_diff/4/changes/android.R.anim.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.R.attr.html b/docs/html/sdk/api_diff/4/changes/android.R.attr.html
index a1923f6..ac65950 100644
--- a/docs/html/sdk/api_diff/4/changes/android.R.attr.html
+++ b/docs/html/sdk/api_diff/4/changes/android.R.attr.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.R.drawable.html b/docs/html/sdk/api_diff/4/changes/android.R.drawable.html
index 9ecf628..db5443e 100644
--- a/docs/html/sdk/api_diff/4/changes/android.R.drawable.html
+++ b/docs/html/sdk/api_diff/4/changes/android.R.drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.R.style.html b/docs/html/sdk/api_diff/4/changes/android.R.style.html
index 6755e3d..8526cb8 100644
--- a/docs/html/sdk/api_diff/4/changes/android.R.style.html
+++ b/docs/html/sdk/api_diff/4/changes/android.R.style.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.Activity.html b/docs/html/sdk/api_diff/4/changes/android.app.Activity.html
index 6950355..ce11b59 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.Activity.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.Activity.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.Dialog.html b/docs/html/sdk/api_diff/4/changes/android.app.Dialog.html
index a6ec387..fbd3663 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.Dialog.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.Dialog.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.ListItem.html b/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.ListItem.html
index 83070a1..6379db8 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.ListItem.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.ListItem.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.html b/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.html
index ebfd0ae..149e7b4 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.LauncherActivity.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.PendingIntent.html b/docs/html/sdk/api_diff/4/changes/android.app.PendingIntent.html
index 221ce64..490c781 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.PendingIntent.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.PendingIntent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.app.SearchManager.html b/docs/html/sdk/api_diff/4/changes/android.app.SearchManager.html
index 99df03e..f9c6ea7 100644
--- a/docs/html/sdk/api_diff/4/changes/android.app.SearchManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.app.SearchManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.ComponentName.html b/docs/html/sdk/api_diff/4/changes/android.content.ComponentName.html
index 6451a5b..8299043 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.ComponentName.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.ComponentName.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.ContentProvider.html b/docs/html/sdk/api_diff/4/changes/android.content.ContentProvider.html
index baeb713..88c4e72 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.ContentProvider.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.ContentProvider.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.Context.html b/docs/html/sdk/api_diff/4/changes/android.content.Context.html
index 0d90202..2c348fd 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.Context.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.Context.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.ContextWrapper.html b/docs/html/sdk/api_diff/4/changes/android.content.ContextWrapper.html
index b39cd46..80f47b8 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.ContextWrapper.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.ContextWrapper.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.Intent.html b/docs/html/sdk/api_diff/4/changes/android.content.Intent.html
index 7274c55..e482147 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.Intent.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.Intent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.pm.ActivityInfo.html b/docs/html/sdk/api_diff/4/changes/android.content.pm.ActivityInfo.html
index ffdccb8..a6a0b2a 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.pm.ActivityInfo.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.pm.ActivityInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.pm.ApplicationInfo.html b/docs/html/sdk/api_diff/4/changes/android.content.pm.ApplicationInfo.html
index 20f9b6b..e3fef197 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.pm.ApplicationInfo.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.pm.ApplicationInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.pm.ConfigurationInfo.html b/docs/html/sdk/api_diff/4/changes/android.content.pm.ConfigurationInfo.html
index 600a08f..0c26b5f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.pm.ConfigurationInfo.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.pm.ConfigurationInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.pm.PackageManager.html b/docs/html/sdk/api_diff/4/changes/android.content.pm.PackageManager.html
index 921ba9f..ca2d857 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.pm.PackageManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.pm.PackageManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.pm.ProviderInfo.html b/docs/html/sdk/api_diff/4/changes/android.content.pm.ProviderInfo.html
index 911419b..f0c8d61 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.pm.ProviderInfo.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.pm.ProviderInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.content.res.Configuration.html b/docs/html/sdk/api_diff/4/changes/android.content.res.Configuration.html
index cc3f967..661a19b 100644
--- a/docs/html/sdk/api_diff/4/changes/android.content.res.Configuration.html
+++ b/docs/html/sdk/api_diff/4/changes/android.content.res.Configuration.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.Bitmap.html b/docs/html/sdk/api_diff/4/changes/android.graphics.Bitmap.html
index 6e99e84..2ebc43c 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.Bitmap.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.Bitmap.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.Options.html b/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.Options.html
index 6c812d0..eb21e27 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.Options.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.Options.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.html b/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.html
index d730e09..cf7ac0f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.BitmapFactory.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.Canvas.html b/docs/html/sdk/api_diff/4/changes/android.graphics.Canvas.html
index 48ed8b6..c728b37 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.Canvas.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.Canvas.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.NinePatch.html b/docs/html/sdk/api_diff/4/changes/android.graphics.NinePatch.html
index 0d78eb0..66d909f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.NinePatch.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.NinePatch.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.Typeface.html b/docs/html/sdk/api_diff/4/changes/android.graphics.Typeface.html
index e6d27d4..5683347 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.Typeface.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.Typeface.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.AnimationDrawable.html b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.AnimationDrawable.html
index d72281a..7817d70 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.AnimationDrawable.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.AnimationDrawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.BitmapDrawable.html b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.BitmapDrawable.html
index 4971712..0554466 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.BitmapDrawable.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.BitmapDrawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.Drawable.html b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.Drawable.html
index e1dc283..2fec70b 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.Drawable.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.Drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.NinePatchDrawable.html b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.NinePatchDrawable.html
index 5eafab0..d761628 100644
--- a/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.NinePatchDrawable.html
+++ b/docs/html/sdk/api_diff/4/changes/android.graphics.drawable.NinePatchDrawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.hardware.SensorManager.html b/docs/html/sdk/api_diff/4/changes/android.hardware.SensorManager.html
index 87b1f34..a24198a 100644
--- a/docs/html/sdk/api_diff/4/changes/android.hardware.SensorManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.hardware.SensorManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.inputmethodservice.KeyboardView.html b/docs/html/sdk/api_diff/4/changes/android.inputmethodservice.KeyboardView.html
index bec08b0..243ba18 100644
--- a/docs/html/sdk/api_diff/4/changes/android.inputmethodservice.KeyboardView.html
+++ b/docs/html/sdk/api_diff/4/changes/android.inputmethodservice.KeyboardView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.location.Address.html b/docs/html/sdk/api_diff/4/changes/android.location.Address.html
index 0aeec49..1d4684e 100644
--- a/docs/html/sdk/api_diff/4/changes/android.location.Address.html
+++ b/docs/html/sdk/api_diff/4/changes/android.location.Address.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.media.AudioManager.html b/docs/html/sdk/api_diff/4/changes/android.media.AudioManager.html
index 8d1224c..d8e89b9 100644
--- a/docs/html/sdk/api_diff/4/changes/android.media.AudioManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.media.AudioManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.AudioSource.html b/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.AudioSource.html
index 9321b59..c115d80 100644
--- a/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.AudioSource.html
+++ b/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.AudioSource.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.html b/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.html
index c161466..973f0ec 100644
--- a/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.html
+++ b/docs/html/sdk/api_diff/4/changes/android.media.MediaRecorder.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.media.ToneGenerator.html b/docs/html/sdk/api_diff/4/changes/android.media.ToneGenerator.html
index a8d5580..b24d142 100644
--- a/docs/html/sdk/api_diff/4/changes/android.media.ToneGenerator.html
+++ b/docs/html/sdk/api_diff/4/changes/android.media.ToneGenerator.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.net.wifi.WifiManager.html b/docs/html/sdk/api_diff/4/changes/android.net.wifi.WifiManager.html
index 2e4f339..4fa554e 100644
--- a/docs/html/sdk/api_diff/4/changes/android.net.wifi.WifiManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.net.wifi.WifiManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.os.Build.VERSION.html b/docs/html/sdk/api_diff/4/changes/android.os.Build.VERSION.html
index 178adbb..0b0da42 100644
--- a/docs/html/sdk/api_diff/4/changes/android.os.Build.VERSION.html
+++ b/docs/html/sdk/api_diff/4/changes/android.os.Build.VERSION.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.os.Build.html b/docs/html/sdk/api_diff/4/changes/android.os.Build.html
index 89fcb48..1d28669 100644
--- a/docs/html/sdk/api_diff/4/changes/android.os.Build.html
+++ b/docs/html/sdk/api_diff/4/changes/android.os.Build.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.os.RemoteCallbackList.html b/docs/html/sdk/api_diff/4/changes/android.os.RemoteCallbackList.html
index 19918aa..4af931f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.os.RemoteCallbackList.html
+++ b/docs/html/sdk/api_diff/4/changes/android.os.RemoteCallbackList.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Genres.Members.html b/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Genres.Members.html
index a5d47d6..8ad259f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Genres.Members.html
+++ b/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Genres.Members.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Media.html b/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Media.html
index ab8f2062..2b71910 100644
--- a/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Media.html
+++ b/docs/html/sdk/api_diff/4/changes/android.provider.MediaStore.Audio.Media.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.provider.Settings.Secure.html b/docs/html/sdk/api_diff/4/changes/android.provider.Settings.Secure.html
index f349488..605753f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.provider.Settings.Secure.html
+++ b/docs/html/sdk/api_diff/4/changes/android.provider.Settings.Secure.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.provider.Settings.System.html b/docs/html/sdk/api_diff/4/changes/android.provider.Settings.System.html
index 4730602..3c4bdab 100644
--- a/docs/html/sdk/api_diff/4/changes/android.provider.Settings.System.html
+++ b/docs/html/sdk/api_diff/4/changes/android.provider.Settings.System.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/java.lang.String.html b/docs/html/sdk/api_diff/4/changes/android.telephony.TelephonyManager.html
similarity index 69%
rename from docs/html/sdk/api_diff/4/changes/java.lang.String.html
rename to docs/html/sdk/api_diff/4/changes/android.telephony.TelephonyManager.html
index 61a6945..6c115df 100644
--- a/docs/html/sdk/api_diff/4/changes/java.lang.String.html
+++ b/docs/html/sdk/api_diff/4/changes/android.telephony.TelephonyManager.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.lang.String
+android.telephony.TelephonyManager
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,64 +71,61 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.lang.<A HREF="../../../../reference/java/lang/String.html" target="_top"><font size="+2"><code>String</code></font></A>
+Class android.telephony.<A HREF="../../../../reference/android/telephony/TelephonyManager.html" target="_top"><font size="+2"><code>TelephonyManager</code></font></A>
</H2>
<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
+<a NAME="Added"></a>
+<TABLE summary="Added Fields" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String()" target="_top"><code>String</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#DATA_ACTIVITY_DORMANT" target="_top"><code>DATA_ACTIVITY_DORMANT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[])"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[])" target="_top"><code>String</code></A>(<code>byte[]</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_1xRTT" target="_top"><code>NETWORK_TYPE_1xRTT</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_CDMA"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_CDMA" target="_top"><code>NETWORK_TYPE_CDMA</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_EVDO_0" target="_top"><code>NETWORK_TYPE_EVDO_0</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int, int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_EVDO_A" target="_top"><code>NETWORK_TYPE_EVDO_A</code></A></nobr>
</TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.telephony.TelephonyManager.PHONE_TYPE_CDMA"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#PHONE_TYPE_CDMA" target="_top"><code>PHONE_TYPE_CDMA</code></A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
-<a NAME="methods"></a>
-<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsManager.html b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsManager.html
index 555ec8c..0401a92 100644
--- a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.MessageClass.html b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.MessageClass.html
index e60aada..8eee7f6 100644
--- a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.MessageClass.html
+++ b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.MessageClass.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.SubmitPdu.html b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.SubmitPdu.html
index 03d5b6a..7863761 100644
--- a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.SubmitPdu.html
+++ b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.SubmitPdu.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.html b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.html
index e9f749e..b42baa3 100644
--- a/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.html
+++ b/docs/html/sdk/api_diff/4/changes/android.telephony.gsm.SmsMessage.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.test.AndroidTestCase.html b/docs/html/sdk/api_diff/4/changes/android.test.AndroidTestCase.html
index b816a07..a54bbed 100644
--- a/docs/html/sdk/api_diff/4/changes/android.test.AndroidTestCase.html
+++ b/docs/html/sdk/api_diff/4/changes/android.test.AndroidTestCase.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.test.mock.MockContext.html b/docs/html/sdk/api_diff/4/changes/android.test.mock.MockContext.html
index fdc83cd..1991722 100644
--- a/docs/html/sdk/api_diff/4/changes/android.test.mock.MockContext.html
+++ b/docs/html/sdk/api_diff/4/changes/android.test.mock.MockContext.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.test.mock.MockPackageManager.html b/docs/html/sdk/api_diff/4/changes/android.test.mock.MockPackageManager.html
index 2e4fc37..35d9333 100644
--- a/docs/html/sdk/api_diff/4/changes/android.test.mock.MockPackageManager.html
+++ b/docs/html/sdk/api_diff/4/changes/android.test.mock.MockPackageManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.text.style.ImageSpan.html b/docs/html/sdk/api_diff/4/changes/android.text.style.ImageSpan.html
index b4eb161..c09b145 100644
--- a/docs/html/sdk/api_diff/4/changes/android.text.style.ImageSpan.html
+++ b/docs/html/sdk/api_diff/4/changes/android.text.style.ImageSpan.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.util.Config.html b/docs/html/sdk/api_diff/4/changes/android.util.Config.html
index d6d303e..fabc6fc 100644
--- a/docs/html/sdk/api_diff/4/changes/android.util.Config.html
+++ b/docs/html/sdk/api_diff/4/changes/android.util.Config.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.util.DisplayMetrics.html b/docs/html/sdk/api_diff/4/changes/android.util.DisplayMetrics.html
index d1a482a..2548a72 100644
--- a/docs/html/sdk/api_diff/4/changes/android.util.DisplayMetrics.html
+++ b/docs/html/sdk/api_diff/4/changes/android.util.DisplayMetrics.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.util.TypedValue.html b/docs/html/sdk/api_diff/4/changes/android.util.TypedValue.html
index bb74b65..9898fcb 100644
--- a/docs/html/sdk/api_diff/4/changes/android.util.TypedValue.html
+++ b/docs/html/sdk/api_diff/4/changes/android.util.TypedValue.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.view.Surface.html b/docs/html/sdk/api_diff/4/changes/android.view.Surface.html
index a323bee..09dbb273a 100644
--- a/docs/html/sdk/api_diff/4/changes/android.view.Surface.html
+++ b/docs/html/sdk/api_diff/4/changes/android.view.Surface.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.view.VelocityTracker.html b/docs/html/sdk/api_diff/4/changes/android.view.VelocityTracker.html
index 4d96667..18da4941 100644
--- a/docs/html/sdk/api_diff/4/changes/android.view.VelocityTracker.html
+++ b/docs/html/sdk/api_diff/4/changes/android.view.VelocityTracker.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.view.View.html b/docs/html/sdk/api_diff/4/changes/android.view.View.html
index 45d735b..803bc7a 100644
--- a/docs/html/sdk/api_diff/4/changes/android.view.View.html
+++ b/docs/html/sdk/api_diff/4/changes/android.view.View.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.view.ViewConfiguration.html b/docs/html/sdk/api_diff/4/changes/android.view.ViewConfiguration.html
index aa8d02a..c38a9f5 100644
--- a/docs/html/sdk/api_diff/4/changes/android.view.ViewConfiguration.html
+++ b/docs/html/sdk/api_diff/4/changes/android.view.ViewConfiguration.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.view.Window.Callback.html b/docs/html/sdk/api_diff/4/changes/android.view.Window.Callback.html
index de1d354..a76ab48 100644
--- a/docs/html/sdk/api_diff/4/changes/android.view.Window.Callback.html
+++ b/docs/html/sdk/api_diff/4/changes/android.view.Window.Callback.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.AutoCompleteTextView.html b/docs/html/sdk/api_diff/4/changes/android.widget.AutoCompleteTextView.html
index bad2b22..6a123ac 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.AutoCompleteTextView.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.AutoCompleteTextView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.CheckedTextView.html b/docs/html/sdk/api_diff/4/changes/android.widget.CheckedTextView.html
index 79e40a8..9629a79 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.CheckedTextView.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.CheckedTextView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.ListView.html b/docs/html/sdk/api_diff/4/changes/android.widget.ListView.html
index 487c69b..1f2d3d6 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.ListView.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.ListView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.PopupWindow.html b/docs/html/sdk/api_diff/4/changes/android.widget.PopupWindow.html
index 6ce83af..8b52b3f 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.PopupWindow.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.PopupWindow.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.TabHost.TabSpec.html b/docs/html/sdk/api_diff/4/changes/android.widget.TabHost.TabSpec.html
index 8940867..65286bd 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.TabHost.TabSpec.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.TabHost.TabSpec.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/android.widget.TabWidget.html b/docs/html/sdk/api_diff/4/changes/android.widget.TabWidget.html
index 17b2a5e..f080dc5 100644
--- a/docs/html/sdk/api_diff/4/changes/android.widget.TabWidget.html
+++ b/docs/html/sdk/api_diff/4/changes/android.widget.TabWidget.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/changes-summary.html b/docs/html/sdk/api_diff/4/changes/changes-summary.html
index a4850a5..88b8be6 100644
--- a/docs/html/sdk/api_diff/4/changes/changes-summary.html
+++ b/docs/html/sdk/api_diff/4/changes/changes-summary.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -72,7 +72,8 @@
<div id="mainBodyFluid">
<div id="docTitleContainer">
<h1>Android API Differences Report</h1>
-<p>This report details the changes in the core Android framework API between two API Level
+<p>This report details the changes in the core Android framework API between two <a
+href="http://developer.android.com/guide/appendix/api-levels.html" target="_top">API Level</a>
specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields.
The report also includes general statistics that characterize the extent and type of the differences.</p>
<p>This report is based a comparison of the Android API specifications
@@ -298,22 +299,15 @@
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang"></A>
- <nobr><A HREF="pkg_java.lang.html">java.lang</A></nobr>
+ <A NAME="java.util.concurrent"></A>
+ <nobr><A HREF="pkg_java.util.concurrent.html">java.util.concurrent</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net"></A>
- <nobr><A HREF="pkg_java.net.html">java.net</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util"></A>
- <nobr><A HREF="pkg_java.util.html">java.util</A></nobr>
+ <A NAME="java.util.concurrent.locks"></A>
+ <nobr><A HREF="pkg_java.util.concurrent.locks.html">java.util.concurrent.locks</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/classes_index_additions.html b/docs/html/sdk/api_diff/4/changes/classes_index_additions.html
index d59f666..71e2423 100644
--- a/docs/html/sdk/api_diff/4/changes/classes_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/classes_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/4/changes/classes_index_all.html b/docs/html/sdk/api_diff/4/changes/classes_index_all.html
index 4af2716..5415cf4 100644
--- a/docs/html/sdk/api_diff/4/changes/classes_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/classes_index_all.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -68,6 +68,7 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
<A HREF="android.app.Activity.html" class="hiddenlink" target="rightframe">Activity</A><br>
<A HREF="android.content.pm.ActivityInfo.html" class="hiddenlink" target="rightframe">ActivityInfo</A><br>
<A HREF="android.location.Address.html" class="hiddenlink" target="rightframe">Address</A><br>
@@ -159,7 +160,6 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
<A HREF="android.util.DisplayMetrics.html" class="hiddenlink" target="rightframe">DisplayMetrics</A><br>
<A HREF="android.graphics.drawable.Drawable.html" class="hiddenlink" target="rightframe">Drawable</A><br>
@@ -425,8 +425,6 @@
<i>SmsMessage.SubmitPdu</i><br>
<A HREF="pkg_android.telephony.html#SmsMessage.SubmitPdu" class="hiddenlink" target="rightframe"><b>android.telephony</b></A><br>
<A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html" class="hiddenlink" target="rightframe">android.telephony.gsm</A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.view.Surface.html" class="hiddenlink" target="rightframe">Surface</A><br>
<A NAME="T"></A>
<br><font size="+2">T</font>
@@ -451,6 +449,8 @@
<p><div style="line-height:1.5em;color:black">
<A HREF="android.widget.TabHost.TabSpec.html" class="hiddenlink" target="rightframe">TabHost.TabSpec</A><br>
<A HREF="android.widget.TabWidget.html" class="hiddenlink" target="rightframe">TabWidget</A><br>
+<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
+<A HREF="java.util.concurrent.TimeUnit.html" class="hiddenlink" target="rightframe">TimeUnit</A><br>
<A HREF="android.media.ToneGenerator.html" class="hiddenlink" target="rightframe">ToneGenerator</A><br>
<A HREF="android.util.TypedValue.html" class="hiddenlink" target="rightframe">TypedValue</A><br>
<A HREF="android.graphics.Typeface.html" class="hiddenlink" target="rightframe">Typeface</A><br>
diff --git a/docs/html/sdk/api_diff/4/changes/classes_index_changes.html b/docs/html/sdk/api_diff/4/changes/classes_index_changes.html
index 193e21c..f74c857 100644
--- a/docs/html/sdk/api_diff/4/changes/classes_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/classes_index_changes.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -65,6 +65,7 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html" class="hiddenlink" target="rightframe">AbstractQueuedSynchronizer</A><br>
<A HREF="android.app.Activity.html" class="hiddenlink" target="rightframe">Activity</A><br>
<A HREF="android.content.pm.ActivityInfo.html" class="hiddenlink" target="rightframe">ActivityInfo</A><br>
<A HREF="android.location.Address.html" class="hiddenlink" target="rightframe">Address</A><br>
@@ -142,7 +143,6 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
<A HREF="android.util.DisplayMetrics.html" class="hiddenlink" target="rightframe">DisplayMetrics</A><br>
<A HREF="android.graphics.drawable.Drawable.html" class="hiddenlink" target="rightframe">Drawable</A><br>
@@ -323,8 +323,6 @@
<A HREF="android.telephony.gsm.SmsMessage.html" class="hiddenlink" target="rightframe">SmsMessage</A><br>
<A HREF="android.telephony.gsm.SmsMessage.MessageClass.html" class="hiddenlink" target="rightframe">SmsMessage.MessageClass</A><br>
<A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html" class="hiddenlink" target="rightframe">SmsMessage.SubmitPdu</A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.view.Surface.html" class="hiddenlink" target="rightframe">Surface</A><br>
<A NAME="T"></A>
<br><font size="+2">T</font>
@@ -346,6 +344,8 @@
<p><div style="line-height:1.5em;color:black">
<A HREF="android.widget.TabHost.TabSpec.html" class="hiddenlink" target="rightframe">TabHost.TabSpec</A><br>
<A HREF="android.widget.TabWidget.html" class="hiddenlink" target="rightframe">TabWidget</A><br>
+<A HREF="android.telephony.TelephonyManager.html" class="hiddenlink" target="rightframe">TelephonyManager</A><br>
+<A HREF="java.util.concurrent.TimeUnit.html" class="hiddenlink" target="rightframe">TimeUnit</A><br>
<A HREF="android.media.ToneGenerator.html" class="hiddenlink" target="rightframe">ToneGenerator</A><br>
<A HREF="android.util.TypedValue.html" class="hiddenlink" target="rightframe">TypedValue</A><br>
<A HREF="android.graphics.Typeface.html" class="hiddenlink" target="rightframe">Typeface</A><br>
diff --git a/docs/html/sdk/api_diff/4/changes/classes_index_removals.html b/docs/html/sdk/api_diff/4/changes/classes_index_removals.html
index f5cb9dd..9b37279 100644
--- a/docs/html/sdk/api_diff/4/changes/classes_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/classes_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="I"></A>
<br><font size="+2">I</font>
diff --git a/docs/html/sdk/api_diff/4/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/4/changes/constructors_index_additions.html
index 7d6ad75..85db680 100644
--- a/docs/html/sdk/api_diff/4/changes/constructors_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/constructors_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="B"></A>
<br><font size="+2">B</font>
diff --git a/docs/html/sdk/api_diff/4/changes/constructors_index_all.html b/docs/html/sdk/api_diff/4/changes/constructors_index_all.html
index 87ed259..cd80e6d 100644
--- a/docs/html/sdk/api_diff/4/changes/constructors_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/constructors_index_all.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="B"></A>
<br><font size="+2">B</font>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#S"><font size="-2">S</font></a>
@@ -64,23 +63,9 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">BitmapDrawable
(<code>Bitmap</code>)</A></nobr> constructor<br>
-<A NAME="D"></A>
-<br><font size="+2">D</font>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<A NAME="I"></A>
<br><font size="+2">I</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -97,7 +82,6 @@
<A NAME="N"></A>
<br><font size="+2">N</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -114,7 +98,6 @@
<A NAME="S"></A>
<br><font size="+2">S</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -123,28 +106,6 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html#android.telephony.gsm.SmsMessage.SubmitPdu.ctor_changed()" class="hiddenlink" target="rightframe">SmsMessage.SubmitPdu
()</A></nobr> constructor<br>
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/4/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/4/changes/constructors_index_changes.html
index a61b76f..a9d21d1e 100644
--- a/docs/html/sdk/api_diff/4/changes/constructors_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/constructors_index_changes.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="B"></A>
<br><font size="+2">B</font>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#S"><font size="-2">S</font></a>
@@ -60,23 +59,9 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">BitmapDrawable
(<code>Bitmap</code>)</A></nobr> constructor<br>
-<A NAME="D"></A>
-<br><font size="+2">D</font>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<A NAME="I"></A>
<br><font size="+2">I</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -89,7 +74,6 @@
<A NAME="N"></A>
<br><font size="+2">N</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -102,7 +86,6 @@
<A NAME="S"></A>
<br><font size="+2">S</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
@@ -111,28 +94,6 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.telephony.gsm.SmsMessage.SubmitPdu.html#android.telephony.gsm.SmsMessage.SubmitPdu.ctor_changed()" class="hiddenlink" target="rightframe">SmsMessage.SubmitPdu
()</A></nobr> constructor<br>
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/4/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/4/changes/constructors_index_removals.html
index 8110828..c884917 100644
--- a/docs/html/sdk/api_diff/4/changes/constructors_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/constructors_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/4/changes/fields_index_additions.html b/docs/html/sdk/api_diff/4/changes/fields_index_additions.html
index 8ab19ba..d1bb48f 100644
--- a/docs/html/sdk/api_diff/4/changes/fields_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/fields_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -181,14 +181,16 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
+</nobr><br>
<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.density" class="hiddenlink" target="rightframe">density</A>
</nobr><br>
<i>DENSITY_DEFAULT</i><br>
- in
-<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
+<nobr> in
+<A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
</nobr><br>
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_HIGH" class="hiddenlink" target="rightframe">DENSITY_HIGH</A>
</nobr><br>
@@ -197,11 +199,11 @@
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_MEDIUM" class="hiddenlink" target="rightframe">DENSITY_MEDIUM</A>
</nobr><br>
<i>DENSITY_NONE</i><br>
- in
-<nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
+<nobr> in
+<A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
</nobr><br>
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.densityDpi" class="hiddenlink" target="rightframe">densityDpi</A>
</nobr><br>
@@ -450,6 +452,14 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
+</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.normalScreens" class="hiddenlink" target="rightframe">normalScreens</A>
</nobr><br>
<A NAME="O"></A>
@@ -504,6 +514,8 @@
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.pathPermissions" class="hiddenlink" target="rightframe">pathPermissions</A>
</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
+</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.progressBarStyleInverse" class="hiddenlink" target="rightframe">progressBarStyleInverse</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.progressBarStyleLargeInverse" class="hiddenlink" target="rightframe">progressBarStyleLargeInverse</A>
@@ -663,11 +675,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>targetSdkVersion</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
- in
-<nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.tension" class="hiddenlink" target="rightframe">tension</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/4/changes/fields_index_all.html b/docs/html/sdk/api_diff/4/changes/fields_index_all.html
index 3d155b7..05afee5 100644
--- a/docs/html/sdk/api_diff/4/changes/fields_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/fields_index_all.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -183,21 +183,23 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
+<i>DEFAULT_SORT_ORDER</i><br>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
+</nobr><br>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
</nobr><br>
<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.density" class="hiddenlink" target="rightframe">density</A>
</nobr><br>
<i>DENSITY_DEFAULT</i><br>
- in
-<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
+<nobr> in
+<A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.DisplayMetrics</A>
</nobr><br>
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_DEFAULT" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_HIGH" class="hiddenlink" target="rightframe">DENSITY_HIGH</A>
</nobr><br>
@@ -206,11 +208,11 @@
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.DENSITY_MEDIUM" class="hiddenlink" target="rightframe">DENSITY_MEDIUM</A>
</nobr><br>
<i>DENSITY_NONE</i><br>
- in
-<nobr><A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
+<nobr> in
+<A HREF="android.graphics.Bitmap.html#android.graphics.Bitmap.DENSITY_NONE" class="hiddenlink" target="rightframe">android.graphics.Bitmap</A>
</nobr><br>
- in
-<nobr><A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
+<nobr> in
+<A HREF="android.util.TypedValue.html#android.util.TypedValue.DENSITY_NONE" class="hiddenlink" target="rightframe">android.util.TypedValue</A>
</nobr><br>
<nobr><A HREF="android.util.DisplayMetrics.html#android.util.DisplayMetrics.densityDpi" class="hiddenlink" target="rightframe">densityDpi</A>
</nobr><br>
@@ -535,6 +537,14 @@
<a href="#W"><font size="-2">W</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
+</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
+</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.normalScreens" class="hiddenlink" target="rightframe">normalScreens</A>
</nobr><br>
<A NAME="O"></A>
@@ -589,6 +599,8 @@
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.pathPermissions" class="hiddenlink" target="rightframe">pathPermissions</A>
</nobr><br>
+<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
+</nobr><br>
<nobr><A HREF="android.util.Config.html#android.util.Config.PROFILE" class="hiddenlink" target="rightframe">PROFILE</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.progressBarStyleInverse" class="hiddenlink" target="rightframe">progressBarStyleInverse</A>
@@ -778,11 +790,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>targetSdkVersion</i><br>
- in
-<nobr><A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
+<nobr> in
+<A HREF="android.R.attr.html#android.R.attr.targetSdkVersion" class="hiddenlink" target="rightframe">android.R.attr</A>
</nobr><br>
- in
-<nobr><A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
+<nobr> in
+<A HREF="android.content.pm.ApplicationInfo.html#android.content.pm.ApplicationInfo.targetSdkVersion" class="hiddenlink" target="rightframe">android.content.pm.ApplicationInfo</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.tension" class="hiddenlink" target="rightframe">tension</A>
</nobr><br>
diff --git a/docs/html/sdk/api_diff/4/changes/fields_index_changes.html b/docs/html/sdk/api_diff/4/changes/fields_index_changes.html
index bd7a48f..5d60034 100644
--- a/docs/html/sdk/api_diff/4/changes/fields_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/fields_index_changes.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="D"></A>
<br><font size="+2">D</font>
@@ -58,11 +58,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Genres.Members.html#android.provider.MediaStore.Audio.Genres.Members.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Genres.Members</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
+<nobr> in
+<A HREF="android.provider.MediaStore.Audio.Media.html#android.provider.MediaStore.Audio.Media.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.MediaStore.Audio.Media</A>
</nobr><br>
<A NAME="E"></A>
<br><font size="+2">E</font>
diff --git a/docs/html/sdk/api_diff/4/changes/fields_index_removals.html b/docs/html/sdk/api_diff/4/changes/fields_index_removals.html
index a249a9e..1ec4ff5 100644
--- a/docs/html/sdk/api_diff/4/changes/fields_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/fields_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/4/changes/java.net.Socket.html b/docs/html/sdk/api_diff/4/changes/java.net.Socket.html
deleted file mode 100644
index bbeeab9..0000000
--- a/docs/html/sdk/api_diff/4/changes/java.net.Socket.html
+++ /dev/null
@@ -1,160 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.net.Socket
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.net.<A HREF="../../../../reference/java/net/Socket.html" target="_top"><font size="+2"><code>Socket</code></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket()" target="_top"><code>Socket</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int, java.net.InetAddress, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr>,</nobr> InetAddress<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.Proxy)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.Proxy)" target="_top"><code>Socket</code></A>(<code>Proxy</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.SocketImpl)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.SocketImpl)" target="_top"><code>Socket</code></A>(<code>SocketImpl</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/4/changes/java.util.Date.html b/docs/html/sdk/api_diff/4/changes/java.util.Date.html
deleted file mode 100644
index 13acc8d..0000000
--- a/docs/html/sdk/api_diff/4/changes/java.util.Date.html
+++ /dev/null
@@ -1,133 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.util.Date
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.util.<A HREF="../../../../reference/java/util/Date.html" target="_top"><font size="+2"><code>Date</code></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date()" target="_top"><code>Date</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed(int, int, int, int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date(int, int, int, int, int, int)" target="_top"><code>Date</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/4/changes/java.util.concurrent.TimeUnit.html
similarity index 87%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/4/changes/java.util.concurrent.TimeUnit.html
index 9d98155..41c1be3 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/4/changes/java.util.concurrent.TimeUnit.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+java.util.concurrent.TimeUnit
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,23 +71,12 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Class java.util.concurrent.<A HREF="../../../../reference/java/util/concurrent/TimeUnit.html" target="_top"><font size="+2"><code>TimeUnit</code></font></A>
</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
+<p>Change from final to non-final.<br>
+<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/4/changes/java.util.concurrent.locks.AbstractQueuedSynchronizer.html
similarity index 87%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/4/changes/java.util.concurrent.locks.AbstractQueuedSynchronizer.html
index 9d98155..1c6ae14 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/4/changes/java.util.concurrent.locks.AbstractQueuedSynchronizer.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+java.util.concurrent.locks.AbstractQueuedSynchronizer
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,23 +71,12 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Class java.util.concurrent.locks.<A HREF="../../../../reference/java/util/concurrent/locks/AbstractQueuedSynchronizer.html" target="_top"><font size="+2"><code>AbstractQueuedSynchronizer</code></font></A>
</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
+<p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>java.util.concurrent.locks.AbstractOwnableSynchronizer</code>.<br></font>
+<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/4/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/4/changes/jdiff_statistics.html
index 3244a17..c21b875 100644
--- a/docs/html/sdk/api_diff/4/changes/jdiff_statistics.html
+++ b/docs/html/sdk/api_diff/4/changes/jdiff_statistics.html
@@ -45,16 +45,16 @@
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
- <td class="diffspec" style="padding-top:.25em">To Version:</td>
+ <td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">4</td>
</tr>
<tr>
- <td class="diffspec">From Version:</td>
+ <td class="diffspec">From Level:</td>
<td class="diffvalueold">3</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,29 +71,71 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<h1>API Change Statistics</h1>
-<p>
-The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
-<pre>
-Percentage difference = 100 * (added + removed + 2*changed)
- -----------------------------------
- sum of public elements in BOTH APIs
-</pre>
-<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
-This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
-The definition ensures that if all packages are removed and all new packages are
-added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>
-<p>The overall difference between the two APIs is approximately <span style="color:222;font-weight:bold;">2%</span>.
+<p>The overall difference between API Levels 3 and 4 is approximately <span style="color:222;font-weight:bold;">2.45%</span>.
</p>
-<br><h2>Contents</h2>
-<dl><dt><a href="#packages">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>
-<dt><a href="#classes">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>
-<dt><a href="#numbers">Total of Differences</a></dt><dd>Listed by number and type</dd></dl>
+<br>
+<a name="numbers"></a>
+<h2>Total of Differences, by Number and Type</h2>
+<p>
+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
+</p>
+<TABLE summary="Number of differences" WIDTH="100%">
+<TR>
+ <th>Type</th>
+ <TH ALIGN="center"><b>Additions</b></TH>
+ <TH ALIGN="center"><b>Changes</b></TH>
+ <TH ALIGN="center">Removals</TH>
+ <TH ALIGN="center"><b>Total</b></TH>
+</TR>
+<TR>
+ <TD>Packages</TD>
+ <TD ALIGN="right">4</TD>
+ <TD ALIGN="right">26</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">30</TD>
+</TR>
+<TR>
+ <TD>Classes and <i>Interfaces</i></TD>
+ <TD ALIGN="right">22</TD>
+ <TD ALIGN="right">73</TD>
+ <TD ALIGN="right">2</TD>
+ <TD ALIGN="right">97</TD>
+</TR>
+<TR>
+ <TD>Constructors</TD>
+ <TD ALIGN="right">6</TD>
+ <TD ALIGN="right">8</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">14</TD>
+</TR>
+<TR>
+ <TD>Methods</TD>
+ <TD ALIGN="right">80</TD>
+ <TD ALIGN="right">43</TD>
+ <TD ALIGN="right">3</TD>
+ <TD ALIGN="right">126</TD>
+</TR>
+<TR>
+ <TD>Fields</TD>
+ <TD ALIGN="right">208</TD>
+ <TD ALIGN="right">27</TD>
+ <TD ALIGN="right">29</TD>
+ <TD ALIGN="right">264</TD>
+</TR>
+<TR>
+ <TD style="background-color:#FAFAFA"><b>Total</b></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>320</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>177</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>34</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>531</strong></TD>
+</TR>
+</TABLE>
<br>
<a name="packages"></a>
<h2>Changed Packages, Sorted by Percentage Difference</h2>
<TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
<TR>
- <TH WIDTH="10%">Percentage Difference</TH>
+ <TH WIDTH="10%">Percentage Difference*</TH>
<TH>Package</TH>
</TR>
<TR>
@@ -190,27 +232,24 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.net.html">java.net</A></TD>
+ <TD><A HREF="pkg_java.util.concurrent.locks.html">java.util.concurrent.locks</A></TD>
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.util.html">java.util</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.lang.html">java.lang</A></TD>
+ <TD><A HREF="pkg_java.util.concurrent.html">java.util.concurrent</A></TD>
</TR>
<TR>
<TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.hardware.html">android.hardware</A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
<a name="classes"></a>
<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
<TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
<TR WIDTH="20%">
- <TH WIDTH="10%"><b>Percentage<br>Difference</b></TH>
+ <TH WIDTH="10%">Percentage<br>Difference*</TH>
<TH><b>Class or <i>Interface</i></b></TH>
</TR>
<TR>
@@ -339,11 +378,6 @@
android.content.res.Configuration</A></TD>
</TR>
<TR>
- <TD ALIGN="center">10</TD>
- <TD><A HREF="java.net.Socket.html">
-java.net.Socket</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">8</TD>
<TD><A HREF="android.provider.MediaStore.Audio.Genres.Members.html">
android.provider.MediaStore.Audio.Genres.Members</A></TD>
@@ -365,11 +399,6 @@
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.lang.String.html">
-java.lang.String</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="android.os.Build.html">
android.os.Build</A></TD>
</TR>
@@ -380,11 +409,6 @@
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.util.Date.html">
-java.util.Date</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="android.widget.CheckedTextView.html">
android.widget.CheckedTextView</A></TD>
</TR>
@@ -399,6 +423,16 @@
android.provider.MediaStore.Audio.Media</A></TD>
</TR>
<TR>
+ <TD ALIGN="center">5</TD>
+ <TD><A HREF="android.telephony.TelephonyManager.html">
+android.telephony.TelephonyManager</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">5</TD>
+ <TD><A HREF="java.util.concurrent.TimeUnit.html">
+java.util.concurrent.TimeUnit</A></TD>
+</TR>
+<TR>
<TD ALIGN="center">4</TD>
<TD><A HREF="android.content.ContentProvider.html">
android.content.ContentProvider</A></TD>
@@ -510,6 +544,11 @@
</TR>
<TR>
<TD ALIGN="center">1</TD>
+ <TD><A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html">
+java.util.concurrent.locks.AbstractQueuedSynchronizer</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">1</TD>
<TD><A HREF="android.R.style.html">
android.R.style</A></TD>
</TR>
@@ -579,67 +618,20 @@
android.app.Activity</A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
-<a name="numbers"></a>
-<h2>Total of Differences, by Number and Type</h2>
+<h2 id="calculation">Calculation of Change Percentages</h2>
<p>
-The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were removed, added or changed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
-</p>
-<TABLE summary="Number of differences" WIDTH="100%">
-<TR>
- <TH COLSPAN=5 NOWRAP>
- Number of Differences</TH>
-</TR>
-<TR>
- <TH> </TD>
- <TH ALIGN="center"><b>Removals</b></TH>
- <TH ALIGN="center"><b>Additions</b></TH>
- <TH ALIGN="center"><b>Changes</b></TH>
- <TH ALIGN="center"><b>Total</b></TH>
-</TR>
-<TR>
- <TD>Packages</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">4</TD>
- <TD ALIGN="right">27</TD>
- <TD ALIGN="right">31</TD>
-</TR>
-<TR>
- <TD>Classes and <i>Interfaces</i></TD>
- <TD ALIGN="right">2</TD>
- <TD ALIGN="right">22</TD>
- <TD ALIGN="right">73</TD>
- <TD ALIGN="right">97</TD>
-</TR>
-<TR>
- <TD>Constructors</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">6</TD>
- <TD ALIGN="right">20</TD>
- <TD ALIGN="right">26</TD>
-</TR>
-<TR>
- <TD>Methods</TD>
- <TD ALIGN="right">3</TD>
- <TD ALIGN="right">80</TD>
- <TD ALIGN="right">43</TD>
- <TD ALIGN="right">126</TD>
-</TR>
-<TR>
- <TD>Fields</TD>
- <TD ALIGN="right">29</TD>
- <TD ALIGN="right">202</TD>
- <TD ALIGN="right">27</TD>
- <TD ALIGN="right">258</TD>
-</TR>
-<TR>
- <TD><b>Total</b></TD>
- <TD ALIGN="right">34</TD>
- <TD ALIGN="right">314</TD>
- <TD ALIGN="right">190</TD>
- <TD ALIGN="right">538</TD>
-</TR>
-</TABLE>
+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
+<pre>
+Percentage difference = 100 * (added + removed + 2*changed)
+ -----------------------------------
+ sum of public elements in BOTH APIs
+</pre>
+<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
+This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
+The definition ensures that if all packages are removed and all new packages are
+added, the change will be 100%.</p>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/4/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/4/changes/jdiff_topleftframe.html
index 2191eff..36f9836 100644
--- a/docs/html/sdk/api_diff/4/changes/jdiff_topleftframe.html
+++ b/docs/html/sdk/api_diff/4/changes/jdiff_topleftframe.html
@@ -25,7 +25,7 @@
</style>
</HEAD>
<BODY class="gc-documentation" style="padding:12px;">
-<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0">
+<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0" style="margin:0">
<TR>
<th class="indexHeader" nowrap>
Select a Diffs Index:</th>
diff --git a/docs/html/sdk/api_diff/4/changes/methods_index_additions.html b/docs/html/sdk/api_diff/4/changes/methods_index_additions.html
index dcdadf6..86270d4 100644
--- a/docs/html/sdk/api_diff/4/changes/methods_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/methods_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/4/changes/methods_index_all.html b/docs/html/sdk/api_diff/4/changes/methods_index_all.html
index facbd82..fd4f229 100644
--- a/docs/html/sdk/api_diff/4/changes/methods_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/methods_index_all.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/4/changes/methods_index_changes.html b/docs/html/sdk/api_diff/4/changes/methods_index_changes.html
index d6088f3..88e203f 100644
--- a/docs/html/sdk/api_diff/4/changes/methods_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/methods_index_changes.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="C"></A>
<br><font size="+2">C</font>
diff --git a/docs/html/sdk/api_diff/4/changes/methods_index_removals.html b/docs/html/sdk/api_diff/4/changes/methods_index_removals.html
index 1cd2dc6..392307d 100644
--- a/docs/html/sdk/api_diff/4/changes/methods_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/methods_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="I"></A>
<br><font size="+2">I</font>
diff --git a/docs/html/sdk/api_diff/4/changes/packages_index_additions.html b/docs/html/sdk/api_diff/4/changes/packages_index_additions.html
index 3bac440..a77bd9f 100644
--- a/docs/html/sdk/api_diff/4/changes/packages_index_additions.html
+++ b/docs/html/sdk/api_diff/4/changes/packages_index_additions.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="changes-summary.html#android.accessibilityservice" class="hiddenlink" target="rightframe"><b>android.accessibilityservice</b></A><br>
<A HREF="changes-summary.html#android.gesture" class="hiddenlink" target="rightframe"><b>android.gesture</b></A><br>
<A HREF="changes-summary.html#android.speech.tts" class="hiddenlink" target="rightframe"><b>android.speech.tts</b></A><br>
diff --git a/docs/html/sdk/api_diff/4/changes/packages_index_all.html b/docs/html/sdk/api_diff/4/changes/packages_index_all.html
index 7e0b561..d27d95c 100644
--- a/docs/html/sdk/api_diff/4/changes/packages_index_all.html
+++ b/docs/html/sdk/api_diff/4/changes/packages_index_all.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="changes-summary.html#android.accessibilityservice" class="hiddenlink" target="rightframe"><b>android.accessibilityservice</b></A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
@@ -78,10 +77,8 @@
<A HREF="changes-summary.html#android.view.accessibility" class="hiddenlink" target="rightframe"><b>android.view.accessibility</b></A><br>
<A HREF="pkg_android.view.animation.html" class="hiddenlink" target="rightframe">android.view.animation</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
+<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
+<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/4/changes/packages_index_changes.html b/docs/html/sdk/api_diff/4/changes/packages_index_changes.html
index ed51c87..4299ed1 100644
--- a/docs/html/sdk/api_diff/4/changes/packages_index_changes.html
+++ b/docs/html/sdk/api_diff/4/changes/packages_index_changes.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
<A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br>
@@ -74,10 +73,8 @@
<A HREF="pkg_android.view.html" class="hiddenlink" target="rightframe">android.view</A><br>
<A HREF="pkg_android.view.animation.html" class="hiddenlink" target="rightframe">android.view.animation</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
+<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
+<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/4/changes/packages_index_removals.html b/docs/html/sdk/api_diff/4/changes/packages_index_removals.html
index d4d0afb..cd89a22 100644
--- a/docs/html/sdk/api_diff/4/changes/packages_index_removals.html
+++ b/docs/html/sdk/api_diff/4/changes/packages_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.app.html b/docs/html/sdk/api_diff/4/changes/pkg_android.app.html
index acd66f3..2595bbe 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.app.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.app.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.content.html b/docs/html/sdk/api_diff/4/changes/pkg_android.content.html
index db3f896..457912e 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.content.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.content.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.content.pm.html b/docs/html/sdk/api_diff/4/changes/pkg_android.content.pm.html
index 7bfd185..0ad5f80 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.content.pm.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.content.pm.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.content.res.html b/docs/html/sdk/api_diff/4/changes/pkg_android.content.res.html
index 8a07bb2..b11f799 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.content.res.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.content.res.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.drawable.html b/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.drawable.html
index 3fa65de..94659fd 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.drawable.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.html
index 6d6caac..fe64e72 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.graphics.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.hardware.html b/docs/html/sdk/api_diff/4/changes/pkg_android.hardware.html
index ddce23d..2c9ef0b 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.hardware.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.hardware.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.html b/docs/html/sdk/api_diff/4/changes/pkg_android.html
index 596b5c1..3e358ca 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.inputmethodservice.html b/docs/html/sdk/api_diff/4/changes/pkg_android.inputmethodservice.html
index 5027272..a422be2 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.inputmethodservice.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.inputmethodservice.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.location.html b/docs/html/sdk/api_diff/4/changes/pkg_android.location.html
index 344b11f..023ef62 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.location.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.location.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.media.html b/docs/html/sdk/api_diff/4/changes/pkg_android.media.html
index 19cf361..f3a60bb 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.media.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.media.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.net.wifi.html b/docs/html/sdk/api_diff/4/changes/pkg_android.net.wifi.html
index 50e52736..74b182c 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.net.wifi.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.net.wifi.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.opengl.html b/docs/html/sdk/api_diff/4/changes/pkg_android.opengl.html
index d2483d41..3689e7c 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.opengl.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.opengl.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.os.html b/docs/html/sdk/api_diff/4/changes/pkg_android.os.html
index dc22fd4..ef994f9 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.os.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.os.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.provider.html b/docs/html/sdk/api_diff/4/changes/pkg_android.provider.html
index 87aaaf2..295126e 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.provider.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.provider.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.gsm.html b/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.gsm.html
index 176a343..3d6fcde 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.gsm.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.gsm.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.html b/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.html
index a40a526..e2175ba 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.telephony.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -109,6 +109,21 @@
</TR>
</TABLE>
+<p>
+<a NAME="Changed"></a>
+<TABLE summary="Changed Classes" WIDTH="100%">
+<TR>
+ <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
+</TH>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="TelephonyManager"></A>
+ <nobr><A HREF="android.telephony.TelephonyManager.html">TelephonyManager</A></nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+</TABLE>
+
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.test.html b/docs/html/sdk/api_diff/4/changes/pkg_android.test.html
index 7fa10be..28c1fc9 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.test.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.test.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.test.mock.html b/docs/html/sdk/api_diff/4/changes/pkg_android.test.mock.html
index 6d5a183..e971fed 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.test.mock.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.test.mock.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.text.style.html b/docs/html/sdk/api_diff/4/changes/pkg_android.text.style.html
index ab59848..64b7353 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.text.style.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.text.style.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.util.html b/docs/html/sdk/api_diff/4/changes/pkg_android.util.html
index 5a936ae..5a35a6f 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.util.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.util.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.view.animation.html b/docs/html/sdk/api_diff/4/changes/pkg_android.view.animation.html
index a88e7fc..0cfa915 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.view.animation.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.view.animation.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.view.html b/docs/html/sdk/api_diff/4/changes/pkg_android.view.html
index 381a339..4914da2 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.view.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.view.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_android.widget.html b/docs/html/sdk/api_diff/4/changes/pkg_android.widget.html
index 1388a0c..a0b6f8e 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_android.widget.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_android.widget.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.lang.html b/docs/html/sdk/api_diff/4/changes/pkg_java.lang.html
deleted file mode 100644
index 4206681..0000000
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.lang.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/lang/package-summary.html" target="_top"><font size="+1"><code>java.lang</code></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="String"></A>
- <nobr><A HREF="java.lang.String.html">String</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.html
similarity index 92%
rename from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
rename to docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.html
index 9d98155..8e64161 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+java.util.concurrent
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/java/util/concurrent/package-summary.html" target="_top"><font size="+1"><code>java.util.concurrent</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="TimeUnit"></A>
+ <nobr><A HREF="java.util.concurrent.TimeUnit.html">TimeUnit</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.locks.html
similarity index 90%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.locks.html
index 9d98155..f66e05a 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/4/changes/pkg_java.util.concurrent.locks.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+java.util.concurrent.locks
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.19 19:34</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/java/util/concurrent/locks/package-summary.html" target="_top"><font size="+1"><code>java.util.concurrent.locks</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="AbstractQueuedSynchronizer"></A>
+ <nobr><A HREF="java.util.concurrent.locks.AbstractQueuedSynchronizer.html">AbstractQueuedSynchronizer</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.util.html b/docs/html/sdk/api_diff/4/changes/pkg_java.util.html
deleted file mode 100644
index 1702f22..0000000
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.util.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.util
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/util/package-summary.html" target="_top"><font size="+1"><code>java.util</code></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Date"></A>
- <nobr><A HREF="java.util.Date.html">Date</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/4/missingSinces.txt b/docs/html/sdk/api_diff/4/missingSinces.txt
index 2cdddf9..1a30826 100644
--- a/docs/html/sdk/api_diff/4/missingSinces.txt
+++ b/docs/html/sdk/api_diff/4/missingSinces.txt
@@ -127,6 +127,7 @@
NO DOC BLOCK: android.R.attr Field contentDescription
NO DOC BLOCK: android.content.Context Field CONTEXT_RESTRICTED
NO DOC BLOCK: android.os.Build Field CPU_ABI
+NO DOC BLOCK: android.telephony.TelephonyManager Field DATA_ACTIVITY_DORMANT
NO DOC BLOCK: android.util.TypedValue Field density
NO DOC BLOCK: android.util.DisplayMetrics Field DENSITY_DEFAULT
NO DOC BLOCK: android.util.TypedValue Field DENSITY_DEFAULT
@@ -178,10 +179,15 @@
NO DOC BLOCK: android.R.anim Field linear_interpolator
NO DOC BLOCK: android.os.Build Field MANUFACTURER
NO DOC BLOCK: android.R.attr Field maxSdkVersion
+NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_1xRTT
+NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_CDMA
+NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_EVDO_0
+NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_EVDO_A
NO DOC BLOCK: android.R.attr Field normalScreens
NO DOC BLOCK: android.R.attr Field onClick
NO DOC BLOCK: android.R.anim Field overshoot_interpolator
NO DOC BLOCK: android.content.pm.ProviderInfo Field pathPermissions
+NO DOC BLOCK: android.telephony.TelephonyManager Field PHONE_TYPE_CDMA
NO DOC BLOCK: android.R.attr Field progressBarStyleInverse
NO DOC BLOCK: android.R.attr Field progressBarStyleLargeInverse
NO DOC BLOCK: android.R.attr Field progressBarStyleSmallInverse
diff --git a/docs/html/sdk/api_diff/4/stylesheet-jdiff.css b/docs/html/sdk/api_diff/4/stylesheet-jdiff.css
index 824b3df..edafaa3 100644
--- a/docs/html/sdk/api_diff/4/stylesheet-jdiff.css
+++ b/docs/html/sdk/api_diff/4/stylesheet-jdiff.css
@@ -3,7 +3,6 @@
div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
table.diffspectable {border:1px;padding:0px;margin:0px;}
-table.jdiffIndex {margin-bottom:.5em;}
.diffspechead {background-color:#eee;}
.diffspectable tr {border:0px;padding:0px;}
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
@@ -30,9 +29,16 @@
}
.hiddenlink {
font-size:96%;
-/* line-height:.8em; */
+ line-height:.8em;
text-decoration:none;}
a {
text-decoration:none;}
a:hover {
text-decoration:underline;}
+.indexBox {
+ border: 1px solid red;
+ margin:1em 0 0 0;}
+.letterIndexHead {
+ font-size: 1.5em;font-weight:9;
+ margin:0 0 0em 0;
+ border: 1px solid red;}
diff --git a/docs/html/sdk/api_diff/4/user_comments_for_3_to_4.xml b/docs/html/sdk/api_diff/4/user_comments_for_3_to_4.xml
index b0aba96..fc81d6a 100644
--- a/docs/html/sdk/api_diff/4/user_comments_for_3_to_4.xml
+++ b/docs/html/sdk/api_diff/4/user_comments_for_3_to_4.xml
@@ -2278,6 +2278,48 @@
</text>
</comment>
<comment>
+ <identifier id="android.telephony.TelephonyManager"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_CDMA"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.telephony.TelephonyManager.PHONE_TYPE_CDMA"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
<identifier id="android.telephony.gsm"/>
<text>
InsertCommentsHere
@@ -3148,109 +3190,25 @@
</text>
</comment>
<comment>
- <identifier id="java.lang"/>
+ <identifier id="java.util.concurrent"/>
<text>
InsertCommentsHere
</text>
</comment>
<comment>
- <identifier id="java.lang.String"/>
+ <identifier id="java.util.concurrent.TimeUnit"/>
<text>
InsertCommentsHere
</text>
</comment>
<comment>
- <identifier id="java.lang.String.ctor_changed()"/>
+ <identifier id="java.util.concurrent.locks"/>
<text>
InsertCommentsHere
</text>
</comment>
<comment>
- <identifier id="java.lang.String.ctor_changed(byte[])"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int, int, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.lang.String, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.net.Proxy)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.net.SocketImpl)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date.ctor_changed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date.ctor_changed(int, int, int, int, int, int)"/>
+ <identifier id="java.util.concurrent.locks.AbstractQueuedSynchronizer"/>
<text>
InsertCommentsHere
</text>
diff --git a/docs/html/sdk/api_diff/5/changes.html b/docs/html/sdk/api_diff/5/changes.html
index 671e890..be38d28 100644
--- a/docs/html/sdk/api_diff/5/changes.html
+++ b/docs/html/sdk/api_diff/5/changes.html
@@ -4,7 +4,7 @@
<meta name="generator" content="JDiff v1.1.0">
<!-- Generated by the JDiff Javadoc doclet -->
<!-- (http://www.jdiff.org) -->
-<!-- on Wed Oct 21 21:05:31 PDT 2009 -->
+<!-- on Thu Nov 19 19:35:19 PST 2009 -->
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
@@ -24,22 +24,22 @@
</noscript>
<style type="text/css">
</style>
-</HEAD>
-<FRAMESET COLS="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
+</head>
+<frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
<frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
- <FRAME SRC="changes/jdiff_topleftframe.html" SCROLLING="no" NAME="topleftframe" frameborder="1">
- <FRAME SRC="changes/alldiffs_index_all.html" SCROLLING="auto" NAME="bottomleftframe" frameborder="1">
- </FRAMESET>
- <FRAME SRC="changes/changes-summary.html" SCROLLING="auto" NAME="rightframe" frameborder="1">
-</FRAMESET>
-<NOFRAMES>
-<H2>
+ <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
+ <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
+ </frameset>
+ <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
+</frameset>
+<noframes>
+<h2>
Frame Alert
-</H2>
+</h2>
-<P>
+<p>
This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
-<BR>
-Link to <A HREF="changes/changes-summary.html" target="_top">Non-frame version.</A>
-</NOFRAMES>
-</HTML>
+<br>
+Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A>
+</noframes>
+</html>
diff --git a/docs/html/sdk/api_diff/5/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/5/changes/alldiffs_index_additions.html
index 262429c..33d78fe 100644
--- a/docs/html/sdk/api_diff/5/changes/alldiffs_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/alldiffs_index_additions.html
@@ -44,12 +44,12 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field _SYNC_ACCOUNT_TYPE -->
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -80,7 +80,7 @@
<!-- Constructor AbsoluteSizeSpan -->
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -232,7 +232,7 @@
<!-- Method beginTransactionWithListener -->
<A NAME="B"></A>
<br><font size="+2">B</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -261,9 +261,6 @@
(<code>SQLiteTransactionListener</code>)</A></nobr><br>
<!-- Constructor BitmapDrawable -->
<i>BitmapDrawable</i><br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
-(<code>Resources</code>)</A></nobr> constructor<br>
-<!-- Constructor BitmapDrawable -->
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.lang.String)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
(<code>Resources, String</code>)</A></nobr> constructor<br>
<!-- Constructor BitmapDrawable -->
@@ -272,7 +269,7 @@
<!-- Method cancel -->
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -585,10 +582,10 @@
<!-- Field CREATOR -->
<nobr><A HREF="android.os.Debug.MemoryInfo.html#android.os.Debug.MemoryInfo.CREATOR" class="hiddenlink" target="rightframe">CREATOR</A>
</nobr><br>
-<!-- Field DATA_ACTIVITY_DORMANT -->
+<!-- Field DEFAULT_ALARM_ALERT_URI -->
<A NAME="D"></A>
<br><font size="+2">D</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -613,9 +610,6 @@
<a href="#Y"><font size="-2">Y</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
-</nobr><br>
-<!-- Field DEFAULT_ALARM_ALERT_URI -->
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEFAULT_ALARM_ALERT_URI" class="hiddenlink" target="rightframe">DEFAULT_ALARM_ALERT_URI</A>
</nobr><br>
<!-- Field density -->
@@ -648,7 +642,7 @@
<!-- Field ECLAIR -->
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -803,7 +797,7 @@
<!-- Field fadeScrollbars -->
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -925,7 +919,7 @@
<!-- Class GeolocationPermissions -->
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1157,7 +1151,7 @@
<!-- Method hasIccCard -->
<A NAME="H"></A>
<br><font size="+2">H</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1196,7 +1190,7 @@
<!-- Field importanceReasonCode -->
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1289,7 +1283,7 @@
<!-- Class KeyEvent.DispatcherState -->
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1321,7 +1315,7 @@
<!-- Class LabeledIntent -->
<A NAME="L"></A>
<br><font size="+2">L</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1355,7 +1349,7 @@
<!-- Field MANAGE_ACCOUNTS -->
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1393,7 +1387,7 @@
<!-- Field navigationHidden -->
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1429,18 +1423,6 @@
<!-- Field NAVIGATIONHIDDEN_YES -->
<nobr><A HREF="android.content.res.Configuration.html#android.content.res.Configuration.NAVIGATIONHIDDEN_YES" class="hiddenlink" target="rightframe">NAVIGATIONHIDDEN_YES</A>
</nobr><br>
-<!-- Field NETWORK_TYPE_1xRTT -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_CDMA -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_EVDO_0 -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_EVDO_A -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
-</nobr><br>
<!-- Field NETWORK_TYPE_HSDPA -->
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSDPA</A>
</nobr><br>
@@ -1459,7 +1441,7 @@
<!-- Method obtain -->
<A NAME="O"></A>
<br><font size="+2">O</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1577,7 +1559,7 @@
<!-- Class Pair -->
<A NAME="P"></A>
<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1605,9 +1587,6 @@
<A HREF="pkg_android.util.html#Pair" class="hiddenlink" target="rightframe"><b>Pair</b></A><br>
<!-- Class ParcelUuid -->
<A HREF="pkg_android.os.html#ParcelUuid" class="hiddenlink" target="rightframe"><b>ParcelUuid</b></A><br>
-<!-- Field PHONE_TYPE_CDMA -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
-</nobr><br>
<!-- Class PluginStub -->
<A HREF="pkg_android.webkit.html#PluginStub" class="hiddenlink" target="rightframe"><b><i>PluginStub</i></b></A><br>
<!-- Method postUrl -->
@@ -1616,7 +1595,7 @@
<!-- Class QuickContactBadge -->
<A NAME="Q"></A>
<br><font size="+2">Q</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1648,7 +1627,7 @@
<!-- Method readExceptionWithOperationApplicationExceptionFromParcel -->
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1717,7 +1696,7 @@
<!-- Field SCENE_MODE_ACTION -->
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2023,7 +2002,7 @@
<!-- Method takePicture -->
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2095,7 +2074,7 @@
<!-- Field uid -->
<A NAME="U"></A>
<br><font size="+2">U</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2121,12 +2100,12 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>uid</i><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
</nobr><br>
<!-- Field uid -->
- in
-<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
</nobr><br>
<!-- Method unlock -->
<nobr><A HREF="android.hardware.Camera.html#android.hardware.Camera.unlock_added()" class="hiddenlink" target="rightframe"><b>unlock</b>
@@ -2140,7 +2119,7 @@
<!-- Field VIRTUAL_KEY -->
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2170,7 +2149,7 @@
<!-- Field wallpaperCloseEnterAnimation -->
<A NAME="W"></A>
<br><font size="+2">W</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2257,7 +2236,7 @@
<!-- Field YCbCr_422_I -->
<A NAME="Y"></A>
<br><font size="+2">Y</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
diff --git a/docs/html/sdk/api_diff/5/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/5/changes/alldiffs_index_all.html
index 75f182e..4ef879a 100644
--- a/docs/html/sdk/api_diff/5/changes/alldiffs_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/alldiffs_index_all.html
@@ -44,12 +44,12 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field _SYNC_ACCOUNT -->
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -85,7 +85,7 @@
<!-- Class AbsoluteSizeSpan -->
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -352,7 +352,7 @@
<!-- Class BatteryManager -->
<A NAME="B"></A>
<br><font size="+2">B</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -387,15 +387,6 @@
<i>BitmapDrawable</i><br>
<A HREF="android.graphics.drawable.BitmapDrawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br>
<!-- Constructor BitmapDrawable -->
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed()" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-()</A></nobr> constructor<br>
-<!-- Constructor BitmapDrawable -->
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-(<code>Bitmap</code>)</A></nobr> constructor<br>
-<!-- Constructor BitmapDrawable -->
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
-(<code>Resources</code>)</A></nobr> constructor<br>
-<!-- Constructor BitmapDrawable -->
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.lang.String)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
(<code>Resources, String</code>)</A></nobr> constructor<br>
<!-- Constructor BitmapDrawable -->
@@ -416,7 +407,7 @@
<!-- Class CallbackProxy -->
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -642,12 +633,12 @@
</nobr><br>
<!-- Field COMPANY -->
<i>COMPANY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field COMPANY -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Method compare -->
<nobr><A HREF="android.telephony.PhoneNumberUtils.html#android.telephony.PhoneNumberUtils.compare_added(android.content.Context, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe"><b>compare</b>
@@ -819,32 +810,32 @@
(<code>Object</code>)</A></nobr><br>
<!-- Field CONTENT_DIRECTORY -->
<i>CONTENT_DIRECTORY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Field CONTENT_EMAIL_ITEM_TYPE -->
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_EMAIL_ITEM_TYPE</A>
@@ -866,24 +857,24 @@
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
<i>CONTENT_ITEM_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_POSTAL_ITEM_TYPE -->
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_ITEM_TYPE</A>
@@ -893,69 +884,69 @@
</nobr><br>
<!-- Field CONTENT_TYPE -->
<i>CONTENT_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_URI -->
<i>CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
+<nobr> in
+<A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Field contentAuthority -->
<nobr><A HREF="android.R.attr.html#android.R.attr.contentAuthority" class="hiddenlink" target="rightframe">contentAuthority</A>
@@ -991,31 +982,76 @@
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE" class="hiddenlink" target="rightframe">CUSTOM_RINGTONE</A>
</nobr><br>
<!-- Package dalvik.system -->
-<A NAME="D"></A>
+<span class="letterIndexHead">D
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
<!-- Field DATA -->
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<i>DATA</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field DATA -->
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
-</nobr><br>
-<!-- Field DATA_ACTIVITY_DORMANT -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<!-- Class DatabaseUtils -->
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<!-- Class Date -->
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<!-- Class DateUtils -->
<A HREF="android.text.format.DateUtils.html" class="hiddenlink" target="rightframe">DateUtils</A><br>
<!-- Class Debug.MemoryInfo -->
@@ -1028,61 +1064,61 @@
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Field DELETED_CONTENT_URI -->
<i>DELETED_CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field DELETED_CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field density -->
<nobr><A HREF="android.text.TextPaint.html#android.text.TextPaint.density" class="hiddenlink" target="rightframe">density</A>
@@ -1135,7 +1171,7 @@
<!-- Field ECLAIR -->
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1316,7 +1352,7 @@
<!-- Field fadeScrollbars -->
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1404,6 +1440,9 @@
<!-- Field FLAG_TURN_SCREEN_ON -->
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON" class="hiddenlink" target="rightframe">FLAG_TURN_SCREEN_ON</A>
</nobr><br>
+<!-- Field FLAG_USE_CHILD_DRAWING_ORDER -->
+<nobr><A HREF="android.view.ViewGroup.html#android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER" class="hiddenlink" target="rightframe"><strike>FLAG_USE_CHILD_DRAWING_ORDER</strike></A>
+</nobr><br>
<!-- Field FLAG_VIRTUAL_HARD_KEY -->
<nobr><A HREF="android.view.KeyEvent.html#android.view.KeyEvent.FLAG_VIRTUAL_HARD_KEY" class="hiddenlink" target="rightframe">FLAG_VIRTUAL_HARD_KEY</A>
</nobr><br>
@@ -1451,7 +1490,7 @@
<!-- Class GeolocationPermissions -->
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1779,7 +1818,7 @@
<!-- Class HandlerThread -->
<A NAME="H"></A>
<br><font size="+2">H</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1827,7 +1866,7 @@
<!-- Field IM_ACCOUNT -->
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1858,34 +1897,25 @@
</nobr><br>
<!-- Field IM_HANDLE -->
<i>IM_HANDLE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field IM_HANDLE -->
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<!-- Field IM_ISPRIMARY -->
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_ISPRIMARY" class="hiddenlink" target="rightframe">IM_ISPRIMARY</A>
</nobr><br>
<!-- Field IM_PROTOCOL -->
<i>IM_PROTOCOL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field IM_PROTOCOL -->
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
-<!-- Class ImageSpan -->
-<i>ImageSpan</i><br>
- <A HREF="android.text.style.ImageSpan.html" class="hiddenlink" target="rightframe">android.text.style</A><br>
-<!-- Constructor ImageSpan -->
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap</code>)</A></nobr> constructor<br>
-<!-- Constructor ImageSpan -->
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap, int</code>)</A></nobr> constructor<br>
<!-- Field importanceReasonCode -->
<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.importanceReasonCode" class="hiddenlink" target="rightframe">importanceReasonCode</A>
</nobr><br>
@@ -1943,16 +1973,16 @@
()</A></nobr><br>
<!-- Field ISPRIMARY -->
<i>ISPRIMARY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field ISPRIMARY -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field ISPRIMARY -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Method isScrollbarFadingEnabled -->
<nobr><A HREF="android.view.View.html#android.view.View.isScrollbarFadingEnabled_added()" class="hiddenlink" target="rightframe"><b>isScrollbarFadingEnabled</b>
@@ -1981,24 +2011,104 @@
<!-- Method isWiredHeadsetOn -->
<nobr><A HREF="android.media.AudioManager.html#android.media.AudioManager.isWiredHeadsetOn_added()" class="hiddenlink" target="rightframe"><b>isWiredHeadsetOn</b>
()</A></nobr><br>
-<!-- Package java.lang -->
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<!-- Package java.util.concurrent -->
+<span class="letterIndexHead">J
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
<!-- Package java.util.concurrent.locks -->
+<span class="letterIndexHead">J
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<!-- Field JOB_TITLE -->
+<A NAME="J"></A>
+<br><font size="+2">J</font>
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Y"><font size="-2">Y</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.JOB_TITLE" class="hiddenlink" target="rightframe">JOB_TITLE</A>
</nobr><br>
<!-- Field KEY -->
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2061,7 +2171,7 @@
<!-- Field LABEL -->
<A NAME="L"></A>
<br><font size="+2">L</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2089,16 +2199,16 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>LABEL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field LABEL -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field LABEL -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Class LabeledIntent -->
<A HREF="pkg_android.content.pm.html#LabeledIntent" class="hiddenlink" target="rightframe"><b>LabeledIntent</b></A><br>
@@ -2147,7 +2257,7 @@
<!-- Field MANAGE_ACCOUNTS -->
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2210,7 +2320,7 @@
<!-- Field NAME -->
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2238,20 +2348,20 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Field navigationHidden -->
<nobr><A HREF="android.content.res.Configuration.html#android.content.res.Configuration.navigationHidden" class="hiddenlink" target="rightframe">navigationHidden</A>
@@ -2274,18 +2384,6 @@
<!-- Constructor NeighboringCellInfo -->
<nobr><A HREF="android.telephony.NeighboringCellInfo.html#android.telephony.NeighboringCellInfo.ctor_changed(int, int)" class="hiddenlink" target="rightframe">NeighboringCellInfo
(<code>int, int</code>)</A></nobr> constructor<br>
-<!-- Field NETWORK_TYPE_1xRTT -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_CDMA -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_EVDO_0 -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
-</nobr><br>
-<!-- Field NETWORK_TYPE_EVDO_A -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
-</nobr><br>
<!-- Field NETWORK_TYPE_HSDPA -->
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSDPA</A>
</nobr><br>
@@ -2298,24 +2396,18 @@
<!-- Method newDrawable -->
<nobr><A HREF="android.graphics.drawable.Drawable.ConstantState.html#android.graphics.drawable.Drawable.ConstantState.newDrawable_added(android.content.res.Resources)" class="hiddenlink" target="rightframe"><b>newDrawable</b>
(<code>Resources</code>)</A></nobr><br>
-<!-- Class NinePatchDrawable -->
-<i>NinePatchDrawable</i><br>
- <A HREF="android.graphics.drawable.NinePatchDrawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br>
-<!-- Constructor NinePatchDrawable -->
- <nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe">NinePatchDrawable
-(<code>Bitmap, byte[], Rect, String</code>)</A></nobr> constructor<br>
<!-- Field NOTES -->
<i>NOTES</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
<!-- Field NOTES -->
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field NOTES -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Class Notification -->
<A HREF="android.app.Notification.html" class="hiddenlink" target="rightframe">Notification</A><br>
@@ -2333,7 +2425,7 @@
<!-- Method obtain -->
<A NAME="O"></A>
<br><font size="+2">O</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2462,7 +2554,7 @@
<!-- Class PackageInfo -->
<A NAME="P"></A>
<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2501,32 +2593,32 @@
()</A></nobr><br>
<!-- Field PERSON_ID -->
<i>PERSON_ID</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<!-- Field PHONE -->
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE" class="hiddenlink" target="rightframe">PHONE</A>
@@ -2537,21 +2629,18 @@
<!-- Field PHONE_TYPE -->
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE_TYPE" class="hiddenlink" target="rightframe">PHONE_TYPE</A>
</nobr><br>
-<!-- Field PHONE_TYPE_CDMA -->
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
-</nobr><br>
<!-- Class PhoneNumberUtils -->
<A HREF="android.telephony.PhoneNumberUtils.html" class="hiddenlink" target="rightframe">PhoneNumberUtils</A><br>
<!-- Class PhoneStateListener -->
<A HREF="android.telephony.PhoneStateListener.html" class="hiddenlink" target="rightframe">PhoneStateListener</A><br>
<!-- Field PHONETIC_NAME -->
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field PHONETIC_NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Field PHOTO_VERSION -->
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHOTO_VERSION" class="hiddenlink" target="rightframe">PHOTO_VERSION</A>
@@ -2639,7 +2728,7 @@
<!-- Method queryGroups -->
<A NAME="Q"></A>
<br><font size="+2">Q</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2676,7 +2765,7 @@
<!-- Class R.attr -->
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2785,7 +2874,7 @@
<!-- Field SCENE_MODE_ACTION -->
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3090,24 +3179,6 @@
<!-- Field smallIcon -->
<nobr><A HREF="android.R.attr.html#android.R.attr.smallIcon" class="hiddenlink" target="rightframe">smallIcon</A>
</nobr><br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Class SQLiteDatabase -->
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<!-- Class SQLiteTransactionListener -->
@@ -3178,24 +3249,6 @@
<!-- Field STREAM_DTMF -->
<nobr><A HREF="android.media.AudioManager.html#android.media.AudioManager.STREAM_DTMF" class="hiddenlink" target="rightframe">STREAM_DTMF</A>
</nobr><br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Field SUGGEST_PARAMETER_LIMIT -->
<nobr><A HREF="android.app.SearchManager.html#android.app.SearchManager.SUGGEST_PARAMETER_LIMIT" class="hiddenlink" target="rightframe">SUGGEST_PARAMETER_LIMIT</A>
</nobr><br>
@@ -3259,7 +3312,7 @@
<!-- Method takePicture -->
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3357,29 +3410,29 @@
</A></nobr><br>
<!-- Field TYPE -->
<i>TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
<i>TYPE_CUSTOM</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_FAX_HOME -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_HOME" class="hiddenlink" target="rightframe">TYPE_FAX_HOME</A>
@@ -3389,28 +3442,28 @@
</nobr><br>
<!-- Field TYPE_HOME -->
<i>TYPE_HOME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_HOME -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_MOBILE -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_MOBILE" class="hiddenlink" target="rightframe">TYPE_MOBILE</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
<i>TYPE_OTHER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_PAGER -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_PAGER" class="hiddenlink" target="rightframe">TYPE_PAGER</A>
@@ -3423,21 +3476,21 @@
</nobr><br>
<!-- Field TYPE_WORK -->
<i>TYPE_WORK</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_WORK -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_WORK -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field uid -->
<A NAME="U"></A>
<br><font size="+2">U</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3465,12 +3518,12 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>uid</i><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
</nobr><br>
<!-- Field uid -->
- in
-<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
</nobr><br>
<!-- Method unlock -->
<nobr><A HREF="android.hardware.Camera.html#android.hardware.Camera.unlock_added()" class="hiddenlink" target="rightframe"><b>unlock</b>
@@ -3494,7 +3547,7 @@
<!-- Field VALUE -->
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3522,12 +3575,12 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>VALUE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
<!-- Field VALUE -->
- in
-<nobr><A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
</nobr><br>
<!-- Class VideoView -->
<A HREF="android.widget.VideoView.html" class="hiddenlink" target="rightframe">VideoView</A><br>
@@ -3535,6 +3588,8 @@
<A HREF="android.view.View.html" class="hiddenlink" target="rightframe">View</A><br>
<!-- Class ViewConfiguration -->
<A HREF="android.view.ViewConfiguration.html" class="hiddenlink" target="rightframe">ViewConfiguration</A><br>
+<!-- Class ViewGroup -->
+<A HREF="android.view.ViewGroup.html" class="hiddenlink" target="rightframe">ViewGroup</A><br>
<!-- Field VIRTUAL_KEY -->
<nobr><A HREF="android.view.HapticFeedbackConstants.html#android.view.HapticFeedbackConstants.VIRTUAL_KEY" class="hiddenlink" target="rightframe">VIRTUAL_KEY</A>
</nobr><br>
@@ -3547,7 +3602,7 @@
<!-- Field wallpaperCloseEnterAnimation -->
<A NAME="W"></A>
<br><font size="+2">W</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3648,7 +3703,7 @@
<!-- Field YCbCr_422_I -->
<A NAME="Y"></A>
<br><font size="+2">Y</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -3683,7 +3738,7 @@
<!-- Class Zygote -->
<A NAME="Z"></A>
<br><font size="+2">Z</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
diff --git a/docs/html/sdk/api_diff/5/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/5/changes/alldiffs_index_changes.html
index 0913984..3e42fc8 100644
--- a/docs/html/sdk/api_diff/5/changes/alldiffs_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/alldiffs_index_changes.html
@@ -44,12 +44,12 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<!-- Field _SYNC_ACCOUNT -->
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -81,7 +81,7 @@
<!-- Class AbsoluteSizeSpan -->
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -221,7 +221,7 @@
<!-- Class BatteryManager -->
<A NAME="B"></A>
<br><font size="+2">B</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -266,7 +266,7 @@
<!-- Class CallbackProxy -->
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -320,12 +320,12 @@
()</A></nobr><br>
<!-- Field COMPANY -->
<i>COMPANY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field COMPANY -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Class Configuration -->
<A HREF="android.content.res.Configuration.html" class="hiddenlink" target="rightframe">Configuration</A><br>
@@ -393,32 +393,32 @@
<A HREF="android.provider.Contacts.SettingsColumns.html" class="hiddenlink" target="rightframe"><i>Contacts.SettingsColumns</i></A><br>
<!-- Field CONTENT_DIRECTORY -->
<i>CONTENT_DIRECTORY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field CONTENT_DIRECTORY -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Field CONTENT_EMAIL_ITEM_TYPE -->
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_EMAIL_ITEM_TYPE</A>
@@ -440,24 +440,24 @@
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
<i>CONTENT_ITEM_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_ITEM_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_POSTAL_ITEM_TYPE -->
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_ITEM_TYPE</A>
@@ -467,69 +467,69 @@
</nobr><br>
<!-- Field CONTENT_TYPE -->
<i>CONTENT_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_URI -->
<i>CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
+<nobr> in
+<A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Class ContentProvider -->
<A HREF="android.content.ContentProvider.html" class="hiddenlink" target="rightframe">ContentProvider</A><br>
@@ -548,28 +548,74 @@
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE" class="hiddenlink" target="rightframe">CUSTOM_RINGTONE</A>
</nobr><br>
<!-- Package dalvik.system -->
-<A NAME="D"></A>
+<span class="letterIndexHead">D
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
<!-- Field DATA -->
+<A NAME="D"></A>
+<br><font size="+2">D</font>
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#J"><font size="-2">J</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<i>DATA</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field DATA -->
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<!-- Class DatabaseUtils -->
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<!-- Class Date -->
-<i>Date</i><br>
- <A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">java.util</A><br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
-<!-- Constructor Date -->
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
<!-- Class DateUtils -->
<A HREF="android.text.format.DateUtils.html" class="hiddenlink" target="rightframe">DateUtils</A><br>
<!-- Class Debug.MemoryInfo -->
@@ -579,61 +625,61 @@
(<code>String</code>)</A></nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
<!-- Field DEFAULT_SORT_ORDER -->
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<!-- Field DELETED_CONTENT_URI -->
<i>DELETED_CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
<!-- Field DELETED_CONTENT_URI -->
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<!-- Class Dialog -->
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
@@ -656,7 +702,7 @@
<!-- Field EMAIL -->
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -708,7 +754,7 @@
<!-- Field FILTER_CONTACTS_ACTION -->
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -747,7 +793,7 @@
<!-- Method getContentLength -->
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -869,7 +915,7 @@
<!-- Class HandlerThread -->
<A NAME="H"></A>
<br><font size="+2">H</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -904,7 +950,7 @@
<!-- Field IM_ACCOUNT -->
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -934,34 +980,25 @@
</nobr><br>
<!-- Field IM_HANDLE -->
<i>IM_HANDLE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field IM_HANDLE -->
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<!-- Field IM_ISPRIMARY -->
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_ISPRIMARY" class="hiddenlink" target="rightframe">IM_ISPRIMARY</A>
</nobr><br>
<!-- Field IM_PROTOCOL -->
<i>IM_PROTOCOL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field IM_PROTOCOL -->
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
-<!-- Class ImageSpan -->
-<i>ImageSpan</i><br>
- <A HREF="android.text.style.ImageSpan.html" class="hiddenlink" target="rightframe">android.text.style</A><br>
-<!-- Constructor ImageSpan -->
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap</code>)</A></nobr> constructor<br>
-<!-- Constructor ImageSpan -->
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap, int</code>)</A></nobr> constructor<br>
<!-- Method injectInsrumentation -->
<nobr><A HREF="android.test.InstrumentationTestCase.html#android.test.InstrumentationTestCase.injectInsrumentation_changed(android.app.Instrumentation)" class="hiddenlink" target="rightframe">injectInsrumentation
(<code>Instrumentation</code>)</A></nobr><br>
@@ -977,38 +1014,115 @@
<A HREF="android.app.IntentService.html" class="hiddenlink" target="rightframe">IntentService</A><br>
<!-- Field ISPRIMARY -->
<i>ISPRIMARY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field ISPRIMARY -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field ISPRIMARY -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field isSyncable -->
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.isSyncable" class="hiddenlink" target="rightframe">isSyncable</A>
</nobr><br>
-<!-- Package java.lang -->
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Package java.net -->
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Package java.util -->
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<!-- Package java.util.concurrent -->
+<span class="letterIndexHead">J
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
<!-- Package java.util.concurrent.locks -->
+<span class="letterIndexHead">J
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+</span>
<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<!-- Field JOB_TITLE -->
+<A NAME="J"></A>
+<br><font size="+2">J</font>
+<a href="#_"><font size="-2">_</font></a>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#D"><font size="-2">D</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#F"><font size="-2">F</font></a>
+<a href="#G"><font size="-2">G</font></a>
+<a href="#H"><font size="-2">H</font></a>
+<a href="#I"><font size="-2">I</font></a>
+<a href="#K"><font size="-2">K</font></a>
+<a href="#L"><font size="-2">L</font></a>
+<a href="#M"><font size="-2">M</font></a>
+<a href="#N"><font size="-2">N</font></a>
+<a href="#O"><font size="-2">O</font></a>
+<a href="#P"><font size="-2">P</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#S"><font size="-2">S</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#V"><font size="-2">V</font></a>
+<a href="#W"><font size="-2">W</font></a>
+<a href="#Z"><font size="-2">Z</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.JOB_TITLE" class="hiddenlink" target="rightframe">JOB_TITLE</A>
</nobr><br>
<!-- Field KEY -->
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1065,7 +1179,7 @@
<!-- Field LABEL -->
<A NAME="L"></A>
<br><font size="+2">L</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1092,16 +1206,16 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>LABEL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field LABEL -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field LABEL -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field LAST_TIME_CONTACTED -->
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED" class="hiddenlink" target="rightframe">LAST_TIME_CONTACTED</A>
@@ -1143,7 +1257,7 @@
<!-- Class Manifest.permission -->
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1194,7 +1308,7 @@
<!-- Field NAME -->
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1221,20 +1335,20 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Class NeighboringCellInfo -->
<i>NeighboringCellInfo</i><br>
@@ -1245,24 +1359,18 @@
<!-- Constructor NeighboringCellInfo -->
<nobr><A HREF="android.telephony.NeighboringCellInfo.html#android.telephony.NeighboringCellInfo.ctor_changed(int, int)" class="hiddenlink" target="rightframe">NeighboringCellInfo
(<code>int, int</code>)</A></nobr> constructor<br>
-<!-- Class NinePatchDrawable -->
-<i>NinePatchDrawable</i><br>
- <A HREF="android.graphics.drawable.NinePatchDrawable.html" class="hiddenlink" target="rightframe">android.graphics.drawable</A><br>
-<!-- Constructor NinePatchDrawable -->
- <nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe">NinePatchDrawable
-(<code>Bitmap, byte[], Rect, String</code>)</A></nobr> constructor<br>
<!-- Field NOTES -->
<i>NOTES</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
<!-- Field NOTES -->
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field NOTES -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Class Notification -->
<A HREF="android.app.Notification.html" class="hiddenlink" target="rightframe">Notification</A><br>
@@ -1277,7 +1385,7 @@
<!-- Method onSignalStrengthChanged -->
<A NAME="O"></A>
<br><font size="+2">O</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1314,7 +1422,7 @@
<!-- Class PackageInfo -->
<A NAME="P"></A>
<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1348,32 +1456,32 @@
()</A></nobr><br>
<!-- Field PERSON_ID -->
<i>PERSON_ID</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<!-- Field PERSON_ID -->
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<!-- Field PHONE -->
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE" class="hiddenlink" target="rightframe">PHONE</A>
@@ -1390,12 +1498,12 @@
<A HREF="android.telephony.PhoneStateListener.html" class="hiddenlink" target="rightframe">PhoneStateListener</A><br>
<!-- Field PHONETIC_NAME -->
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
<!-- Field PHONETIC_NAME -->
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<!-- Field PHOTO_VERSION -->
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHOTO_VERSION" class="hiddenlink" target="rightframe">PHOTO_VERSION</A>
@@ -1478,7 +1586,7 @@
<!-- Method queryGroups -->
<A NAME="Q"></A>
<br><font size="+2">Q</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1509,7 +1617,7 @@
<!-- Class R.attr -->
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1575,7 +1683,7 @@
<!-- Field SEARCH_SUGGESTION_CLICKED -->
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1693,24 +1801,6 @@
</nobr><br>
<!-- Class SimpleCursorTreeAdapter -->
<A HREF="android.widget.SimpleCursorTreeAdapter.html" class="hiddenlink" target="rightframe">SimpleCursorTreeAdapter</A><br>
-<!-- Class Socket -->
-<i>Socket</i><br>
- <A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
-<!-- Constructor Socket -->
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
<!-- Class SQLiteDatabase -->
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<!-- Class StaleDexCacheError -->
@@ -1721,24 +1811,6 @@
<!-- Method startSync -->
<nobr><A HREF="android.content.ContentResolver.html#android.content.ContentResolver.startSync_changed(android.net.Uri, android.os.Bundle)" class="hiddenlink" target="rightframe">startSync
(<code>Uri, Bundle</code>)</A></nobr><br>
-<!-- Class String -->
-<i>String</i><br>
- <A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
-<!-- Constructor String -->
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<!-- Class Surface -->
<A HREF="android.view.Surface.html" class="hiddenlink" target="rightframe">Surface</A><br>
<!-- Field SURFACE_TYPE_GPU -->
@@ -1769,7 +1841,7 @@
<!-- Class TelephonyManager -->
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1827,29 +1899,29 @@
<A HREF="dalvik.system.TouchDex.html" class="hiddenlink" target="rightframe">TouchDex</A><br>
<!-- Field TYPE -->
<i>TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
<i>TYPE_CUSTOM</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_CUSTOM -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_FAX_HOME -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_HOME" class="hiddenlink" target="rightframe">TYPE_FAX_HOME</A>
@@ -1859,49 +1931,49 @@
</nobr><br>
<!-- Field TYPE_HOME -->
<i>TYPE_HOME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_HOME -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_MOBILE -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_MOBILE" class="hiddenlink" target="rightframe">TYPE_MOBILE</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
<i>TYPE_OTHER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_OTHER -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Field TYPE_PAGER -->
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_PAGER" class="hiddenlink" target="rightframe">TYPE_PAGER</A>
</nobr><br>
<!-- Field TYPE_WORK -->
<i>TYPE_WORK</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
<!-- Field TYPE_WORK -->
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<!-- Field TYPE_WORK -->
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<!-- Method unregisterHandler -->
<A NAME="U"></A>
<br><font size="+2">U</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1939,7 +2011,7 @@
<!-- Field VALUE -->
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -1966,12 +2038,12 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>VALUE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
<!-- Field VALUE -->
- in
-<nobr><A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
</nobr><br>
<!-- Class VideoView -->
<A HREF="android.widget.VideoView.html" class="hiddenlink" target="rightframe">VideoView</A><br>
@@ -1979,6 +2051,8 @@
<A HREF="android.view.View.html" class="hiddenlink" target="rightframe">View</A><br>
<!-- Class ViewConfiguration -->
<A HREF="android.view.ViewConfiguration.html" class="hiddenlink" target="rightframe">ViewConfiguration</A><br>
+<!-- Class ViewGroup -->
+<A HREF="android.view.ViewGroup.html" class="hiddenlink" target="rightframe">ViewGroup</A><br>
<!-- Class VMDebug -->
<A HREF="dalvik.system.VMDebug.html" class="hiddenlink" target="rightframe">VMDebug</A><br>
<!-- Class VMRuntime -->
@@ -1988,7 +2062,7 @@
<!-- Class WebChromeClient -->
<A NAME="W"></A>
<br><font size="+2">W</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
@@ -2028,7 +2102,7 @@
<!-- Class Zygote -->
<A NAME="Z"></A>
<br><font size="+2">Z</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
diff --git a/docs/html/sdk/api_diff/5/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/5/changes/alldiffs_index_removals.html
index f4d7aeb..df544c6 100644
--- a/docs/html/sdk/api_diff/5/changes/alldiffs_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/alldiffs_index_removals.html
@@ -44,20 +44,16 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
-<!-- Constructor BitmapDrawable -->
-<A NAME="B"></A>
-<br><font size="+2">B</font>
+<!-- Field FLAG_USE_CHILD_DRAWING_ORDER -->
+<A NAME="F"></A>
+<br><font size="+2">F</font>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<i>BitmapDrawable</i><br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed()" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-()</A></nobr> constructor<br>
-<!-- Constructor BitmapDrawable -->
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-(<code>Bitmap</code>)</A></nobr> constructor<br>
+<nobr><A HREF="android.view.ViewGroup.html#android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER" class="hiddenlink" target="rightframe"><strike>FLAG_USE_CHILD_DRAWING_ORDER</strike></A>
+</nobr><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/android.Manifest.permission.html b/docs/html/sdk/api_diff/5/changes/android.Manifest.permission.html
index e3cd25c..be337a6 100644
--- a/docs/html/sdk/api_diff/5/changes/android.Manifest.permission.html
+++ b/docs/html/sdk/api_diff/5/changes/android.Manifest.permission.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.R.attr.html b/docs/html/sdk/api_diff/5/changes/android.R.attr.html
index 1e6b5af..0b8ddaa 100644
--- a/docs/html/sdk/api_diff/5/changes/android.R.attr.html
+++ b/docs/html/sdk/api_diff/5/changes/android.R.attr.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.R.drawable.html b/docs/html/sdk/api_diff/5/changes/android.R.drawable.html
index a569de6a..84daf72 100644
--- a/docs/html/sdk/api_diff/5/changes/android.R.drawable.html
+++ b/docs/html/sdk/api_diff/5/changes/android.R.drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.R.style.html b/docs/html/sdk/api_diff/5/changes/android.R.style.html
index db0fd0d..5ee4afe 100644
--- a/docs/html/sdk/api_diff/5/changes/android.R.style.html
+++ b/docs/html/sdk/api_diff/5/changes/android.R.style.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.Activity.html b/docs/html/sdk/api_diff/5/changes/android.app.Activity.html
index 2d6da09..409de84 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.Activity.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.Activity.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningAppProcessInfo.html b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningAppProcessInfo.html
index ddf1030..943fd04 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningAppProcessInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningAppProcessInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningServiceInfo.html b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningServiceInfo.html
index e78ce2c..6c7d00c 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningServiceInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.RunningServiceInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.html b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.html
index b0393ba..513d31e 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.ActivityManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.Dialog.html b/docs/html/sdk/api_diff/5/changes/android.app.Dialog.html
index 17a8853..20b776d 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.Dialog.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.Dialog.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.IntentService.html b/docs/html/sdk/api_diff/5/changes/android.app.IntentService.html
index 413aa1e..44f59cd 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.IntentService.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.IntentService.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.LauncherActivity.html b/docs/html/sdk/api_diff/5/changes/android.app.LauncherActivity.html
index 779ac1f..1eafeab 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.LauncherActivity.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.LauncherActivity.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.Notification.html b/docs/html/sdk/api_diff/5/changes/android.app.Notification.html
index e668468..621f4a3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.Notification.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.Notification.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.NotificationManager.html b/docs/html/sdk/api_diff/5/changes/android.app.NotificationManager.html
index 2bd5fae..b0fc478 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.NotificationManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.NotificationManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.SearchManager.html b/docs/html/sdk/api_diff/5/changes/android.app.SearchManager.html
index ac9f3c1..e6e95cb 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.SearchManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.SearchManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.app.Service.html b/docs/html/sdk/api_diff/5/changes/android.app.Service.html
index 2c92ada..dfde229 100644
--- a/docs/html/sdk/api_diff/5/changes/android.app.Service.html
+++ b/docs/html/sdk/api_diff/5/changes/android.app.Service.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.BroadcastReceiver.html b/docs/html/sdk/api_diff/5/changes/android.content.BroadcastReceiver.html
index a6b5c3e5..9b0f58a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.BroadcastReceiver.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.BroadcastReceiver.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.ContentProvider.html b/docs/html/sdk/api_diff/5/changes/android.content.ContentProvider.html
index fc04c2d..ba3eef2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.ContentProvider.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.ContentProvider.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.ContentResolver.html b/docs/html/sdk/api_diff/5/changes/android.content.ContentResolver.html
index d932016..2ccc017 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.ContentResolver.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.ContentResolver.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.Context.html b/docs/html/sdk/api_diff/5/changes/android.content.Context.html
index fdba863..f66714f 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.Context.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.Context.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.ContextWrapper.html b/docs/html/sdk/api_diff/5/changes/android.content.ContextWrapper.html
index a9e5f39..a2f55d8 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.ContextWrapper.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.ContextWrapper.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.Intent.html b/docs/html/sdk/api_diff/5/changes/android.content.Intent.html
index 858e99b..bd30f3b 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.Intent.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.Intent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.ActivityInfo.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.ActivityInfo.html
index 34897c5..fd28af1 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.ActivityInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.ActivityInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageInfo.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageInfo.html
index ecaf34f..a9b257d 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageManager.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageManager.html
index 61bf5fb..4c7b240 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.PackageManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.ProviderInfo.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.ProviderInfo.html
index f1322d4..3aa8243 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.ProviderInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.ProviderInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.ResolveInfo.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.ResolveInfo.html
index 0e708d9..9a3bea8 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.ResolveInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.ResolveInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.pm.ServiceInfo.html b/docs/html/sdk/api_diff/5/changes/android.content.pm.ServiceInfo.html
index 855b66a..013d8c1 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.pm.ServiceInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.pm.ServiceInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.content.res.Configuration.html b/docs/html/sdk/api_diff/5/changes/android.content.res.Configuration.html
index a3003d9..b08e917 100644
--- a/docs/html/sdk/api_diff/5/changes/android.content.res.Configuration.html
+++ b/docs/html/sdk/api_diff/5/changes/android.content.res.Configuration.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.database.AbstractWindowedCursor.html b/docs/html/sdk/api_diff/5/changes/android.database.AbstractWindowedCursor.html
index 7d3d5ae..39c0ce3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.database.AbstractWindowedCursor.html
+++ b/docs/html/sdk/api_diff/5/changes/android.database.AbstractWindowedCursor.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.database.CursorWindow.html b/docs/html/sdk/api_diff/5/changes/android.database.CursorWindow.html
index 9d733ca..e8a9f29 100644
--- a/docs/html/sdk/api_diff/5/changes/android.database.CursorWindow.html
+++ b/docs/html/sdk/api_diff/5/changes/android.database.CursorWindow.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.database.DatabaseUtils.html b/docs/html/sdk/api_diff/5/changes/android.database.DatabaseUtils.html
index 84143fd..6e939c3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.database.DatabaseUtils.html
+++ b/docs/html/sdk/api_diff/5/changes/android.database.DatabaseUtils.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.database.sqlite.SQLiteDatabase.html b/docs/html/sdk/api_diff/5/changes/android.database.sqlite.SQLiteDatabase.html
index 98f3ddd..b81f2f8 100644
--- a/docs/html/sdk/api_diff/5/changes/android.database.sqlite.SQLiteDatabase.html
+++ b/docs/html/sdk/api_diff/5/changes/android.database.sqlite.SQLiteDatabase.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.graphics.PixelFormat.html b/docs/html/sdk/api_diff/5/changes/android.graphics.PixelFormat.html
index 4d115b4..de9e2b9 100644
--- a/docs/html/sdk/api_diff/5/changes/android.graphics.PixelFormat.html
+++ b/docs/html/sdk/api_diff/5/changes/android.graphics.PixelFormat.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.BitmapDrawable.html b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.BitmapDrawable.html
index 8d2bcf1..42677c5 100644
--- a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.BitmapDrawable.html
+++ b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.BitmapDrawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -75,28 +75,6 @@
</H2>
<a NAME="constructors"></a>
<p>
-<a NAME="Removed"></a>
-<TABLE summary="Removed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Removed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.graphics.drawable.BitmapDrawable.ctor_removed()"></A>
- <nobr>BitmapDrawable()</nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)"></A>
- <nobr>BitmapDrawable(<code>Bitmap</code>)</nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<p>
<a NAME="Added"></a>
<TABLE summary="Added Constructors" WIDTH="100%">
<TR>
@@ -104,13 +82,6 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)"></A>
- <nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources</code>)</nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.lang.String)"></A>
<nobr><A HREF="../../../../reference/android/graphics/drawable/BitmapDrawable.html#BitmapDrawable(android.content.res.Resources, java.lang.String)" target="_top"><code>BitmapDrawable</code></A>(<code>Resources,</nobr> String<nobr><nobr></code>)</nobr>
</TD>
diff --git a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html
index 74e174e..bb8647a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html
+++ b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.ConstantState.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.html b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.html
index c7c7c16..42c2ff15 100644
--- a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.html
+++ b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.Drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.NinePatchDrawable.html b/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.NinePatchDrawable.html
deleted file mode 100644
index b305656..0000000
--- a/docs/html/sdk/api_diff/5/changes/android.graphics.drawable.NinePatchDrawable.html
+++ /dev/null
@@ -1,124 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-android.graphics.drawable.NinePatchDrawable
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class android.graphics.drawable.<A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html" target="_top"><font size="+2"><code>NinePatchDrawable</code></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)"></A>
- <nobr><A HREF="../../../../reference/android/graphics/drawable/NinePatchDrawable.html#NinePatchDrawable(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" target="_top"><code>NinePatchDrawable</code></A>(<code>Bitmap,</nobr> byte[]<nobr>,</nobr> Rect<nobr>,</nobr> String<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.Parameters.html b/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.Parameters.html
index b6a5506..a95b424 100644
--- a/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.Parameters.html
+++ b/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.Parameters.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.html b/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.html
index 51bcdd9..aab1021 100644
--- a/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.html
+++ b/docs/html/sdk/api_diff/5/changes/android.hardware.Camera.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html b/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html
index 407b578..c7a58f2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html
+++ b/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.AbstractInputMethodService.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.InputMethodService.html b/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.InputMethodService.html
index 1067b72..58bed5d 100644
--- a/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.InputMethodService.html
+++ b/docs/html/sdk/api_diff/5/changes/android.inputmethodservice.InputMethodService.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.location.LocationManager.html b/docs/html/sdk/api_diff/5/changes/android.location.LocationManager.html
index 5c46abee..cc6a91d 100644
--- a/docs/html/sdk/api_diff/5/changes/android.location.LocationManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.location.LocationManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.media.AudioFormat.html b/docs/html/sdk/api_diff/5/changes/android.media.AudioFormat.html
index d7d0998..f122de0 100644
--- a/docs/html/sdk/api_diff/5/changes/android.media.AudioFormat.html
+++ b/docs/html/sdk/api_diff/5/changes/android.media.AudioFormat.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.media.AudioManager.html b/docs/html/sdk/api_diff/5/changes/android.media.AudioManager.html
index 1e435cb..912b1d1 100644
--- a/docs/html/sdk/api_diff/5/changes/android.media.AudioManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.media.AudioManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.media.MediaPlayer.html b/docs/html/sdk/api_diff/5/changes/android.media.MediaPlayer.html
index e0ba3fe..e8e2f82 100644
--- a/docs/html/sdk/api_diff/5/changes/android.media.MediaPlayer.html
+++ b/docs/html/sdk/api_diff/5/changes/android.media.MediaPlayer.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.media.ToneGenerator.html b/docs/html/sdk/api_diff/5/changes/android.media.ToneGenerator.html
index b7f3024..289e820 100644
--- a/docs/html/sdk/api_diff/5/changes/android.media.ToneGenerator.html
+++ b/docs/html/sdk/api_diff/5/changes/android.media.ToneGenerator.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.opengl.GLSurfaceView.html b/docs/html/sdk/api_diff/5/changes/android.opengl.GLSurfaceView.html
index 78be54c..42f56e2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.opengl.GLSurfaceView.html
+++ b/docs/html/sdk/api_diff/5/changes/android.opengl.GLSurfaceView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.os.BatteryManager.html b/docs/html/sdk/api_diff/5/changes/android.os.BatteryManager.html
index 9ac9fad..9bf76d3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.os.BatteryManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.os.BatteryManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.os.Build.VERSION_CODES.html b/docs/html/sdk/api_diff/5/changes/android.os.Build.VERSION_CODES.html
index 3cb73c8..58ae354 100644
--- a/docs/html/sdk/api_diff/5/changes/android.os.Build.VERSION_CODES.html
+++ b/docs/html/sdk/api_diff/5/changes/android.os.Build.VERSION_CODES.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.os.Debug.MemoryInfo.html b/docs/html/sdk/api_diff/5/changes/android.os.Debug.MemoryInfo.html
index 65c8eb8..8f49b3a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.os.Debug.MemoryInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.os.Debug.MemoryInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.os.HandlerThread.html b/docs/html/sdk/api_diff/5/changes/android.os.HandlerThread.html
index 57b149f..c45faf3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.os.HandlerThread.html
+++ b/docs/html/sdk/api_diff/5/changes/android.os.HandlerThread.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethods.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethods.html
index 633a65f..7619936 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethods.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethods.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethodsColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethodsColumns.html
index bb2ae04..abd9fe0 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethodsColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ContactMethodsColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Extensions.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Extensions.html
index 763accb..b3e68bb 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Extensions.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Extensions.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ExtensionsColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ExtensionsColumns.html
index 09a6434..ba94393 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ExtensionsColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.ExtensionsColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupMembership.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupMembership.html
index 8ede257..f9ecf01 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupMembership.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupMembership.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Groups.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Groups.html
index 556c60e..9a2003a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Groups.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Groups.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupsColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupsColumns.html
index ef6b86c..a7a8c99 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupsColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.GroupsColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.Insert.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.Insert.html
index 1c0b74a..72ce6a1 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.Insert.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.Insert.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.UI.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.UI.html
index fb629f7..607190c 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.UI.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.UI.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.html
index a18a794..5db9c26 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Intents.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.OrganizationColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.OrganizationColumns.html
index 45a241c..b0b54d2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.OrganizationColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.OrganizationColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Organizations.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Organizations.html
index 64c0cf7..c55bc68 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Organizations.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Organizations.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.ContactMethods.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.ContactMethods.html
index 0c9340a..31befa0 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.ContactMethods.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.ContactMethods.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Extensions.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Extensions.html
index 63b77f3..2ce0491 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Extensions.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Extensions.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Phones.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Phones.html
index f9f7087..afe96f2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Phones.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.Phones.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.html
index 5cf4e05..87231ab 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.People.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PeopleColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PeopleColumns.html
index 4a0e979..037acd6 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PeopleColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PeopleColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Phones.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Phones.html
index e3cf573..a604145 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Phones.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Phones.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhonesColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhonesColumns.html
index e7786d8..e42a51e 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhonesColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhonesColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Photos.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Photos.html
index 05d64ce..0aeaa9cb 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Photos.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Photos.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhotosColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhotosColumns.html
index b0ae613..f13d55d 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhotosColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PhotosColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PresenceColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PresenceColumns.html
index d1fd127..ec5ec5b 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PresenceColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.PresenceColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Settings.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Settings.html
index bcbf265..65020e9 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Settings.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.Settings.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.SettingsColumns.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.SettingsColumns.html
index 91a7103..d03da38 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.SettingsColumns.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.SettingsColumns.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.html b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.html
index e7ee260..6ed2ae8 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Contacts.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.MediaStore.Images.Thumbnails.html b/docs/html/sdk/api_diff/5/changes/android.provider.MediaStore.Images.Thumbnails.html
index b90610d..67f1d18 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.MediaStore.Images.Thumbnails.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.MediaStore.Images.Thumbnails.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Settings.System.html b/docs/html/sdk/api_diff/5/changes/android.provider.Settings.System.html
index 21fba1e..ac417e6 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Settings.System.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Settings.System.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.provider.Settings.html b/docs/html/sdk/api_diff/5/changes/android.provider.Settings.html
index 800830c..0e2f350 100644
--- a/docs/html/sdk/api_diff/5/changes/android.provider.Settings.html
+++ b/docs/html/sdk/api_diff/5/changes/android.provider.Settings.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.telephony.NeighboringCellInfo.html b/docs/html/sdk/api_diff/5/changes/android.telephony.NeighboringCellInfo.html
index 328187b..a7b0204 100644
--- a/docs/html/sdk/api_diff/5/changes/android.telephony.NeighboringCellInfo.html
+++ b/docs/html/sdk/api_diff/5/changes/android.telephony.NeighboringCellInfo.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneNumberUtils.html b/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneNumberUtils.html
index e54f8d1..b4b41f2 100644
--- a/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneNumberUtils.html
+++ b/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneNumberUtils.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneStateListener.html b/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneStateListener.html
index d881cdc..57d7cf7 100644
--- a/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneStateListener.html
+++ b/docs/html/sdk/api_diff/5/changes/android.telephony.PhoneStateListener.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.telephony.TelephonyManager.html b/docs/html/sdk/api_diff/5/changes/android.telephony.TelephonyManager.html
index 8760728..80c80bf 100644
--- a/docs/html/sdk/api_diff/5/changes/android.telephony.TelephonyManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.telephony.TelephonyManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -99,41 +99,6 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#DATA_ACTIVITY_DORMANT" target="_top"><code>DATA_ACTIVITY_DORMANT</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_1xRTT" target="_top"><code>NETWORK_TYPE_1xRTT</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_CDMA"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_CDMA" target="_top"><code>NETWORK_TYPE_CDMA</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_EVDO_0" target="_top"><code>NETWORK_TYPE_EVDO_0</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_EVDO_A" target="_top"><code>NETWORK_TYPE_EVDO_A</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA"></A>
<nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#NETWORK_TYPE_HSDPA" target="_top"><code>NETWORK_TYPE_HSDPA</code></A></nobr>
</TD>
@@ -153,13 +118,6 @@
</TD>
<TD> </TD>
</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.telephony.TelephonyManager.PHONE_TYPE_CDMA"></A>
- <nobr><code>int</code> <A HREF="../../../../reference/android/telephony/TelephonyManager.html#PHONE_TYPE_CDMA" target="_top"><code>PHONE_TYPE_CDMA</code></A></nobr>
- </TD>
- <TD> </TD>
-</TR>
</TABLE>
</div>
diff --git a/docs/html/sdk/api_diff/5/changes/android.test.AndroidTestRunner.html b/docs/html/sdk/api_diff/5/changes/android.test.AndroidTestRunner.html
index dca92c3..3cfa8af 100644
--- a/docs/html/sdk/api_diff/5/changes/android.test.AndroidTestRunner.html
+++ b/docs/html/sdk/api_diff/5/changes/android.test.AndroidTestRunner.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.test.InstrumentationTestCase.html b/docs/html/sdk/api_diff/5/changes/android.test.InstrumentationTestCase.html
index 1b4964a..0a67d9c 100644
--- a/docs/html/sdk/api_diff/5/changes/android.test.InstrumentationTestCase.html
+++ b/docs/html/sdk/api_diff/5/changes/android.test.InstrumentationTestCase.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.test.mock.MockContext.html b/docs/html/sdk/api_diff/5/changes/android.test.mock.MockContext.html
index da28c6c..b397470 100644
--- a/docs/html/sdk/api_diff/5/changes/android.test.mock.MockContext.html
+++ b/docs/html/sdk/api_diff/5/changes/android.test.mock.MockContext.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.test.mock.MockPackageManager.html b/docs/html/sdk/api_diff/5/changes/android.test.mock.MockPackageManager.html
index 3091d99..f81699c 100644
--- a/docs/html/sdk/api_diff/5/changes/android.test.mock.MockPackageManager.html
+++ b/docs/html/sdk/api_diff/5/changes/android.test.mock.MockPackageManager.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.InputType.html b/docs/html/sdk/api_diff/5/changes/android.text.InputType.html
index eb6f17c..ba05eb3 100644
--- a/docs/html/sdk/api_diff/5/changes/android.text.InputType.html
+++ b/docs/html/sdk/api_diff/5/changes/android.text.InputType.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.TextPaint.html b/docs/html/sdk/api_diff/5/changes/android.text.TextPaint.html
index ac7967f..c6569d6 100644
--- a/docs/html/sdk/api_diff/5/changes/android.text.TextPaint.html
+++ b/docs/html/sdk/api_diff/5/changes/android.text.TextPaint.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.format.DateUtils.html b/docs/html/sdk/api_diff/5/changes/android.text.format.DateUtils.html
index ecb8dc5..fdebbe0 100644
--- a/docs/html/sdk/api_diff/5/changes/android.text.format.DateUtils.html
+++ b/docs/html/sdk/api_diff/5/changes/android.text.format.DateUtils.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.format.Formatter.html b/docs/html/sdk/api_diff/5/changes/android.text.format.Formatter.html
index c1d91d9..96fbe10 100644
--- a/docs/html/sdk/api_diff/5/changes/android.text.format.Formatter.html
+++ b/docs/html/sdk/api_diff/5/changes/android.text.format.Formatter.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.style.AbsoluteSizeSpan.html b/docs/html/sdk/api_diff/5/changes/android.text.style.AbsoluteSizeSpan.html
index db93ec3..4b44bd1 100644
--- a/docs/html/sdk/api_diff/5/changes/android.text.style.AbsoluteSizeSpan.html
+++ b/docs/html/sdk/api_diff/5/changes/android.text.style.AbsoluteSizeSpan.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.text.style.ImageSpan.html b/docs/html/sdk/api_diff/5/changes/android.text.style.ImageSpan.html
deleted file mode 100644
index 856bd8c..0000000
--- a/docs/html/sdk/api_diff/5/changes/android.text.style.ImageSpan.html
+++ /dev/null
@@ -1,133 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-android.text.style.ImageSpan
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class android.text.style.<A HREF="../../../../reference/android/text/style/ImageSpan.html" target="_top"><font size="+2"><code>ImageSpan</code></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.Bitmap)" target="_top"><code>ImageSpan</code></A>(<code>Bitmap</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)"></A>
- <nobr><A HREF="../../../../reference/android/text/style/ImageSpan.html#ImageSpan(android.graphics.Bitmap, int)" target="_top"><code>ImageSpan</code></A>(<code>Bitmap,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.HapticFeedbackConstants.html b/docs/html/sdk/api_diff/5/changes/android.view.HapticFeedbackConstants.html
index 78c745a..9d85354 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.HapticFeedbackConstants.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.HapticFeedbackConstants.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.Callback.html b/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.Callback.html
index 23c4497..7412049 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.Callback.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.Callback.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.html b/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.html
index 8cb61a6..c8820ca 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.KeyEvent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.MotionEvent.html b/docs/html/sdk/api_diff/5/changes/android.view.MotionEvent.html
index f63171e..f338077 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.MotionEvent.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.MotionEvent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.Surface.html b/docs/html/sdk/api_diff/5/changes/android.view.Surface.html
index 928c582..5f36258 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.Surface.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.Surface.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.SurfaceHolder.html b/docs/html/sdk/api_diff/5/changes/android.view.SurfaceHolder.html
index 47a5c5c..2487e9b 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.SurfaceHolder.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.SurfaceHolder.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.SurfaceView.html b/docs/html/sdk/api_diff/5/changes/android.view.SurfaceView.html
index eb98659..1736f2f 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.SurfaceView.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.SurfaceView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.View.html b/docs/html/sdk/api_diff/5/changes/android.view.View.html
index 44486d7..1f7e9af 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.View.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.View.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.ViewConfiguration.html b/docs/html/sdk/api_diff/5/changes/android.view.ViewConfiguration.html
index 186e8ee..cc2b05e 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.ViewConfiguration.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.ViewConfiguration.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_java.net.html b/docs/html/sdk/api_diff/5/changes/android.view.ViewGroup.html
similarity index 88%
rename from docs/html/sdk/api_diff/5/changes/pkg_java.net.html
rename to docs/html/sdk/api_diff/5/changes/android.view.ViewGroup.html
index e98015a..83d3a29 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.ViewGroup.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.view.ViewGroup
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,18 +71,21 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/ViewGroup.html" target="_top"><font size="+2"><code>ViewGroup</code></font></A>
</H2>
+<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
+<a NAME="Removed"></a>
+<TABLE summary="Removed Fields" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=2>Removed Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER"></A>
+ <code>int</code> FLAG_USE_CHILD_DRAWING_ORDER
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.Window.Callback.html b/docs/html/sdk/api_diff/5/changes/android.view.Window.Callback.html
index bafee60..3358968 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.Window.Callback.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.Window.Callback.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.WindowManager.LayoutParams.html b/docs/html/sdk/api_diff/5/changes/android.view.WindowManager.LayoutParams.html
index 1c70716..f43f3dd 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.WindowManager.LayoutParams.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.WindowManager.LayoutParams.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.view.animation.Animation.html b/docs/html/sdk/api_diff/5/changes/android.view.animation.Animation.html
index bc0a284..d784700 100644
--- a/docs/html/sdk/api_diff/5/changes/android.view.animation.Animation.html
+++ b/docs/html/sdk/api_diff/5/changes/android.view.animation.Animation.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.CallbackProxy.html b/docs/html/sdk/api_diff/5/changes/android.webkit.CallbackProxy.html
index 515cd8a..3cdd68b 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.CallbackProxy.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.CallbackProxy.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.Plugin.html b/docs/html/sdk/api_diff/5/changes/android.webkit.Plugin.html
index 82f7083..52638aca 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.Plugin.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.Plugin.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.PluginData.html b/docs/html/sdk/api_diff/5/changes/android.webkit.PluginData.html
index c500356..1e5a241 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.PluginData.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.PluginData.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.PluginList.html b/docs/html/sdk/api_diff/5/changes/android.webkit.PluginList.html
index 7bb7aea..564a341 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.PluginList.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.PluginList.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptHandler.html b/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptHandler.html
index 2824ce3..0fa0787 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptHandler.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptHandler.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptRegistry.html b/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptRegistry.html
index 4fdd232..e562019 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptRegistry.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.UrlInterceptRegistry.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.WebChromeClient.html b/docs/html/sdk/api_diff/5/changes/android.webkit.WebChromeClient.html
index f9813e6..e9ca0e0 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.WebChromeClient.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.WebChromeClient.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.WebSettings.html b/docs/html/sdk/api_diff/5/changes/android.webkit.WebSettings.html
index ba6649d..3b10d1a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.WebSettings.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.WebSettings.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.WebView.html b/docs/html/sdk/api_diff/5/changes/android.webkit.WebView.html
index dffe682..7c287cb 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.WebView.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.WebView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.webkit.WebViewClient.html b/docs/html/sdk/api_diff/5/changes/android.webkit.WebViewClient.html
index 0c5378d..49e517a 100644
--- a/docs/html/sdk/api_diff/5/changes/android.webkit.WebViewClient.html
+++ b/docs/html/sdk/api_diff/5/changes/android.webkit.WebViewClient.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.widget.AutoCompleteTextView.html b/docs/html/sdk/api_diff/5/changes/android.widget.AutoCompleteTextView.html
index 50f7996..5b2294b 100644
--- a/docs/html/sdk/api_diff/5/changes/android.widget.AutoCompleteTextView.html
+++ b/docs/html/sdk/api_diff/5/changes/android.widget.AutoCompleteTextView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.widget.MediaController.MediaPlayerControl.html b/docs/html/sdk/api_diff/5/changes/android.widget.MediaController.MediaPlayerControl.html
index a6a964b..f19a279 100644
--- a/docs/html/sdk/api_diff/5/changes/android.widget.MediaController.MediaPlayerControl.html
+++ b/docs/html/sdk/api_diff/5/changes/android.widget.MediaController.MediaPlayerControl.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.widget.SimpleCursorTreeAdapter.html b/docs/html/sdk/api_diff/5/changes/android.widget.SimpleCursorTreeAdapter.html
index 8c5d042..ee9e73f 100644
--- a/docs/html/sdk/api_diff/5/changes/android.widget.SimpleCursorTreeAdapter.html
+++ b/docs/html/sdk/api_diff/5/changes/android.widget.SimpleCursorTreeAdapter.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/android.widget.VideoView.html b/docs/html/sdk/api_diff/5/changes/android.widget.VideoView.html
index ad72d77..edbbd6c 100644
--- a/docs/html/sdk/api_diff/5/changes/android.widget.VideoView.html
+++ b/docs/html/sdk/api_diff/5/changes/android.widget.VideoView.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/changes-summary.html b/docs/html/sdk/api_diff/5/changes/changes-summary.html
index f85de19..3a06d98 100644
--- a/docs/html/sdk/api_diff/5/changes/changes-summary.html
+++ b/docs/html/sdk/api_diff/5/changes/changes-summary.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -72,7 +72,8 @@
<div id="mainBodyFluid">
<div id="docTitleContainer">
<h1>Android API Differences Report</h1>
-<p>This report details the changes in the core Android framework API between two API Level
+<p>This report details the changes in the core Android framework API between two <a
+href="http://developer.android.com/guide/appendix/api-levels.html" target="_top">API Level</a>
specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields.
The report also includes general statistics that characterize the extent and type of the differences.</p>
<p>This report is based a comparison of the Android API specifications
@@ -319,27 +320,6 @@
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang"></A>
- <nobr><A HREF="pkg_java.lang.html">java.lang</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net"></A>
- <nobr><A HREF="pkg_java.net.html">java.net</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util"></A>
- <nobr><A HREF="pkg_java.util.html">java.util</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
<A NAME="java.util.concurrent"></A>
<nobr><A HREF="pkg_java.util.concurrent.html">java.util.concurrent</A></nobr>
</TD>
diff --git a/docs/html/sdk/api_diff/5/changes/classes_index_additions.html b/docs/html/sdk/api_diff/5/changes/classes_index_additions.html
index 84fbce7..f8c9c04 100644
--- a/docs/html/sdk/api_diff/5/changes/classes_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/classes_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/5/changes/classes_index_all.html b/docs/html/sdk/api_diff/5/changes/classes_index_all.html
index 21f10dc..973dade 100644
--- a/docs/html/sdk/api_diff/5/changes/classes_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/classes_index_all.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -260,7 +260,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.text.format.DateUtils.html" class="hiddenlink" target="rightframe">DateUtils</A><br>
<A HREF="android.os.Debug.MemoryInfo.html" class="hiddenlink" target="rightframe">Debug.MemoryInfo</A><br>
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
@@ -407,7 +406,6 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<A HREF="android.text.style.ImageSpan.html" class="hiddenlink" target="rightframe">ImageSpan</A><br>
<A HREF="android.inputmethodservice.InputMethodService.html" class="hiddenlink" target="rightframe">InputMethodService</A><br>
<A HREF="android.text.InputType.html" class="hiddenlink" target="rightframe"><i>InputType</i></A><br>
<A HREF="android.test.InstrumentationTestCase.html" class="hiddenlink" target="rightframe">InstrumentationTestCase</A><br>
@@ -533,7 +531,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.telephony.NeighboringCellInfo.html" class="hiddenlink" target="rightframe">NeighboringCellInfo</A><br>
-<A HREF="android.graphics.drawable.NinePatchDrawable.html" class="hiddenlink" target="rightframe">NinePatchDrawable</A><br>
<A HREF="android.app.Notification.html" class="hiddenlink" target="rightframe">Notification</A><br>
<A HREF="android.app.NotificationManager.html" class="hiddenlink" target="rightframe">NotificationManager</A><br>
<A NAME="O"></A>
@@ -692,11 +689,9 @@
<A HREF="android.provider.Settings.System.html" class="hiddenlink" target="rightframe">Settings.System</A><br>
<A HREF="android.widget.SimpleCursorTreeAdapter.html" class="hiddenlink" target="rightframe">SimpleCursorTreeAdapter</A><br>
<A HREF="pkg_android.widget.html#SimpleCursorTreeAdapter.ViewBinder" class="hiddenlink" target="rightframe"><b><i>SimpleCursorTreeAdapter.ViewBinder</i></b></A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<A HREF="pkg_android.database.sqlite.html#SQLiteTransactionListener" class="hiddenlink" target="rightframe"><b><i>SQLiteTransactionListener</i></b></A><br>
<A HREF="dalvik.system.StaleDexCacheError.html" class="hiddenlink" target="rightframe">StaleDexCacheError</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.view.Surface.html" class="hiddenlink" target="rightframe">Surface</A><br>
<A HREF="android.view.SurfaceHolder.html" class="hiddenlink" target="rightframe"><i>SurfaceHolder</i></A><br>
<A HREF="android.view.SurfaceView.html" class="hiddenlink" target="rightframe">SurfaceView</A><br>
@@ -797,6 +792,7 @@
<A HREF="android.widget.VideoView.html" class="hiddenlink" target="rightframe">VideoView</A><br>
<A HREF="android.view.View.html" class="hiddenlink" target="rightframe">View</A><br>
<A HREF="android.view.ViewConfiguration.html" class="hiddenlink" target="rightframe">ViewConfiguration</A><br>
+<A HREF="android.view.ViewGroup.html" class="hiddenlink" target="rightframe">ViewGroup</A><br>
<A HREF="dalvik.system.VMDebug.html" class="hiddenlink" target="rightframe">VMDebug</A><br>
<A HREF="dalvik.system.VMRuntime.html" class="hiddenlink" target="rightframe">VMRuntime</A><br>
<A HREF="dalvik.system.VMStack.html" class="hiddenlink" target="rightframe">VMStack</A><br>
diff --git a/docs/html/sdk/api_diff/5/changes/classes_index_changes.html b/docs/html/sdk/api_diff/5/changes/classes_index_changes.html
index dd4d643..4ff9b60 100644
--- a/docs/html/sdk/api_diff/5/changes/classes_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/classes_index_changes.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -193,7 +193,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.database.DatabaseUtils.html" class="hiddenlink" target="rightframe">DatabaseUtils</A><br>
-<A HREF="java.util.Date.html" class="hiddenlink" target="rightframe">Date</A><br>
<A HREF="android.text.format.DateUtils.html" class="hiddenlink" target="rightframe">DateUtils</A><br>
<A HREF="android.os.Debug.MemoryInfo.html" class="hiddenlink" target="rightframe">Debug.MemoryInfo</A><br>
<A HREF="android.app.Dialog.html" class="hiddenlink" target="rightframe">Dialog</A><br>
@@ -295,7 +294,6 @@
<a href="#Z"><font size="-2">Z</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<A HREF="android.text.style.ImageSpan.html" class="hiddenlink" target="rightframe">ImageSpan</A><br>
<A HREF="android.inputmethodservice.InputMethodService.html" class="hiddenlink" target="rightframe">InputMethodService</A><br>
<A HREF="android.text.InputType.html" class="hiddenlink" target="rightframe"><i>InputType</i></A><br>
<A HREF="android.test.InstrumentationTestCase.html" class="hiddenlink" target="rightframe">InstrumentationTestCase</A><br>
@@ -405,7 +403,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<A HREF="android.telephony.NeighboringCellInfo.html" class="hiddenlink" target="rightframe">NeighboringCellInfo</A><br>
-<A HREF="android.graphics.drawable.NinePatchDrawable.html" class="hiddenlink" target="rightframe">NinePatchDrawable</A><br>
<A HREF="android.app.Notification.html" class="hiddenlink" target="rightframe">Notification</A><br>
<A HREF="android.app.NotificationManager.html" class="hiddenlink" target="rightframe">NotificationManager</A><br>
<A NAME="P"></A>
@@ -497,10 +494,8 @@
<A HREF="android.provider.Settings.html" class="hiddenlink" target="rightframe">Settings</A><br>
<A HREF="android.provider.Settings.System.html" class="hiddenlink" target="rightframe">Settings.System</A><br>
<A HREF="android.widget.SimpleCursorTreeAdapter.html" class="hiddenlink" target="rightframe">SimpleCursorTreeAdapter</A><br>
-<A HREF="java.net.Socket.html" class="hiddenlink" target="rightframe">Socket</A><br>
<A HREF="android.database.sqlite.SQLiteDatabase.html" class="hiddenlink" target="rightframe">SQLiteDatabase</A><br>
<A HREF="dalvik.system.StaleDexCacheError.html" class="hiddenlink" target="rightframe">StaleDexCacheError</A><br>
-<A HREF="java.lang.String.html" class="hiddenlink" target="rightframe">String</A><br>
<A HREF="android.view.Surface.html" class="hiddenlink" target="rightframe">Surface</A><br>
<A HREF="android.view.SurfaceHolder.html" class="hiddenlink" target="rightframe"><i>SurfaceHolder</i></A><br>
<A HREF="android.view.SurfaceView.html" class="hiddenlink" target="rightframe">SurfaceView</A><br>
@@ -583,6 +578,7 @@
<A HREF="android.widget.VideoView.html" class="hiddenlink" target="rightframe">VideoView</A><br>
<A HREF="android.view.View.html" class="hiddenlink" target="rightframe">View</A><br>
<A HREF="android.view.ViewConfiguration.html" class="hiddenlink" target="rightframe">ViewConfiguration</A><br>
+<A HREF="android.view.ViewGroup.html" class="hiddenlink" target="rightframe">ViewGroup</A><br>
<A HREF="dalvik.system.VMDebug.html" class="hiddenlink" target="rightframe">VMDebug</A><br>
<A HREF="dalvik.system.VMRuntime.html" class="hiddenlink" target="rightframe">VMRuntime</A><br>
<A HREF="dalvik.system.VMStack.html" class="hiddenlink" target="rightframe">VMStack</A><br>
diff --git a/docs/html/sdk/api_diff/5/changes/classes_index_removals.html b/docs/html/sdk/api_diff/5/changes/classes_index_removals.html
index 1389b2d..5b38988 100644
--- a/docs/html/sdk/api_diff/5/changes/classes_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/classes_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/5/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/5/changes/constructors_index_additions.html
index 1746912..cbd4302 100644
--- a/docs/html/sdk/api_diff/5/changes/constructors_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/constructors_index_additions.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
<br>
-<A HREF="constructors_index_removals.html" xclass="hiddenlink">Removals</A>
+<font color="#999999">Removals</font>
<br>
<b>Additions</b>
<br>
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
@@ -60,8 +60,6 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>BitmapDrawable</i><br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
-(<code>Resources</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.lang.String)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
(<code>Resources, String</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.io.InputStream)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
diff --git a/docs/html/sdk/api_diff/5/changes/constructors_index_all.html b/docs/html/sdk/api_diff/5/changes/constructors_index_all.html
index 8cc7293..ced2ea8 100644
--- a/docs/html/sdk/api_diff/5/changes/constructors_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/constructors_index_all.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<b>Constructors</b>
<br>
-<A HREF="constructors_index_removals.html" xclass="hiddenlink">Removals</A>
+<font color="#999999">Removals</font>
<br>
<A HREF="constructors_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,19 +44,16 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.text.style.AbsoluteSizeSpan.html#android.text.style.AbsoluteSizeSpan.ctor_added(int, boolean)" class="hiddenlink" target="rightframe"><b>AbsoluteSizeSpan</b>
@@ -65,21 +62,12 @@
<br><font size="+2">B</font>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>BitmapDrawable</i><br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed()" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-()</A></nobr> constructor<br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-(<code>Bitmap</code>)</A></nobr> constructor<br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
-(<code>Resources</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.lang.String)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
(<code>Resources, String</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.io.InputStream)" class="hiddenlink" target="rightframe"><b>BitmapDrawable</b>
@@ -92,12 +80,9 @@
<br><font size="+2">C</font>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.ctor_changed()" class="hiddenlink" target="rightframe">Contacts.Intents
@@ -106,50 +91,13 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.provider.Contacts.Intents.UI.html#android.provider.Contacts.Intents.UI.ctor_changed()" class="hiddenlink" target="rightframe">Contacts.Intents.UI
()</A></nobr> constructor<br>
-<A NAME="D"></A>
-<br><font size="+2">D</font>
-<a href="#A"><font size="-2">A</font></a>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
-<A NAME="I"></A>
-<br><font size="+2">I</font>
-<a href="#A"><font size="-2">A</font></a>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>ImageSpan</i><br>
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap</code>)</A></nobr> constructor<br>
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap, int</code>)</A></nobr> constructor<br>
<A NAME="K"></A>
<br><font size="+2">K</font>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.view.KeyEvent.html#android.view.KeyEvent.ctor_changed(android.view.KeyEvent, long, int)" class="hiddenlink" target="rightframe">KeyEvent
@@ -159,11 +107,8 @@
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NeighboringCellInfo</i><br>
@@ -171,18 +116,13 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.telephony.NeighboringCellInfo.html#android.telephony.NeighboringCellInfo.ctor_changed(int, int)" class="hiddenlink" target="rightframe">NeighboringCellInfo
(<code>int, int</code>)</A></nobr> constructor<br>
-<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe">NinePatchDrawable
-(<code>Bitmap, byte[], Rect, String</code>)</A></nobr> constructor<br>
<A NAME="P"></A>
<br><font size="+2">P</font>
<a href="#A"><font size="-2">A</font></a>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.webkit.Plugin.html#android.webkit.Plugin.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe">Plugin
@@ -191,40 +131,6 @@
(<code>InputStream, long, Map<String, String[]>, int</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.webkit.PluginList.html#android.webkit.PluginList.ctor_changed()" class="hiddenlink" target="rightframe">PluginList
()</A></nobr> constructor<br>
-<A NAME="S"></A>
-<br><font size="+2">S</font>
-<a href="#A"><font size="-2">A</font></a>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/5/changes/constructors_index_changes.html
index d30aadc..c106a1d 100644
--- a/docs/html/sdk/api_diff/5/changes/constructors_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/constructors_index_changes.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
<br>
-<A HREF="constructors_index_removals.html" xclass="hiddenlink">Removals</A>
+<font color="#999999">Removals</font>
<br>
<A HREF="constructors_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,18 +44,15 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="B"></A>
<br><font size="+2">B</font>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>BitmapDrawable</i><br>
@@ -66,12 +63,9 @@
<A NAME="C"></A>
<br><font size="+2">C</font>
<a href="#B"><font size="-2">B</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.provider.Contacts.Intents.html#android.provider.Contacts.Intents.ctor_changed()" class="hiddenlink" target="rightframe">Contacts.Intents
@@ -80,47 +74,12 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.provider.Contacts.Intents.UI.html#android.provider.Contacts.Intents.UI.ctor_changed()" class="hiddenlink" target="rightframe">Contacts.Intents.UI
()</A></nobr> constructor<br>
-<A NAME="D"></A>
-<br><font size="+2">D</font>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Date</i><br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed()" class="hiddenlink" target="rightframe">Date
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.util.Date.html#java.util.Date.ctor_changed(int, int, int, int, int, int)" class="hiddenlink" target="rightframe">Date
-(<code>int, int, int, int, int, int</code>)</A></nobr> constructor<br>
-<A NAME="I"></A>
-<br><font size="+2">I</font>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>ImageSpan</i><br>
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap</code>)</A></nobr> constructor<br>
- <nobr><A HREF="android.text.style.ImageSpan.html#android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)" class="hiddenlink" target="rightframe">ImageSpan
-(<code>Bitmap, int</code>)</A></nobr> constructor<br>
<A NAME="K"></A>
<br><font size="+2">K</font>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#N"><font size="-2">N</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.view.KeyEvent.html#android.view.KeyEvent.ctor_changed(android.view.KeyEvent, long, int)" class="hiddenlink" target="rightframe">KeyEvent
@@ -129,11 +88,8 @@
<br><font size="+2">N</font>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#P"><font size="-2">P</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NeighboringCellInfo</i><br>
@@ -141,17 +97,12 @@
()</A></nobr> constructor<br>
<nobr><A HREF="android.telephony.NeighboringCellInfo.html#android.telephony.NeighboringCellInfo.ctor_changed(int, int)" class="hiddenlink" target="rightframe">NeighboringCellInfo
(<code>int, int</code>)</A></nobr> constructor<br>
-<nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html#android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)" class="hiddenlink" target="rightframe">NinePatchDrawable
-(<code>Bitmap, byte[], Rect, String</code>)</A></nobr> constructor<br>
<A NAME="P"></A>
<br><font size="+2">P</font>
<a href="#B"><font size="-2">B</font></a>
<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#S"><font size="-2">S</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<nobr><A HREF="android.webkit.Plugin.html#android.webkit.Plugin.ctor_changed(java.lang.String, java.lang.String, java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe">Plugin
@@ -160,39 +111,6 @@
(<code>InputStream, long, Map<String, String[]>, int</code>)</A></nobr> constructor<br>
<nobr><A HREF="android.webkit.PluginList.html#android.webkit.PluginList.ctor_changed()" class="hiddenlink" target="rightframe">PluginList
()</A></nobr> constructor<br>
-<A NAME="S"></A>
-<br><font size="+2">S</font>
-<a href="#B"><font size="-2">B</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>Socket</i><br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed()" class="hiddenlink" target="rightframe">Socket
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)" class="hiddenlink" target="rightframe">Socket
-(<code>String, int, InetAddress, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.Proxy)" class="hiddenlink" target="rightframe">Socket
-(<code>Proxy</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.net.Socket.html#java.net.Socket.ctor_changed(java.net.SocketImpl)" class="hiddenlink" target="rightframe">Socket
-(<code>SocketImpl</code>)</A></nobr> constructor<br>
-<i>String</i><br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed()" class="hiddenlink" target="rightframe">String
-()</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[])" class="hiddenlink" target="rightframe">String
-(<code>byte[]</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int</code>)</A></nobr> constructor<br>
- <nobr><A HREF="java.lang.String.html#java.lang.String.ctor_changed(byte[], int, int, int)" class="hiddenlink" target="rightframe">String
-(<code>byte[], int, int, int</code>)</A></nobr> constructor<br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/5/changes/constructors_index_removals.html
index 65a255d..c884917 100644
--- a/docs/html/sdk/api_diff/5/changes/constructors_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/constructors_index_removals.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
<br>
-<b>Removals</b>
+<font color="#999999">Removals</font>
<br>
<A HREF="constructors_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,18 +44,9 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
-<A NAME="B"></A>
-<br><font size="+2">B</font>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<i>BitmapDrawable</i><br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed()" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-()</A></nobr> constructor<br>
- <nobr><A HREF="android.graphics.drawable.BitmapDrawable.html#android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)" class="hiddenlink" target="rightframe"><strike>BitmapDrawable</strike>
-(<code>Bitmap</code>)</A></nobr> constructor<br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.AllocationLimitError.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.AllocationLimitError.html
index 1eb4e6f..6726ead 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.AllocationLimitError.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.AllocationLimitError.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.PotentialDeadlockError.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.PotentialDeadlockError.html
index da034da..b3198f7 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.PotentialDeadlockError.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.PotentialDeadlockError.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.StaleDexCacheError.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.StaleDexCacheError.html
index ac6d8e7..07a91ac 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.StaleDexCacheError.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.StaleDexCacheError.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.TemporaryDirectory.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.TemporaryDirectory.html
index 58e44ea..7201009 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.TemporaryDirectory.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.TemporaryDirectory.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.TouchDex.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.TouchDex.html
index 8823d00..164b44c 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.TouchDex.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.TouchDex.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMDebug.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMDebug.html
index 8036a62..3a36806 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMDebug.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMDebug.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMRuntime.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMRuntime.html
index 3f44afb..dd924a1 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMRuntime.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMRuntime.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMStack.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMStack.html
index d5a2603..8311763 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.VMStack.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.VMStack.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/dalvik.system.Zygote.html b/docs/html/sdk/api_diff/5/changes/dalvik.system.Zygote.html
index f4228f8..d683f4e 100644
--- a/docs/html/sdk/api_diff/5/changes/dalvik.system.Zygote.html
+++ b/docs/html/sdk/api_diff/5/changes/dalvik.system.Zygote.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/fields_index_additions.html b/docs/html/sdk/api_diff/5/changes/fields_index_additions.html
index d19a4d6..35a55d9 100644
--- a/docs/html/sdk/api_diff/5/changes/fields_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/fields_index_additions.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="fields_index_all.html" class="staysblack">All Fields</a>
<br>
-<font color="#999999">Removals</font>
+<A HREF="fields_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<b>Additions</b>
<br>
@@ -44,11 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -59,7 +59,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -73,7 +72,7 @@
</nobr><br>
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -83,7 +82,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -145,7 +143,7 @@
</nobr><br>
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -155,7 +153,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -249,7 +246,7 @@
</nobr><br>
<A NAME="D"></A>
<br><font size="+2">D</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -259,7 +256,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -269,8 +265,6 @@
<a href="#Y"><font size="-2">Y</font></a>
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
-</nobr><br>
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEFAULT_ALARM_ALERT_URI" class="hiddenlink" target="rightframe">DEFAULT_ALARM_ALERT_URI</A>
</nobr><br>
<nobr><A HREF="android.text.TextPaint.html#android.text.TextPaint.density" class="hiddenlink" target="rightframe">density</A>
@@ -287,7 +281,7 @@
</nobr><br>
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -297,7 +291,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -393,7 +386,7 @@
</nobr><br>
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -403,7 +396,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -471,7 +463,7 @@
</nobr><br>
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -481,7 +473,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -495,7 +486,7 @@
</nobr><br>
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -505,7 +496,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -523,7 +513,7 @@
</nobr><br>
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -533,7 +523,6 @@
<a href="#I"><font size="-2">I</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -547,7 +536,7 @@
</nobr><br>
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -557,7 +546,6 @@
<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -575,7 +563,7 @@
</nobr><br>
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -585,7 +573,6 @@
<a href="#I"><font size="-2">I</font></a>
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -603,47 +590,15 @@
</nobr><br>
<nobr><A HREF="android.content.res.Configuration.html#android.content.res.Configuration.NAVIGATIONHIDDEN_YES" class="hiddenlink" target="rightframe">NAVIGATIONHIDDEN_YES</A>
</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
-</nobr><br>
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSDPA</A>
</nobr><br>
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSPA</A>
</nobr><br>
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSUPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSUPA</A>
</nobr><br>
-<A NAME="P"></A>
-<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
-<a href="#A"><font size="-2">A</font></a>
-<a href="#C"><font size="-2">C</font></a>
-<a href="#D"><font size="-2">D</font></a>
-<a href="#E"><font size="-2">E</font></a>
-<a href="#F"><font size="-2">F</font></a>
-<a href="#G"><font size="-2">G</font></a>
-<a href="#I"><font size="-2">I</font></a>
-<a href="#K"><font size="-2">K</font></a>
-<a href="#M"><font size="-2">M</font></a>
-<a href="#N"><font size="-2">N</font></a>
-<a href="#R"><font size="-2">R</font></a>
-<a href="#S"><font size="-2">S</font></a>
-<a href="#T"><font size="-2">T</font></a>
-<a href="#U"><font size="-2">U</font></a>
-<a href="#V"><font size="-2">V</font></a>
-<a href="#W"><font size="-2">W</font></a>
-<a href="#Y"><font size="-2">Y</font></a>
- <a href="#topheader"><font size="-2">TOP</font></a>
-<p><div style="line-height:1.5em;color:black">
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
-</nobr><br>
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -654,7 +609,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
<a href="#U"><font size="-2">U</font></a>
@@ -679,7 +633,7 @@
</nobr><br>
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -690,7 +644,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#T"><font size="-2">T</font></a>
<a href="#U"><font size="-2">U</font></a>
@@ -769,7 +722,7 @@
</nobr><br>
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -780,7 +733,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#U"><font size="-2">U</font></a>
@@ -813,7 +765,7 @@
</nobr><br>
<A NAME="U"></A>
<br><font size="+2">U</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -824,7 +776,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -834,11 +785,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>uid</i><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
</nobr><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
</nobr><br>
<nobr><A HREF="android.Manifest.permission.html#android.Manifest.permission.USE_CREDENTIALS" class="hiddenlink" target="rightframe">USE_CREDENTIALS</A>
</nobr><br>
@@ -846,7 +797,7 @@
</nobr><br>
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -857,7 +808,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -870,7 +820,7 @@
</nobr><br>
<A NAME="W"></A>
<br><font size="+2">W</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -881,7 +831,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
@@ -926,7 +875,7 @@
</nobr><br>
<A NAME="Y"></A>
<br><font size="+2">Y</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -937,7 +886,6 @@
<a href="#K"><font size="-2">K</font></a>
<a href="#M"><font size="-2">M</font></a>
<a href="#N"><font size="-2">N</font></a>
-<a href="#P"><font size="-2">P</font></a>
<a href="#R"><font size="-2">R</font></a>
<a href="#S"><font size="-2">S</font></a>
<a href="#T"><font size="-2">T</font></a>
diff --git a/docs/html/sdk/api_diff/5/changes/fields_index_all.html b/docs/html/sdk/api_diff/5/changes/fields_index_all.html
index 7e91258..f18c2a1 100644
--- a/docs/html/sdk/api_diff/5/changes/fields_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/fields_index_all.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<b>Fields</b>
<br>
-<font color="#999999">Removals</font>
+<A HREF="fields_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,11 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -78,7 +78,7 @@
</nobr><br>
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -161,7 +161,7 @@
</nobr><br>
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -271,33 +271,33 @@
<nobr><A HREF="android.R.attr.html#android.R.attr.colorBackgroundCacheHint" class="hiddenlink" target="rightframe">colorBackgroundCacheHint</A>
</nobr><br>
<i>COMPANY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<i>CONTENT_DIRECTORY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_EMAIL_ITEM_TYPE</A>
</nobr><br>
@@ -312,74 +312,74 @@
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_IM_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_IM_ITEM_TYPE</A>
</nobr><br>
<i>CONTENT_ITEM_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_ITEM_TYPE</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_TYPE</A>
</nobr><br>
<i>CONTENT_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<i>CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
+<nobr> in
+<A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<nobr><A HREF="android.R.attr.html#android.R.attr.contentAuthority" class="hiddenlink" target="rightframe">contentAuthority</A>
</nobr><br>
@@ -389,7 +389,7 @@
</nobr><br>
<A NAME="D"></A>
<br><font size="+2">D</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -413,59 +413,57 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>DATA</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT" class="hiddenlink" target="rightframe">DATA_ACTIVITY_DORMANT</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Settings.System.html#android.provider.Settings.System.DEFAULT_ALARM_ALERT_URI" class="hiddenlink" target="rightframe">DEFAULT_ALARM_ALERT_URI</A>
</nobr><br>
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<i>DELETED_CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<nobr><A HREF="android.text.TextPaint.html#android.text.TextPaint.density" class="hiddenlink" target="rightframe">density</A>
</nobr><br>
@@ -485,7 +483,7 @@
</nobr><br>
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -606,7 +604,7 @@
</nobr><br>
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -667,6 +665,8 @@
</nobr><br>
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON" class="hiddenlink" target="rightframe">FLAG_TURN_SCREEN_ON</A>
</nobr><br>
+<nobr><A HREF="android.view.ViewGroup.html#android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER" class="hiddenlink" target="rightframe"><strike>FLAG_USE_CHILD_DRAWING_ORDER</strike></A>
+</nobr><br>
<nobr><A HREF="android.view.KeyEvent.html#android.view.KeyEvent.FLAG_VIRTUAL_HARD_KEY" class="hiddenlink" target="rightframe">FLAG_VIRTUAL_HARD_KEY</A>
</nobr><br>
<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.flags" class="hiddenlink" target="rightframe">flags</A>
@@ -693,7 +693,7 @@
</nobr><br>
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -734,7 +734,7 @@
</nobr><br>
<A NAME="H"></A>
<br><font size="+2">H</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -761,7 +761,7 @@
</nobr><br>
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -787,20 +787,20 @@
<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_ACCOUNT" class="hiddenlink" target="rightframe">IM_ACCOUNT</A>
</nobr><br>
<i>IM_HANDLE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_ISPRIMARY" class="hiddenlink" target="rightframe">IM_ISPRIMARY</A>
</nobr><br>
<i>IM_PROTOCOL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.importanceReasonCode" class="hiddenlink" target="rightframe">importanceReasonCode</A>
</nobr><br>
@@ -809,20 +809,20 @@
<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.importanceReasonPid" class="hiddenlink" target="rightframe">importanceReasonPid</A>
</nobr><br>
<i>ISPRIMARY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.isSyncable" class="hiddenlink" target="rightframe">isSyncable</A>
</nobr><br>
<A NAME="J"></A>
<br><font size="+2">J</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -849,7 +849,7 @@
</nobr><br>
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -890,7 +890,7 @@
</nobr><br>
<A NAME="L"></A>
<br><font size="+2">L</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -914,14 +914,14 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>LABEL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED" class="hiddenlink" target="rightframe">LAST_TIME_CONTACTED</A>
</nobr><br>
@@ -943,7 +943,7 @@
</nobr><br>
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -978,7 +978,7 @@
</nobr><br>
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1002,17 +1002,17 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.content.res.Configuration.html#android.content.res.Configuration.navigationHidden" class="hiddenlink" target="rightframe">navigationHidden</A>
</nobr><br>
@@ -1022,14 +1022,6 @@
</nobr><br>
<nobr><A HREF="android.content.res.Configuration.html#android.content.res.Configuration.NAVIGATIONHIDDEN_YES" class="hiddenlink" target="rightframe">NAVIGATIONHIDDEN_YES</A>
</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT" class="hiddenlink" target="rightframe">NETWORK_TYPE_1xRTT</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_CDMA" class="hiddenlink" target="rightframe">NETWORK_TYPE_CDMA</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_0</A>
-</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A" class="hiddenlink" target="rightframe">NETWORK_TYPE_EVDO_A</A>
-</nobr><br>
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSDPA</A>
</nobr><br>
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSPA</A>
@@ -1037,14 +1029,14 @@
<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.NETWORK_TYPE_HSUPA" class="hiddenlink" target="rightframe">NETWORK_TYPE_HSUPA</A>
</nobr><br>
<i>NOTES</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.NUMBER" class="hiddenlink" target="rightframe">NUMBER</A>
</nobr><br>
@@ -1052,7 +1044,7 @@
</nobr><br>
<A NAME="P"></A>
<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1076,26 +1068,26 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>PERSON_ID</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE" class="hiddenlink" target="rightframe">PHONE</A>
</nobr><br>
@@ -1103,14 +1095,12 @@
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE_TYPE" class="hiddenlink" target="rightframe">PHONE_TYPE</A>
</nobr><br>
-<nobr><A HREF="android.telephony.TelephonyManager.html#android.telephony.TelephonyManager.PHONE_TYPE_CDMA" class="hiddenlink" target="rightframe">PHONE_TYPE_CDMA</A>
-</nobr><br>
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHOTO_VERSION" class="hiddenlink" target="rightframe">PHOTO_VERSION</A>
</nobr><br>
@@ -1148,7 +1138,7 @@
</nobr><br>
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1201,7 +1191,7 @@
</nobr><br>
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1330,7 +1320,7 @@
</nobr><br>
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1386,47 +1376,47 @@
<nobr><A HREF="android.provider.Contacts.Intents.UI.html#android.provider.Contacts.Intents.UI.TITLE_EXTRA_KEY" class="hiddenlink" target="rightframe">TITLE_EXTRA_KEY</A>
</nobr><br>
<i>TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<i>TYPE_CUSTOM</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_HOME" class="hiddenlink" target="rightframe">TYPE_FAX_HOME</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_WORK" class="hiddenlink" target="rightframe">TYPE_FAX_WORK</A>
</nobr><br>
<i>TYPE_HOME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_MOBILE" class="hiddenlink" target="rightframe">TYPE_MOBILE</A>
</nobr><br>
<i>TYPE_OTHER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_PAGER" class="hiddenlink" target="rightframe">TYPE_PAGER</A>
</nobr><br>
@@ -1435,18 +1425,18 @@
<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.TYPE_WALLPAPER" class="hiddenlink" target="rightframe">TYPE_WALLPAPER</A>
</nobr><br>
<i>TYPE_WORK</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<A NAME="U"></A>
<br><font size="+2">U</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1470,11 +1460,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>uid</i><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningAppProcessInfo.html#android.app.ActivityManager.RunningAppProcessInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningAppProcessInfo</A>
</nobr><br>
- in
-<nobr><A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
+<nobr> in
+<A HREF="android.app.ActivityManager.RunningServiceInfo.html#android.app.ActivityManager.RunningServiceInfo.uid" class="hiddenlink" target="rightframe">android.app.ActivityManager.RunningServiceInfo</A>
</nobr><br>
<nobr><A HREF="android.Manifest.permission.html#android.Manifest.permission.USE_CREDENTIALS" class="hiddenlink" target="rightframe">USE_CREDENTIALS</A>
</nobr><br>
@@ -1482,7 +1472,7 @@
</nobr><br>
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1506,17 +1496,17 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>VALUE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
</nobr><br>
<nobr><A HREF="android.view.HapticFeedbackConstants.html#android.view.HapticFeedbackConstants.VIRTUAL_KEY" class="hiddenlink" target="rightframe">VIRTUAL_KEY</A>
</nobr><br>
<A NAME="W"></A>
<br><font size="+2">W</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -1575,7 +1565,7 @@
</nobr><br>
<A NAME="Y"></A>
<br><font size="+2">Y</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
diff --git a/docs/html/sdk/api_diff/5/changes/fields_index_changes.html b/docs/html/sdk/api_diff/5/changes/fields_index_changes.html
index e77a7a0..ae324f7 100644
--- a/docs/html/sdk/api_diff/5/changes/fields_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/fields_index_changes.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="fields_index_all.html" class="staysblack">All Fields</a>
<br>
-<font color="#999999">Removals</font>
+<A HREF="fields_index_removals.html" xclass="hiddenlink">Removals</A>
<br>
<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,11 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="_"></A>
-<br><b>underscore</b>
+<br><b>_</b>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -73,7 +73,7 @@
</nobr><br>
<A NAME="A"></A>
<br><font size="+2">A</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -103,7 +103,7 @@
</nobr><br>
<A NAME="C"></A>
<br><font size="+2">C</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#D"><font size="-2">D</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -132,33 +132,33 @@
<nobr><A HREF="android.media.AudioFormat.html#android.media.AudioFormat.CHANNEL_CONFIGURATION_STEREO" class="hiddenlink" target="rightframe">CHANNEL_CONFIGURATION_STEREO</A>
</nobr><br>
<i>COMPANY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.COMPANY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
<i>CONTENT_DIRECTORY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_EMAIL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_EMAIL_ITEM_TYPE</A>
</nobr><br>
@@ -173,80 +173,80 @@
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_IM_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_IM_ITEM_TYPE</A>
</nobr><br>
<i>CONTENT_ITEM_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_ITEM_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_ITEM_TYPE</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_POSTAL_TYPE" class="hiddenlink" target="rightframe">CONTENT_POSTAL_TYPE</A>
</nobr><br>
<i>CONTENT_TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
<i>CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
+<nobr> in
+<A HREF="android.provider.Contacts.html#android.provider.Contacts.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.CUSTOM_RINGTONE" class="hiddenlink" target="rightframe">CUSTOM_RINGTONE</A>
</nobr><br>
<A NAME="D"></A>
<br><font size="+2">D</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#E"><font size="-2">E</font></a>
@@ -267,55 +267,55 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>DATA</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.DATA" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<i>DEFAULT_SORT_ORDER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Organizations.html#android.provider.Contacts.Organizations.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Organizations</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.ContactMethods.html#android.provider.Contacts.People.ContactMethods.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Photos.html#android.provider.Contacts.Photos.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Photos</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Settings.html#android.provider.Contacts.Settings.DEFAULT_SORT_ORDER" class="hiddenlink" target="rightframe">android.provider.Contacts.Settings</A>
</nobr><br>
<i>DELETED_CONTENT_URI</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Groups.html#android.provider.Contacts.Groups.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.Groups</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.html#android.provider.Contacts.People.DELETED_CONTENT_URI" class="hiddenlink" target="rightframe">android.provider.Contacts.People</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.DISPLAY_NAME" class="hiddenlink" target="rightframe">DISPLAY_NAME</A>
</nobr><br>
@@ -323,7 +323,7 @@
</nobr><br>
<A NAME="E"></A>
<br><font size="+2">E</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -357,7 +357,7 @@
</nobr><br>
<A NAME="F"></A>
<br><font size="+2">F</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -385,7 +385,7 @@
</nobr><br>
<A NAME="G"></A>
<br><font size="+2">G</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -421,7 +421,7 @@
</nobr><br>
<A NAME="H"></A>
<br><font size="+2">H</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -445,7 +445,7 @@
</nobr><br>
<A NAME="I"></A>
<br><font size="+2">I</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -468,36 +468,36 @@
<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_ACCOUNT" class="hiddenlink" target="rightframe">IM_ACCOUNT</A>
</nobr><br>
<i>IM_HANDLE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_HANDLE" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_ISPRIMARY" class="hiddenlink" target="rightframe">IM_ISPRIMARY</A>
</nobr><br>
<i>IM_PROTOCOL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PresenceColumns.html#android.provider.Contacts.PresenceColumns.IM_PROTOCOL" class="hiddenlink" target="rightframe">android.provider.Contacts.PresenceColumns</A>
</nobr><br>
<i>ISPRIMARY</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.ISPRIMARY" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.content.pm.ProviderInfo.html#android.content.pm.ProviderInfo.isSyncable" class="hiddenlink" target="rightframe">isSyncable</A>
</nobr><br>
<A NAME="J"></A>
<br><font size="+2">J</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -521,7 +521,7 @@
</nobr><br>
<A NAME="K"></A>
<br><font size="+2">K</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -557,7 +557,7 @@
</nobr><br>
<A NAME="L"></A>
<br><font size="+2">L</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -578,14 +578,14 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>LABEL</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.LABEL" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.LAST_TIME_CONTACTED" class="hiddenlink" target="rightframe">LAST_TIME_CONTACTED</A>
</nobr><br>
@@ -607,7 +607,7 @@
</nobr><br>
<A NAME="M"></A>
<br><font size="+2">M</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -633,7 +633,7 @@
</nobr><br>
<A NAME="N"></A>
<br><font size="+2">N</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -654,27 +654,27 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<i>NOTES</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupsColumns.html#android.provider.Contacts.GroupsColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.NOTES" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.NUMBER" class="hiddenlink" target="rightframe">NUMBER</A>
</nobr><br>
@@ -682,7 +682,7 @@
</nobr><br>
<A NAME="P"></A>
<br><font size="+2">P</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -703,26 +703,26 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>PERSON_ID</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethods.html#android.provider.Contacts.ContactMethods.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethods</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Extensions.html#android.provider.Contacts.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
+<nobr> in
+<A HREF="android.provider.Contacts.GroupMembership.html#android.provider.Contacts.GroupMembership.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.GroupMembership</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
+<nobr> in
+<A HREF="android.provider.Contacts.People.Extensions.html#android.provider.Contacts.People.Extensions.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Extensions</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhotosColumns.html#android.provider.Contacts.PhotosColumns.PERSON_ID" class="hiddenlink" target="rightframe">android.provider.Contacts.PhotosColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE" class="hiddenlink" target="rightframe">PHONE</A>
</nobr><br>
@@ -731,11 +731,11 @@
<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONE_TYPE" class="hiddenlink" target="rightframe">PHONE_TYPE</A>
</nobr><br>
<i>PHONETIC_NAME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
+<nobr> in
+<A HREF="android.provider.Contacts.Intents.Insert.html#android.provider.Contacts.Intents.Insert.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.Intents.Insert</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHONETIC_NAME" class="hiddenlink" target="rightframe">android.provider.Contacts.PeopleColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PeopleColumns.html#android.provider.Contacts.PeopleColumns.PHOTO_VERSION" class="hiddenlink" target="rightframe">PHOTO_VERSION</A>
</nobr><br>
@@ -773,7 +773,7 @@
</nobr><br>
<A NAME="R"></A>
<br><font size="+2">R</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -809,7 +809,7 @@
</nobr><br>
<A NAME="S"></A>
<br><font size="+2">S</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -867,7 +867,7 @@
</nobr><br>
<A NAME="T"></A>
<br><font size="+2">T</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -902,63 +902,63 @@
<nobr><A HREF="android.provider.Contacts.Intents.UI.html#android.provider.Contacts.Intents.UI.TITLE_EXTRA_KEY" class="hiddenlink" target="rightframe">TITLE_EXTRA_KEY</A>
</nobr><br>
<i>TYPE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<i>TYPE_CUSTOM</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_CUSTOM" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_HOME" class="hiddenlink" target="rightframe">TYPE_FAX_HOME</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_FAX_WORK" class="hiddenlink" target="rightframe">TYPE_FAX_WORK</A>
</nobr><br>
<i>TYPE_HOME</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_HOME" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_MOBILE" class="hiddenlink" target="rightframe">TYPE_MOBILE</A>
</nobr><br>
<i>TYPE_OTHER</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_OTHER" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_PAGER" class="hiddenlink" target="rightframe">TYPE_PAGER</A>
</nobr><br>
<i>TYPE_WORK</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ContactMethodsColumns.html#android.provider.Contacts.ContactMethodsColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.ContactMethodsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.OrganizationColumns.html#android.provider.Contacts.OrganizationColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.OrganizationColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.PhonesColumns.html#android.provider.Contacts.PhonesColumns.TYPE_WORK" class="hiddenlink" target="rightframe">android.provider.Contacts.PhonesColumns</A>
</nobr><br>
<A NAME="V"></A>
<br><font size="+2">V</font>
-<a href="#_"><font size="-2">underscore</font></a>
+<a href="#_"><font size="-2">_</font></a>
<a href="#A"><font size="-2">A</font></a>
<a href="#C"><font size="-2">C</font></a>
<a href="#D"><font size="-2">D</font></a>
@@ -979,11 +979,11 @@
<a href="#topheader"><font size="-2">TOP</font></a>
<p><div style="line-height:1.5em;color:black">
<i>VALUE</i><br>
- in
-<nobr><A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.ExtensionsColumns.html#android.provider.Contacts.ExtensionsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.ExtensionsColumns</A>
</nobr><br>
- in
-<nobr><A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
+<nobr> in
+<A HREF="android.provider.Contacts.SettingsColumns.html#android.provider.Contacts.SettingsColumns.VALUE" class="hiddenlink" target="rightframe">android.provider.Contacts.SettingsColumns</A>
</nobr><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/5/changes/fields_index_removals.html b/docs/html/sdk/api_diff/5/changes/fields_index_removals.html
index be3f17e..9bbd9e6 100644
--- a/docs/html/sdk/api_diff/5/changes/fields_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/fields_index_removals.html
@@ -36,7 +36,7 @@
<td class="indexText" style="line-height:1.3em;padding-left:2em;">
<a href="fields_index_all.html" class="staysblack">All Fields</a>
<br>
-<font color="#999999">Removals</font>
+<b>Removals</b>
<br>
<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
<br>
@@ -44,9 +44,15 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
+<A NAME="F"></A>
+<br><font size="+2">F</font>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.view.ViewGroup.html#android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER" class="hiddenlink" target="rightframe"><strike>FLAG_USE_CHILD_DRAWING_ORDER</strike></A>
+</nobr><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
<script type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/java.lang.String.html b/docs/html/sdk/api_diff/5/changes/java.lang.String.html
deleted file mode 100644
index 5077440..0000000
--- a/docs/html/sdk/api_diff/5/changes/java.lang.String.html
+++ /dev/null
@@ -1,160 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang.String
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Class java.lang.<A HREF="../../../../reference/java/lang/String.html" target="_top"><font size="+2"><code>String</code></font></A>
-</H2>
-<a NAME="constructors"></a>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String()" target="_top"><code>String</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[])"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[])" target="_top"><code>String</code></A>(<code>byte[]</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.lang.String.ctor_changed(byte[], int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/lang/String.html#String(byte[], int, int, int)" target="_top"><code>String</code></A>(<code>byte[],</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
-<a NAME="methods"></a>
-<a NAME="fields"></a>
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/5/changes/java.util.concurrent.BlockingQueue.html b/docs/html/sdk/api_diff/5/changes/java.util.concurrent.BlockingQueue.html
index f3dc420..d383b70 100644
--- a/docs/html/sdk/api_diff/5/changes/java.util.concurrent.BlockingQueue.html
+++ b/docs/html/sdk/api_diff/5/changes/java.util.concurrent.BlockingQueue.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/5/changes/jdiff_statistics.html
index f3fcd06..0fb1ba9 100644
--- a/docs/html/sdk/api_diff/5/changes/jdiff_statistics.html
+++ b/docs/html/sdk/api_diff/5/changes/jdiff_statistics.html
@@ -45,16 +45,16 @@
<td colspan="2" class="diffspechead">API Diff Specification</td>
</tr>
<tr>
- <td class="diffspec" style="padding-top:.25em">To Version:</td>
+ <td class="diffspec" style="padding-top:.25em">To Level:</td>
<td class="diffvaluenew" style="padding-top:.25em">5</td>
</tr>
<tr>
- <td class="diffspec">From Version:</td>
+ <td class="diffspec">From Level:</td>
<td class="diffvalueold">4</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,29 +71,71 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<h1>API Change Statistics</h1>
-<p>
-The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
-<pre>
-Percentage difference = 100 * (added + removed + 2*changed)
- -----------------------------------
- sum of public elements in BOTH APIs
-</pre>
-<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
-This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
-The definition ensures that if all packages are removed and all new packages are
-added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>
-<p>The overall difference between the two APIs is approximately <span style="color:222;font-weight:bold;">2%</span>.
+<p>The overall difference between API Levels 4 and 5 is approximately <span style="color:222;font-weight:bold;">2.16%</span>.
</p>
-<br><h2>Contents</h2>
-<dl><dt><a href="#packages">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>
-<dt><a href="#classes">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>
-<dt><a href="#numbers">Total of Differences</a></dt><dd>Listed by number and type</dd></dl>
+<br>
+<a name="numbers"></a>
+<h2>Total of Differences, by Number and Type</h2>
+<p>
+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
+</p>
+<TABLE summary="Number of differences" WIDTH="100%">
+<TR>
+ <th>Type</th>
+ <TH ALIGN="center"><b>Additions</b></TH>
+ <TH ALIGN="center"><b>Changes</b></TH>
+ <TH ALIGN="center">Removals</TH>
+ <TH ALIGN="center"><b>Total</b></TH>
+</TR>
+<TR>
+ <TD>Packages</TD>
+ <TD ALIGN="right">3</TD>
+ <TD ALIGN="right">30</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">33</TD>
+</TR>
+<TR>
+ <TD>Classes and <i>Interfaces</i></TD>
+ <TD ALIGN="right">85</TD>
+ <TD ALIGN="right">128</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">213</TD>
+</TR>
+<TR>
+ <TD>Constructors</TD>
+ <TD ALIGN="right">3</TD>
+ <TD ALIGN="right">11</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">14</TD>
+</TR>
+<TR>
+ <TD>Methods</TD>
+ <TD ALIGN="right">202</TD>
+ <TD ALIGN="right">67</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">269</TD>
+</TR>
+<TR>
+ <TD>Fields</TD>
+ <TD ALIGN="right">234</TD>
+ <TD ALIGN="right">205</TD>
+ <TD ALIGN="right">1</TD>
+ <TD ALIGN="right">440</TD>
+</TR>
+<TR>
+ <TD style="background-color:#FAFAFA"><b>Total</b></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>527</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>441</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>1</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>969</strong></TD>
+</TR>
+</TABLE>
<br>
<a name="packages"></a>
<h2>Changed Packages, Sorted by Percentage Difference</h2>
<TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
<TR>
- <TH WIDTH="10%">Percentage Difference</TH>
+ <TH WIDTH="10%">Percentage Difference*</TH>
<TH>Package</TH>
</TR>
<TR>
@@ -137,10 +179,6 @@
<TD><A HREF="pkg_android.app.html">android.app</A></TD>
</TR>
<TR>
- <TD ALIGN="center">4</TD>
- <TD><A HREF="pkg_android.telephony.html">android.telephony</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">3</TD>
<TD><A HREF="pkg_android.media.html">android.media</A></TD>
</TR>
@@ -149,6 +187,10 @@
<TD><A HREF="pkg_android.text.format.html">android.text.format</A></TD>
</TR>
<TR>
+ <TD ALIGN="center">3</TD>
+ <TD><A HREF="pkg_android.telephony.html">android.telephony</A></TD>
+</TR>
+<TR>
<TD ALIGN="center">2</TD>
<TD><A HREF="pkg_android.database.sqlite.html">android.database.sqlite</A></TD>
</TR>
@@ -158,10 +200,6 @@
</TR>
<TR>
<TD ALIGN="center">2</TD>
- <TD><A HREF="pkg_android.text.style.html">android.text.style</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">1</TD>
<TD><A HREF="pkg_android.view.html">android.view</A></TD>
</TR>
<TR>
@@ -170,13 +208,17 @@
</TR>
<TR>
<TD ALIGN="center">1</TD>
- <TD><A HREF="pkg_android.graphics.drawable.html">android.graphics.drawable</A></TD>
+ <TD><A HREF="pkg_android.text.style.html">android.text.style</A></TD>
</TR>
<TR>
<TD ALIGN="center">1</TD>
<TD><A HREF="pkg_android.widget.html">android.widget</A></TD>
</TR>
<TR>
+ <TD ALIGN="center">1</TD>
+ <TD><A HREF="pkg_android.graphics.drawable.html">android.graphics.drawable</A></TD>
+</TR>
+<TR>
<TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.test.mock.html">android.test.mock</A></TD>
</TR>
@@ -206,10 +248,6 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.net.html">java.net</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.text.html">android.text</A></TD>
</TR>
<TR>
@@ -218,23 +256,16 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.util.html">java.util</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
- <TD><A HREF="pkg_java.lang.html">java.lang</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center"><1</TD>
<TD><A HREF="pkg_android.graphics.html">android.graphics</A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
<a name="classes"></a>
<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
<TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
<TR WIDTH="20%">
- <TH WIDTH="10%"><b>Percentage<br>Difference</b></TH>
+ <TH WIDTH="10%">Percentage<br>Difference*</TH>
<TH><b>Class or <i>Interface</i></b></TH>
</TR>
<TR>
@@ -463,11 +494,6 @@
android.widget.SimpleCursorTreeAdapter</A></TD>
</TR>
<TR>
- <TD ALIGN="center">18</TD>
- <TD><A HREF="android.graphics.drawable.BitmapDrawable.html">
-android.graphics.drawable.BitmapDrawable</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">17</TD>
<TD><A HREF="android.app.ActivityManager.RunningAppProcessInfo.html">
android.app.ActivityManager.RunningAppProcessInfo</A></TD>
@@ -519,11 +545,6 @@
</TR>
<TR>
<TD ALIGN="center">14</TD>
- <TD><A HREF="android.text.style.ImageSpan.html">
-android.text.style.ImageSpan</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">14</TD>
<TD><A HREF="android.view.HapticFeedbackConstants.html">
android.view.HapticFeedbackConstants</A></TD>
</TR>
@@ -539,6 +560,11 @@
</TR>
<TR>
<TD ALIGN="center">12</TD>
+ <TD><A HREF="android.graphics.drawable.BitmapDrawable.html">
+android.graphics.drawable.BitmapDrawable</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">12</TD>
<TD><A HREF="android.webkit.WebChromeClient.html">
android.webkit.WebChromeClient</A></TD>
</TR>
@@ -564,11 +590,6 @@
</TR>
<TR>
<TD ALIGN="center">10</TD>
- <TD><A HREF="java.net.Socket.html">
-java.net.Socket</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">10</TD>
<TD><A HREF="java.util.concurrent.BlockingQueue.html">
<i>java.util.concurrent.BlockingQueue</i></A></TD>
</TR>
@@ -589,11 +610,6 @@
</TR>
<TR>
<TD ALIGN="center">8</TD>
- <TD><A HREF="android.telephony.TelephonyManager.html">
-android.telephony.TelephonyManager</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">8</TD>
<TD><A HREF="android.widget.AutoCompleteTextView.html">
android.widget.AutoCompleteTextView</A></TD>
</TR>
@@ -603,11 +619,6 @@
android.provider.MediaStore.Images.Thumbnails</A></TD>
</TR>
<TR>
- <TD ALIGN="center">8</TD>
- <TD><A HREF="android.graphics.drawable.NinePatchDrawable.html">
-android.graphics.drawable.NinePatchDrawable</A></TD>
-</TR>
-<TR>
<TD ALIGN="center">7</TD>
<TD><A HREF="android.os.Build.VERSION_CODES.html">
android.os.Build.VERSION_CODES</A></TD>
@@ -624,21 +635,11 @@
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.lang.String.html">
-java.lang.String</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="android.view.Window.Callback.html">
<i>android.view.Window.Callback</i></A></TD>
</TR>
<TR>
<TD ALIGN="center">6</TD>
- <TD><A HREF="java.util.Date.html">
-java.util.Date</A></TD>
-</TR>
-<TR>
- <TD ALIGN="center">6</TD>
<TD><A HREF="dalvik.system.VMRuntime.html">
dalvik.system.VMRuntime</A></TD>
</TR>
@@ -724,6 +725,11 @@
</TR>
<TR>
<TD ALIGN="center">3</TD>
+ <TD><A HREF="android.telephony.TelephonyManager.html">
+android.telephony.TelephonyManager</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">3</TD>
<TD><A HREF="android.view.WindowManager.LayoutParams.html">
android.view.WindowManager.LayoutParams</A></TD>
</TR>
@@ -894,71 +900,29 @@
</TR>
<TR>
<TD ALIGN="center"><1</TD>
+ <TD><A HREF="android.view.ViewGroup.html">
+android.view.ViewGroup</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
<TD><A HREF="android.media.ToneGenerator.html">
android.media.ToneGenerator</A></TD>
</TR>
</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
<br>
-<a name="numbers"></a>
-<h2>Total of Differences, by Number and Type</h2>
+<h2 id="calculation">Calculation of Change Percentages</h2>
<p>
-The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were removed, added or changed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
-</p>
-<TABLE summary="Number of differences" WIDTH="100%">
-<TR>
- <TH COLSPAN=5 NOWRAP>
- Number of Differences</TH>
-</TR>
-<TR>
- <TH> </TD>
- <TH ALIGN="center"><b>Removals</b></TH>
- <TH ALIGN="center"><b>Additions</b></TH>
- <TH ALIGN="center"><b>Changes</b></TH>
- <TH ALIGN="center"><b>Total</b></TH>
-</TR>
-<TR>
- <TD>Packages</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">3</TD>
- <TD ALIGN="right">33</TD>
- <TD ALIGN="right">36</TD>
-</TR>
-<TR>
- <TD>Classes and <i>Interfaces</i></TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">85</TD>
- <TD ALIGN="right">132</TD>
- <TD ALIGN="right">217</TD>
-</TR>
-<TR>
- <TD>Constructors</TD>
- <TD ALIGN="right">2</TD>
- <TD ALIGN="right">4</TD>
- <TD ALIGN="right">26</TD>
- <TD ALIGN="right">32</TD>
-</TR>
-<TR>
- <TD>Methods</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">202</TD>
- <TD ALIGN="right">67</TD>
- <TD ALIGN="right">269</TD>
-</TR>
-<TR>
- <TD>Fields</TD>
- <TD ALIGN="right">0</TD>
- <TD ALIGN="right">240</TD>
- <TD ALIGN="right">205</TD>
- <TD ALIGN="right">445</TD>
-</TR>
-<TR>
- <TD><b>Total</b></TD>
- <TD ALIGN="right">2</TD>
- <TD ALIGN="right">534</TD>
- <TD ALIGN="right">463</TD>
- <TD ALIGN="right">999</TD>
-</TR>
-</TABLE>
+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
+<pre>
+Percentage difference = 100 * (added + removed + 2*changed)
+ -----------------------------------
+ sum of public elements in BOTH APIs
+</pre>
+<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
+This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
+The definition ensures that if all packages are removed and all new packages are
+added, the change will be 100%.</p>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/5/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/5/changes/jdiff_topleftframe.html
index 2191eff..36f9836 100644
--- a/docs/html/sdk/api_diff/5/changes/jdiff_topleftframe.html
+++ b/docs/html/sdk/api_diff/5/changes/jdiff_topleftframe.html
@@ -25,7 +25,7 @@
</style>
</HEAD>
<BODY class="gc-documentation" style="padding:12px;">
-<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0">
+<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0" style="margin:0">
<TR>
<th class="indexHeader" nowrap>
Select a Diffs Index:</th>
diff --git a/docs/html/sdk/api_diff/5/changes/methods_index_additions.html b/docs/html/sdk/api_diff/5/changes/methods_index_additions.html
index f78f69e..152d63d 100644
--- a/docs/html/sdk/api_diff/5/changes/methods_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/methods_index_additions.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/5/changes/methods_index_all.html b/docs/html/sdk/api_diff/5/changes/methods_index_all.html
index d59f317..5da58bb 100644
--- a/docs/html/sdk/api_diff/5/changes/methods_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/methods_index_all.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/5/changes/methods_index_changes.html b/docs/html/sdk/api_diff/5/changes/methods_index_changes.html
index b555cfd..81dc7d9 100644
--- a/docs/html/sdk/api_diff/5/changes/methods_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/methods_index_changes.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<A NAME="A"></A>
<br><font size="+2">A</font>
diff --git a/docs/html/sdk/api_diff/5/changes/methods_index_removals.html b/docs/html/sdk/api_diff/5/changes/methods_index_removals.html
index c2be1d7..f3c2288 100644
--- a/docs/html/sdk/api_diff/5/changes/methods_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/methods_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
</script>
diff --git a/docs/html/sdk/api_diff/5/changes/packages_index_additions.html b/docs/html/sdk/api_diff/5/changes/packages_index_additions.html
index 96aca20..5c8de21 100644
--- a/docs/html/sdk/api_diff/5/changes/packages_index_additions.html
+++ b/docs/html/sdk/api_diff/5/changes/packages_index_additions.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="changes-summary.html#android.accounts" class="hiddenlink" target="rightframe"><b>android.accounts</b></A><br>
<A HREF="changes-summary.html#android.bluetooth" class="hiddenlink" target="rightframe"><b>android.bluetooth</b></A><br>
<A HREF="changes-summary.html#android.telephony.cdma" class="hiddenlink" target="rightframe"><b>android.telephony.cdma</b></A><br>
diff --git a/docs/html/sdk/api_diff/5/changes/packages_index_all.html b/docs/html/sdk/api_diff/5/changes/packages_index_all.html
index 73f5da1..b56bd23 100644
--- a/docs/html/sdk/api_diff/5/changes/packages_index_all.html
+++ b/docs/html/sdk/api_diff/5/changes/packages_index_all.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="changes-summary.html#android.accounts" class="hiddenlink" target="rightframe"><b>android.accounts</b></A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
@@ -80,12 +79,7 @@
<A HREF="pkg_android.view.animation.html" class="hiddenlink" target="rightframe">android.view.animation</A><br>
<A HREF="pkg_android.webkit.html" class="hiddenlink" target="rightframe">android.webkit</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="D"></A>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/packages_index_changes.html b/docs/html/sdk/api_diff/5/changes/packages_index_changes.html
index fbdb41e..5cc9d4c 100644
--- a/docs/html/sdk/api_diff/5/changes/packages_index_changes.html
+++ b/docs/html/sdk/api_diff/5/changes/packages_index_changes.html
@@ -44,12 +44,11 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
-<A NAME="A"></A>
<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
<A HREF="pkg_android.app.html" class="hiddenlink" target="rightframe">android.app</A><br>
<A HREF="pkg_android.content.html" class="hiddenlink" target="rightframe">android.content</A><br>
@@ -77,12 +76,7 @@
<A HREF="pkg_android.view.animation.html" class="hiddenlink" target="rightframe">android.view.animation</A><br>
<A HREF="pkg_android.webkit.html" class="hiddenlink" target="rightframe">android.webkit</A><br>
<A HREF="pkg_android.widget.html" class="hiddenlink" target="rightframe">android.widget</A><br>
-<A NAME="D"></A>
<A HREF="pkg_dalvik.system.html" class="hiddenlink" target="rightframe">dalvik.system</A><br>
-<A NAME="J"></A>
-<A HREF="pkg_java.lang.html" class="hiddenlink" target="rightframe">java.lang</A><br>
-<A HREF="pkg_java.net.html" class="hiddenlink" target="rightframe">java.net</A><br>
-<A HREF="pkg_java.util.html" class="hiddenlink" target="rightframe">java.util</A><br>
<A HREF="pkg_java.util.concurrent.html" class="hiddenlink" target="rightframe">java.util.concurrent</A><br>
<A HREF="pkg_java.util.concurrent.locks.html" class="hiddenlink" target="rightframe">java.util.concurrent.locks</A><br>
<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
diff --git a/docs/html/sdk/api_diff/5/changes/packages_index_removals.html b/docs/html/sdk/api_diff/5/changes/packages_index_removals.html
index d4d0afb..cd89a22 100644
--- a/docs/html/sdk/api_diff/5/changes/packages_index_removals.html
+++ b/docs/html/sdk/api_diff/5/changes/packages_index_removals.html
@@ -44,8 +44,8 @@
</td>
</tr>
</table>
-<div id="indexTableCaption">
-<font size="-2"><strong>Bold</strong> indicates New; <strike>Strike</strike> indicates deleted. Plain indicates changed.</font>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:.5em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
</div>
<br>
<div id="indexTableEntries">
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.app.html b/docs/html/sdk/api_diff/5/changes/pkg_android.app.html
index 7cbfac9..5016947 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.app.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.app.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.content.html b/docs/html/sdk/api_diff/5/changes/pkg_android.content.html
index 8474af5..068fa0b 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.content.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.content.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.content.pm.html b/docs/html/sdk/api_diff/5/changes/pkg_android.content.pm.html
index a58c151..b5a96ab 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.content.pm.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.content.pm.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.content.res.html b/docs/html/sdk/api_diff/5/changes/pkg_android.content.res.html
index 7f8ae7ea..b973647 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.content.res.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.content.res.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.database.html b/docs/html/sdk/api_diff/5/changes/pkg_android.database.html
index 8052856..a1fa334 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.database.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.database.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.database.sqlite.html b/docs/html/sdk/api_diff/5/changes/pkg_android.database.sqlite.html
index 15484eb..d336a08 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.database.sqlite.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.database.sqlite.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.drawable.html b/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.drawable.html
index dd6f427..e9430d2 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.drawable.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.drawable.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -100,13 +100,6 @@
</TD>
<TD> </TD>
</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="NinePatchDrawable"></A>
- <nobr><A HREF="android.graphics.drawable.NinePatchDrawable.html">NinePatchDrawable</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
</TABLE>
</div>
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.html b/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.html
index 3e540a0..15b3bcb 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.graphics.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.hardware.html b/docs/html/sdk/api_diff/5/changes/pkg_android.hardware.html
index b042678..c3241d7 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.hardware.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.hardware.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.html b/docs/html/sdk/api_diff/5/changes/pkg_android.html
index b16e8cc..9328627 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.inputmethodservice.html b/docs/html/sdk/api_diff/5/changes/pkg_android.inputmethodservice.html
index 457dc55..2bfd62f 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.inputmethodservice.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.inputmethodservice.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.location.html b/docs/html/sdk/api_diff/5/changes/pkg_android.location.html
index f67a280..d6a4ed9 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.location.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.location.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.media.html b/docs/html/sdk/api_diff/5/changes/pkg_android.media.html
index 0b27798..ac83324 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.media.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.media.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.opengl.html b/docs/html/sdk/api_diff/5/changes/pkg_android.opengl.html
index e58bad2..a230ea2 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.opengl.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.opengl.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.os.html b/docs/html/sdk/api_diff/5/changes/pkg_android.os.html
index bf1bcf4..c1ad2c1 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.os.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.os.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.provider.html b/docs/html/sdk/api_diff/5/changes/pkg_android.provider.html
index 3896ff4..0249646 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.provider.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.provider.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.telephony.html b/docs/html/sdk/api_diff/5/changes/pkg_android.telephony.html
index 9b32c82..c5e1738 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.telephony.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.telephony.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.test.html b/docs/html/sdk/api_diff/5/changes/pkg_android.test.html
index a5f6543..7b81943 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.test.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.test.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.test.mock.html b/docs/html/sdk/api_diff/5/changes/pkg_android.test.mock.html
index 52d1348..451ed0b 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.test.mock.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.test.mock.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.text.format.html b/docs/html/sdk/api_diff/5/changes/pkg_android.text.format.html
index ffcff5b..ca42b02 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.text.format.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.text.format.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.text.html b/docs/html/sdk/api_diff/5/changes/pkg_android.text.html
index 153d208..5125730 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.text.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.text.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.text.style.html b/docs/html/sdk/api_diff/5/changes/pkg_android.text.style.html
index 9a37f7d..bedca4c 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.text.style.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.text.style.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -101,13 +101,6 @@
</TD>
<TD> </TD>
</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="ImageSpan"></A>
- <nobr><A HREF="android.text.style.ImageSpan.html">ImageSpan</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
</TABLE>
</div>
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.util.html b/docs/html/sdk/api_diff/5/changes/pkg_android.util.html
index 6cbbf6e..0a64985 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.util.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.util.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.view.animation.html b/docs/html/sdk/api_diff/5/changes/pkg_android.view.animation.html
index 7922dba..91302af 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.view.animation.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.view.animation.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.view.html b/docs/html/sdk/api_diff/5/changes/pkg_android.view.html
index 087ec16..a7c186a 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.view.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.view.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -159,6 +159,13 @@
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="ViewGroup"></A>
+ <nobr><A HREF="android.view.ViewGroup.html">ViewGroup</A></nobr>
+ </TD>
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
<A NAME="Window.Callback"></A>
<nobr><A HREF="android.view.Window.Callback.html"><I>Window.Callback</I></A></nobr>
</TD>
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.webkit.html b/docs/html/sdk/api_diff/5/changes/pkg_android.webkit.html
index 0044a96..685e48e 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.webkit.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.webkit.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_android.widget.html b/docs/html/sdk/api_diff/5/changes/pkg_android.widget.html
index 33a47c6..2f11503 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_android.widget.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_android.widget.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_dalvik.system.html b/docs/html/sdk/api_diff/5/changes/pkg_dalvik.system.html
index 5fd2211..bf030e2 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_dalvik.system.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_dalvik.system.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_java.lang.html b/docs/html/sdk/api_diff/5/changes/pkg_java.lang.html
deleted file mode 100644
index 35b3da5..0000000
--- a/docs/html/sdk/api_diff/5/changes/pkg_java.lang.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.lang
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/lang/package-summary.html" target="_top"><font size="+1"><code>java.lang</code></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="String"></A>
- <nobr><A HREF="java.lang.String.html">String</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.html b/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.html
index f198541..c20421d 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.locks.html b/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.locks.html
index a897a9c..c061eb6 100644
--- a/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.locks.html
+++ b/docs/html/sdk/api_diff/5/changes/pkg_java.util.concurrent.locks.html
@@ -54,7 +54,7 @@
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.19 19:35</td>
</tr>
</table>
</div><!-- End and-diff-id -->
diff --git a/docs/html/sdk/api_diff/5/changes/pkg_java.util.html b/docs/html/sdk/api_diff/5/changes/pkg_java.util.html
deleted file mode 100644
index be89b5d..0000000
--- a/docs/html/sdk/api_diff/5/changes/pkg_java.util.html
+++ /dev/null
@@ -1,119 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<HTML style="overflow:auto;">
-<HEAD>
-<meta name="generator" content="JDiff v1.1.0">
-<!-- Generated by the JDiff Javadoc doclet -->
-<!-- (http://www.jdiff.org) -->
-<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
-<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
-<TITLE>
-java.util
-</TITLE>
-<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
-<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
-<noscript>
-<style type="text/css">
-body{overflow:auto;}
-#body-content{position:relative; top:0;}
-#doc-content{overflow:visible;border-left:3px solid #666;}
-#side-nav{padding:0;}
-#side-nav .toggle-list ul {display:block;}
-#resize-packages-nav{border-bottom:3px solid #666;}
-</style>
-</noscript>
-<style type="text/css">
-</style>
-</HEAD>
-<BODY>
-<!-- Start of nav bar -->
-<a name="top"></a>
-<div id="header" style="margin-bottom:0;padding-bottom:0;">
-<div id="headerLeft">
-<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
-</div>
- <div id="headerRight">
- <div id="headerLinks">
-<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
-<span class="text">
-<!-- <a href="#">English</a> | -->
-<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
-</span>
-</div>
- <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td colspan="2" class="diffspechead">API Diff Specification</td>
- </tr>
- <tr>
- <td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
- </tr>
- <tr>
- <td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
- </tr>
- <tr>
- <td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
- </tr>
- </table>
- </div><!-- End and-diff-id -->
- <div class="and-diff-id" style="margin-right:8px;">
- <table class="diffspectable">
- <tr>
- <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
- </tr>
- </table>
- </div> <!-- End and-diff-id -->
- </div> <!-- End headerRight -->
- </div> <!-- End header -->
-<div id="body-content" xstyle="padding:12px;padding-right:18px;">
-<div id="doc-content" style="position:relative;">
-<div id="mainBodyFluid">
-<H2>
-Package <A HREF="../../../../reference/java/util/package-summary.html" target="_top"><font size="+1"><code>java.util</code></font></A>
-</H2>
-<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
-<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
-</TH>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Date"></A>
- <nobr><A HREF="java.util.Date.html">Date</A></nobr>
- </TD>
- <TD> </TD>
-</TR>
-</TABLE>
-
- </div>
- <div id="footer">
- <div id="copyright">
- Except as noted, this content is licensed under
- <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
- For details and restrictions, see the <a href="/license.html">Content License</a>.
- </div>
- <div id="footerlinks">
- <p>
- <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
- <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
- <a href="http://www.android.com/branding.html">Brand Guidelines</a>
- </p>
- </div>
- </div> <!-- end footer -->
- </div><!-- end doc-content -->
- </div> <!-- end body-content -->
-<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
-</script>
-<script type="text/javascript">
- try {
- var pageTracker = _gat._getTracker("UA-5831155-1");
- pageTracker._setAllowAnchor(true);
- pageTracker._initData();
- pageTracker._trackPageview();
- } catch(e) {}
-</script>
-</BODY>
-</HTML>
diff --git a/docs/html/sdk/api_diff/5/missingSinces.txt b/docs/html/sdk/api_diff/5/missingSinces.txt
index 26b6ea7..4eefc44 100644
--- a/docs/html/sdk/api_diff/5/missingSinces.txt
+++ b/docs/html/sdk/api_diff/5/missingSinces.txt
@@ -84,7 +84,6 @@
NO DOC BLOCK: android.webkit.WebStorage Class
NO DOC BLOCK: android.webkit.WebStorage.QuotaUpdater Interface
NO DOC BLOCK: android.text.style.AbsoluteSizeSpan Constructor (int, boolean)
-NO DOC BLOCK: android.graphics.drawable.BitmapDrawable Constructor (android.content.res.Resources)
NO DOC BLOCK: android.graphics.drawable.BitmapDrawable Constructor (android.content.res.Resources, java.lang.String)
NO DOC BLOCK: android.graphics.drawable.BitmapDrawable Constructor (android.content.res.Resources, java.io.InputStream)
NO DOC BLOCK: android.content.ContentResolver Method acquireContentProviderClient(android.net.Uri)
@@ -356,7 +355,6 @@
NO DOC BLOCK: android.R.attr Field colorBackgroundCacheHint
NO DOC BLOCK: android.R.attr Field contentAuthority
NO DOC BLOCK: android.os.Debug.MemoryInfo Field CREATOR
-NO DOC BLOCK: android.telephony.TelephonyManager Field DATA_ACTIVITY_DORMANT
NO DOC BLOCK: android.provider.Settings.System Field DEFAULT_ALARM_ALERT_URI
NO DOC BLOCK: android.text.TextPaint Field density
NO DOC BLOCK: android.R.attr Field detachWallpaper
@@ -446,14 +444,9 @@
NO DOC BLOCK: android.content.res.Configuration Field NAVIGATIONHIDDEN_NO
NO DOC BLOCK: android.content.res.Configuration Field NAVIGATIONHIDDEN_UNDEFINED
NO DOC BLOCK: android.content.res.Configuration Field NAVIGATIONHIDDEN_YES
-NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_1xRTT
-NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_CDMA
-NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_EVDO_0
-NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_EVDO_A
NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_HSDPA
NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_HSPA
NO DOC BLOCK: android.telephony.TelephonyManager Field NETWORK_TYPE_HSUPA
-NO DOC BLOCK: android.telephony.TelephonyManager Field PHONE_TYPE_CDMA
NO DOC BLOCK: android.app.ActivityManager.RunningAppProcessInfo Field REASON_PROVIDER_IN_USE
NO DOC BLOCK: android.app.ActivityManager.RunningAppProcessInfo Field REASON_SERVICE_IN_USE
NO DOC BLOCK: android.app.ActivityManager.RunningAppProcessInfo Field REASON_UNKNOWN
diff --git a/docs/html/sdk/api_diff/5/stylesheet-jdiff.css b/docs/html/sdk/api_diff/5/stylesheet-jdiff.css
index abc4dd5..edafaa3 100644
--- a/docs/html/sdk/api_diff/5/stylesheet-jdiff.css
+++ b/docs/html/sdk/api_diff/5/stylesheet-jdiff.css
@@ -3,7 +3,6 @@
div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
table.diffspectable {border:1px;padding:0px;margin:0px;}
-table.jdiffIndex {margin-bottom:.5em;}
.diffspechead {background-color:#eee;}
.diffspectable tr {border:0px;padding:0px;}
.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
@@ -30,9 +29,16 @@
}
.hiddenlink {
font-size:96%;
-/* line-height:.8em; */
+ line-height:.8em;
text-decoration:none;}
a {
text-decoration:none;}
a:hover {
text-decoration:underline;}
+.indexBox {
+ border: 1px solid red;
+ margin:1em 0 0 0;}
+.letterIndexHead {
+ font-size: 1.5em;font-weight:9;
+ margin:0 0 0em 0;
+ border: 1px solid red;}
diff --git a/docs/html/sdk/api_diff/5/user_comments_for_4_to_5.xml b/docs/html/sdk/api_diff/5/user_comments_for_4_to_5.xml
index c962fc2..c03ef0f 100644
--- a/docs/html/sdk/api_diff/5/user_comments_for_4_to_5.xml
+++ b/docs/html/sdk/api_diff/5/user_comments_for_4_to_5.xml
@@ -1390,12 +1390,6 @@
</text>
</comment>
<comment>
- <identifier id="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.graphics.drawable.BitmapDrawable.ctor_added(android.content.res.Resources, java.io.InputStream)"/>
<text>
InsertCommentsHere
@@ -1420,18 +1414,6 @@
</text>
</comment>
<comment>
- <identifier id="android.graphics.drawable.BitmapDrawable.ctor_removed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.graphics.drawable.BitmapDrawable.ctor_removed(android.graphics.Bitmap)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.graphics.drawable.Drawable"/>
<text>
InsertCommentsHere
@@ -1456,18 +1438,6 @@
</text>
</comment>
<comment>
- <identifier id="android.graphics.drawable.NinePatchDrawable"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.graphics.drawable.NinePatchDrawable.ctor_changed(android.graphics.Bitmap, byte[], android.graphics.Rect, java.lang.String)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.hardware"/>
<text>
InsertCommentsHere
@@ -4468,36 +4438,6 @@
</text>
</comment>
<comment>
- <identifier id="android.telephony.TelephonyManager.DATA_ACTIVITY_DORMANT"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_1xRTT"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_CDMA"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_0"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_EVDO_A"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.telephony.TelephonyManager.NETWORK_TYPE_HSDPA"/>
<text>
InsertCommentsHere
@@ -4516,12 +4456,6 @@
</text>
</comment>
<comment>
- <identifier id="android.telephony.TelephonyManager.PHONE_TYPE_CDMA"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.telephony.TelephonyManager.hasIccCard_added()"/>
<text>
InsertCommentsHere
@@ -4714,24 +4648,6 @@
</text>
</comment>
<comment>
- <identifier id="android.text.style.ImageSpan"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="android.text.style.ImageSpan.ctor_changed(android.graphics.Bitmap, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="android.text.style.LineHeightSpan.WithDensity"/>
<text>
InsertCommentsHere
@@ -5146,6 +5062,18 @@
</text>
</comment>
<comment>
+ <identifier id="android.view.ViewGroup"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.ViewGroup.FLAG_USE_CHILD_DRAWING_ORDER"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
<identifier id="android.view.Window.Callback"/>
<text>
InsertCommentsHere
@@ -5878,114 +5806,6 @@
</text>
</comment>
<comment>
- <identifier id="java.lang"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[])"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.lang.String.ctor_changed(byte[], int, int, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.lang.String, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.net.Proxy)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.net.Socket.ctor_changed(java.net.SocketImpl)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date.ctor_changed()"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
- <identifier id="java.util.Date.ctor_changed(int, int, int, int, int, int)"/>
- <text>
- InsertCommentsHere
- </text>
-</comment>
-<comment>
<identifier id="java.util.concurrent"/>
<text>
InsertCommentsHere
diff --git a/docs/html/sdk/api_diff/6/changes.html b/docs/html/sdk/api_diff/6/changes.html
new file mode 100644
index 0000000..8a93a5c
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes.html
@@ -0,0 +1,45 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<!-- on Fri Nov 20 11:08:06 PST 2009 -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+API Differences between 5 and 6
+</TITLE>
+<link href="../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</head>
+<frameset cols="242,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
+<frameset rows="174,**" framespacing="1" frameborder="yes" border="1" bordercolor="#e9e9e9">
+ <frame src="changes/jdiff_topleftframe.html" scrolling="no" name="topleftframe" frameborder="1">
+ <frame src="changes/alldiffs_index_all.html" scrolling="auto" name="bottomleftframe" frameborder="1">
+ </frameset>
+ <frame src="changes/changes-summary.html" scrolling="auto" name="rightframe" frameborder="1">
+</frameset>
+<noframes>
+<h2>
+Frame Alert
+</h2>
+
+<p>
+This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.
+<br>
+Link to <a href="changes/changes-summary.html" target="_top">Non-frame version.</A>
+</noframes>
+</html>
diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html
new file mode 100644
index 0000000..3db469c
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_additions.html
@@ -0,0 +1,92 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+All Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="alldiffs_index_all.html" xclass="hiddenlink">All Differences</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<b>Additions</b>
+ <br>
+<A HREF="alldiffs_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<!-- Field ECLAIR_0_1 -->
+<A NAME="E"></A>
+<br><font size="+2">E</font>
+<a href="#Q"><font size="-2">Q</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.os.Build.VERSION_CODES.html#android.os.Build.VERSION_CODES.ECLAIR_0_1" class="hiddenlink" target="rightframe">ECLAIR_0_1</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowLarge -->
+<A NAME="Q"></A>
+<br><font size="+2">Q</font>
+<a href="#E"><font size="-2">E</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowLarge</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowMedium -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowMedium</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowSmall -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowSmall</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowLarge -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowLarge</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowMedium -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowMedium</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowSmall -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowSmall</A>
+</nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html
new file mode 100644
index 0000000..ebcbdf5
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_all.html
@@ -0,0 +1,215 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+All Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>All Differences</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="alldiffs_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<A HREF="alldiffs_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<!-- Class AbstractAccountAuthenticator -->
+<A NAME="A"></A>
+<br><font size="+2">A</font>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.accounts.AbstractAccountAuthenticator.html" class="hiddenlink" target="rightframe">AbstractAccountAuthenticator</A><br>
+<!-- Package android -->
+<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
+<!-- Package android.accounts -->
+<A HREF="pkg_android.accounts.html" class="hiddenlink" target="rightframe">android.accounts</A><br>
+<!-- Package android.os -->
+<A HREF="pkg_android.os.html" class="hiddenlink" target="rightframe">android.os</A><br>
+<!-- Package android.view -->
+<A HREF="pkg_android.view.html" class="hiddenlink" target="rightframe">android.view</A><br>
+<!-- Class Build.VERSION_CODES -->
+<A NAME="B"></A>
+<br><font size="+2">B</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.os.Build.VERSION_CODES.html" class="hiddenlink" target="rightframe">Build.VERSION_CODES</A><br>
+<!-- Method confirmCredentials -->
+<A NAME="C"></A>
+<br><font size="+2">C</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)" class="hiddenlink" target="rightframe">confirmCredentials
+(<code>AccountAuthenticatorResponse, Account, Bundle</code>)</A></nobr><br>
+<!-- Field ECLAIR_0_1 -->
+<A NAME="E"></A>
+<br><font size="+2">E</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.os.Build.VERSION_CODES.html#android.os.Build.VERSION_CODES.ECLAIR_0_1" class="hiddenlink" target="rightframe">ECLAIR_0_1</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowLarge -->
+<A NAME="Q"></A>
+<br><font size="+2">Q</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowLarge</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowMedium -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowMedium</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleSmallWindowSmall -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowSmall</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowLarge -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowLarge</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowMedium -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowMedium</A>
+</nobr><br>
+<!-- Field quickContactBadgeStyleWindowSmall -->
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowSmall</A>
+</nobr><br>
+<!-- Class R.attr -->
+<A NAME="R"></A>
+<br><font size="+2">R</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.R.attr.html" class="hiddenlink" target="rightframe">R.attr</A><br>
+<!-- Field TYPE_STATUS_BAR_PANEL -->
+<A NAME="T"></A>
+<br><font size="+2">T</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL" class="hiddenlink" target="rightframe">TYPE_STATUS_BAR_PANEL</A>
+</nobr><br>
+<!-- Method updateCredentials -->
+<A NAME="U"></A>
+<br><font size="+2">U</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" class="hiddenlink" target="rightframe">updateCredentials
+(<code>AccountAuthenticatorResponse, Account, String, Bundle</code>)</A></nobr><br>
+<!-- Class WindowManager.LayoutParams -->
+<A NAME="W"></A>
+<br><font size="+2">W</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.view.WindowManager.LayoutParams.html" class="hiddenlink" target="rightframe">WindowManager.LayoutParams</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html
new file mode 100644
index 0000000..20eab19
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_changes.html
@@ -0,0 +1,156 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+All Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="alldiffs_index_all.html" xclass="hiddenlink">All Differences</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="alldiffs_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<b>Changes</b>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<!-- Class AbstractAccountAuthenticator -->
+<A NAME="A"></A>
+<br><font size="+2">A</font>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.accounts.AbstractAccountAuthenticator.html" class="hiddenlink" target="rightframe">AbstractAccountAuthenticator</A><br>
+<!-- Package android -->
+<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
+<!-- Package android.accounts -->
+<A HREF="pkg_android.accounts.html" class="hiddenlink" target="rightframe">android.accounts</A><br>
+<!-- Package android.os -->
+<A HREF="pkg_android.os.html" class="hiddenlink" target="rightframe">android.os</A><br>
+<!-- Package android.view -->
+<A HREF="pkg_android.view.html" class="hiddenlink" target="rightframe">android.view</A><br>
+<!-- Class Build.VERSION_CODES -->
+<A NAME="B"></A>
+<br><font size="+2">B</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.os.Build.VERSION_CODES.html" class="hiddenlink" target="rightframe">Build.VERSION_CODES</A><br>
+<!-- Method confirmCredentials -->
+<A NAME="C"></A>
+<br><font size="+2">C</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)" class="hiddenlink" target="rightframe">confirmCredentials
+(<code>AccountAuthenticatorResponse, Account, Bundle</code>)</A></nobr><br>
+<!-- Class R.attr -->
+<A NAME="R"></A>
+<br><font size="+2">R</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.R.attr.html" class="hiddenlink" target="rightframe">R.attr</A><br>
+<!-- Field TYPE_STATUS_BAR_PANEL -->
+<A NAME="T"></A>
+<br><font size="+2">T</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#U"><font size="-2">U</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL" class="hiddenlink" target="rightframe">TYPE_STATUS_BAR_PANEL</A>
+</nobr><br>
+<!-- Method updateCredentials -->
+<A NAME="U"></A>
+<br><font size="+2">U</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" class="hiddenlink" target="rightframe">updateCredentials
+(<code>AccountAuthenticatorResponse, Account, String, Bundle</code>)</A></nobr><br>
+<!-- Class WindowManager.LayoutParams -->
+<A NAME="W"></A>
+<br><font size="+2">W</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#C"><font size="-2">C</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#T"><font size="-2">T</font></a>
+<a href="#U"><font size="-2">U</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.view.WindowManager.LayoutParams.html" class="hiddenlink" target="rightframe">WindowManager.LayoutParams</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html b/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html
new file mode 100644
index 0000000..68d2c20
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/alldiffs_index_removals.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+All Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for All Differences" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="alldiffs_index_all.html" xclass="hiddenlink">All Differences</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="alldiffs_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<A HREF="alldiffs_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/5/changes/java.net.Socket.html b/docs/html/sdk/api_diff/6/changes/android.R.attr.html
similarity index 67%
rename from docs/html/sdk/api_diff/5/changes/java.net.Socket.html
rename to docs/html/sdk/api_diff/6/changes/android.R.attr.html
index ca62b37..b516ada 100644
--- a/docs/html/sdk/api_diff/5/changes/java.net.Socket.html
+++ b/docs/html/sdk/api_diff/6/changes/android.R.attr.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net.Socket
+android.R.attr
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,64 +71,61 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.net.<A HREF="../../../../reference/java/net/Socket.html" target="_top"><font size="+2"><code>Socket</code></font></A>
+Class android.<A HREF="../../../../reference/android/R.attr.html" target="_top"><font size="+2"><code>R.attr</code></font></A>
</H2>
<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
+<a NAME="Added"></a>
+<TABLE summary="Added Fields" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket()" target="_top"><code>Socket</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.R.attr.quickContactBadgeStyleSmallWindowLarge"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleSmallWindowLarge" target="_top"><code>quickContactBadgeStyleSmallWindowLarge</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.R.attr.quickContactBadgeStyleSmallWindowMedium"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleSmallWindowMedium" target="_top"><code>quickContactBadgeStyleSmallWindowMedium</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int, java.net.InetAddress, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr>,</nobr> InetAddress<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.R.attr.quickContactBadgeStyleSmallWindowSmall"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleSmallWindowSmall" target="_top"><code>quickContactBadgeStyleSmallWindowSmall</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.Proxy)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.Proxy)" target="_top"><code>Socket</code></A>(<code>Proxy</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.R.attr.quickContactBadgeStyleWindowLarge"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleWindowLarge" target="_top"><code>quickContactBadgeStyleWindowLarge</code></A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.SocketImpl)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.SocketImpl)" target="_top"><code>Socket</code></A>(<code>SocketImpl</code>) </nobr>
+ <A NAME="android.R.attr.quickContactBadgeStyleWindowMedium"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleWindowMedium" target="_top"><code>quickContactBadgeStyleWindowMedium</code></A></nobr>
</TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <TD> </TD>
+</TR>
+<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
+ <TD VALIGN="TOP" WIDTH="25%">
+ <A NAME="android.R.attr.quickContactBadgeStyleWindowSmall"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/R.attr.html#quickContactBadgeStyleWindowSmall" target="_top"><code>quickContactBadgeStyleWindowSmall</code></A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
-<a NAME="methods"></a>
-<a NAME="fields"></a>
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/5/changes/java.util.Date.html b/docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html
similarity index 68%
rename from docs/html/sdk/api_diff/5/changes/java.util.Date.html
rename to docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html
index 3bf23c2..97f6e93 100644
--- a/docs/html/sdk/api_diff/5/changes/java.util.Date.html
+++ b/docs/html/sdk/api_diff/6/changes/android.accounts.AbstractAccountAuthenticator.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.util.Date
+android.accounts.AbstractAccountAuthenticator
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,36 +71,38 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Class java.util.<A HREF="../../../../reference/java/util/Date.html" target="_top"><font size="+2"><code>Date</code></font></A>
+Class android.accounts.<A HREF="../../../../reference/android/accounts/AbstractAccountAuthenticator.html" target="_top"><font size="+2"><code>AbstractAccountAuthenticator</code></font></A>
</H2>
<a NAME="constructors"></a>
+<a NAME="methods"></a>
<p>
<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
+<TABLE summary="Changed Methods" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date()" target="_top"><code>Date</code></A>() </nobr>
+ <A NAME="android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)"></A>
+ <nobr><code>Bundle</code> <A HREF="../../../../reference/android/accounts/AbstractAccountAuthenticator.html#confirmCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)" target="_top"><code>confirmCredentials</code></A>(<code>AccountAuthenticatorResponse,</nobr> Account<nobr>,</nobr> Bundle<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
+Change in exceptions thrown from no exceptions to <code>android.accounts.NetworkErrorException</code>.<br>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.util.Date.ctor_changed(int, int, int, int, int, int)"></A>
- <nobr><A HREF="../../../../reference/java/util/Date.html#Date(int, int, int, int, int, int)" target="_top"><code>Date</code></A>(<code>int,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
+ <A NAME="android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)"></A>
+ <nobr><code>Bundle</code> <A HREF="../../../../reference/android/accounts/AbstractAccountAuthenticator.html#updateCredentials(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" target="_top"><code>updateCredentials</code></A>(<code>AccountAuthenticatorResponse,</nobr> Account<nobr>,</nobr> String<nobr>,</nobr> Bundle<nobr><nobr></code>) </nobr>
</TD>
<TD VALIGN="TOP" WIDTH="30%">
+Change in exceptions thrown from no exceptions to <code>android.accounts.NetworkErrorException</code>.<br>
</TD>
<TD> </TD>
</TR>
</TABLE>
-<a NAME="methods"></a>
<a NAME="fields"></a>
</div>
<div id="footer">
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html
similarity index 83%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html
index 9d98155..f3d9391 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/android.os.Build.VERSION_CODES.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.os.Build.VERSION_CODES
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,18 +71,21 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Class android.os.<A HREF="../../../../reference/android/os/Build.VERSION_CODES.html" target="_top"><font size="+2"><code>Build.VERSION_CODES</code></font></A>
</H2>
+<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
<p>
-<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
+<a NAME="Added"></a>
+<TABLE summary="Added Fields" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=2>Added Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="android.os.Build.VERSION_CODES.ECLAIR_0_1"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/os/Build.VERSION_CODES.html#ECLAIR_0_1" target="_top"><code>ECLAIR_0_1</code></A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html
similarity index 81%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html
index 9d98155..9cb6b27 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/android.view.WindowManager.LayoutParams.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.view.WindowManager.LayoutParams
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,18 +71,23 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Class android.view.<A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html" target="_top"><font size="+2"><code>WindowManager.LayoutParams</code></font></A>
</H2>
+<a NAME="constructors"></a>
+<a NAME="methods"></a>
+<a NAME="fields"></a>
<p>
<a NAME="Changed"></a>
-<TABLE summary="Changed Classes" WIDTH="100%">
+<TABLE summary="Changed Fields" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=2>Changed Classes</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=3>Changed Fields</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL"></A>
+ <nobr><code>int</code> <A HREF="../../../../reference/android/view/WindowManager.LayoutParams.html#TYPE_STATUS_BAR_PANEL" target="_top"><code>TYPE_STATUS_BAR_PANEL</code></font></A></nobr> </TD>
+ <TD VALIGN="TOP" WIDTH="30%">
+Changed in value from 2008 to 2014.
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/5/changes/java.net.Socket.html b/docs/html/sdk/api_diff/6/changes/changes-summary.html
similarity index 66%
copy from docs/html/sdk/api_diff/5/changes/java.net.Socket.html
copy to docs/html/sdk/api_diff/6/changes/changes-summary.html
index ca62b37..77ceb25 100644
--- a/docs/html/sdk/api_diff/5/changes/java.net.Socket.html
+++ b/docs/html/sdk/api_diff/6/changes/changes-summary.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net.Socket
+Android API Differences Report
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -24,7 +24,7 @@
<style type="text/css">
</style>
</HEAD>
-<BODY>
+<body class="gc-documentation">
<!-- Start of nav bar -->
<a name="top"></a>
<div id="header" style="margin-bottom:0;padding-bottom:0;">
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">5</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">4</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.10.21 21:05</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -70,65 +70,61 @@
<div id="body-content" xstyle="padding:12px;padding-right:18px;">
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
-<H2>
-Class java.net.<A HREF="../../../../reference/java/net/Socket.html" target="_top"><font size="+2"><code>Socket</code></font></A>
-</H2>
-<a NAME="constructors"></a>
+ <div id="docTitleContainer">
+<h1>Android API Differences Report</h1>
+<p>This report details the changes in the core Android framework API between two <a
+href="http://developer.android.com/guide/appendix/api-levels.html" target="_top">API Level</a>
+specifications. It shows additions, modifications, and removals for packages, classes, methods, and fields.
+The report also includes general statistics that characterize the extent and type of the differences.</p>
+<p>This report is based a comparison of the Android API specifications
+whose API Level identifiers are given in the upper-right corner of this page. It compares a
+newer "to" API to an older "from" API, noting all changes relative to the
+older API. So, for example, API elements marked as removed are no longer present in the "to"
+API specification.</p>
+<p>To navigate the report, use the "Select a Diffs Index" and "Filter the Index"
+controls on the left. The report uses text formatting to indicate <em>interface names</em>,
+<a href= ><code>links to reference documentation</code></a>, and <a href= >links to change
+description</a>. The statistics are accessible from the "Statistics" link in the upper-right corner.</p>
+<p>For more information about the Android framework API and SDK,
+see the <a href="http://developer.android.com/index.html" target="_top">Android Developers site</a>.</p>
<p>
<a NAME="Changed"></a>
-<TABLE summary="Changed Constructors" WIDTH="100%">
+<TABLE summary="Changed Packages" WIDTH="100%">
<TR>
- <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD>
+ <TH VALIGN="TOP" COLSPAN=3>Changed Packages</FONT></TD>
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed()"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket()" target="_top"><code>Socket</code></A>() </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android"></A>
+ <nobr><A HREF="pkg_android.html">android</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.accounts"></A>
+ <nobr><A HREF="pkg_android.accounts.html">android.accounts</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.lang.String, int, java.net.InetAddress, int)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.lang.String, int, java.net.InetAddress, int)" target="_top"><code>Socket</code></A>(<code>String,</nobr> int<nobr>,</nobr> InetAddress<nobr>,</nobr> int<nobr><nobr></code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.os"></A>
+ <nobr><A HREF="pkg_android.os.html">android.os</A></nobr>
</TD>
<TD> </TD>
</TR>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.Proxy)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.Proxy)" target="_top"><code>Socket</code></A>(<code>Proxy</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
- </TD>
- <TD> </TD>
-</TR>
-<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
- <TD VALIGN="TOP" WIDTH="25%">
- <A NAME="java.net.Socket.ctor_changed(java.net.SocketImpl)"></A>
- <nobr><A HREF="../../../../reference/java/net/Socket.html#Socket(java.net.SocketImpl)" target="_top"><code>Socket</code></A>(<code>SocketImpl</code>) </nobr>
- </TD>
- <TD VALIGN="TOP" WIDTH="30%">
+ <A NAME="android.view"></A>
+ <nobr><A HREF="pkg_android.view.html">android.view</A></nobr>
</TD>
<TD> </TD>
</TR>
</TABLE>
-<a NAME="methods"></a>
-<a NAME="fields"></a>
+<!-- End of API section -->
+<!-- Start of packages section -->
</div>
<div id="footer">
<div id="copyright">
diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_additions.html b/docs/html/sdk/api_diff/6/changes/classes_index_additions.html
new file mode 100644
index 0000000..ccd5b66
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/classes_index_additions.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Class Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="classes_index_all.html" class="staysblack">All Classes</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="classes_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_all.html b/docs/html/sdk/api_diff/6/changes/classes_index_all.html
new file mode 100644
index 0000000..97997b7
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/classes_index_all.html
@@ -0,0 +1,93 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Class Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>Classes</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="classes_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="A"></A>
+<br><font size="+2">A</font>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.accounts.AbstractAccountAuthenticator.html" class="hiddenlink" target="rightframe">AbstractAccountAuthenticator</A><br>
+<A NAME="B"></A>
+<br><font size="+2">B</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.os.Build.VERSION_CODES.html" class="hiddenlink" target="rightframe">Build.VERSION_CODES</A><br>
+<A NAME="R"></A>
+<br><font size="+2">R</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.R.attr.html" class="hiddenlink" target="rightframe">R.attr</A><br>
+<A NAME="W"></A>
+<br><font size="+2">W</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#R"><font size="-2">R</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.view.WindowManager.LayoutParams.html" class="hiddenlink" target="rightframe">WindowManager.LayoutParams</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_changes.html b/docs/html/sdk/api_diff/6/changes/classes_index_changes.html
new file mode 100644
index 0000000..98b6c1f
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/classes_index_changes.html
@@ -0,0 +1,93 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Class Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="classes_index_all.html" class="staysblack">All Classes</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<b>Changes</b>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="A"></A>
+<br><font size="+2">A</font>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.accounts.AbstractAccountAuthenticator.html" class="hiddenlink" target="rightframe">AbstractAccountAuthenticator</A><br>
+<A NAME="B"></A>
+<br><font size="+2">B</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#R"><font size="-2">R</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.os.Build.VERSION_CODES.html" class="hiddenlink" target="rightframe">Build.VERSION_CODES</A><br>
+<A NAME="R"></A>
+<br><font size="+2">R</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#W"><font size="-2">W</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.R.attr.html" class="hiddenlink" target="rightframe">R.attr</A><br>
+<A NAME="W"></A>
+<br><font size="+2">W</font>
+<a href="#A"><font size="-2">A</font></a>
+<a href="#B"><font size="-2">B</font></a>
+<a href="#R"><font size="-2">R</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<A HREF="android.view.WindowManager.LayoutParams.html" class="hiddenlink" target="rightframe">WindowManager.LayoutParams</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/classes_index_removals.html b/docs/html/sdk/api_diff/6/changes/classes_index_removals.html
new file mode 100644
index 0000000..792fc4e
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/classes_index_removals.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Class Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Classes" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="classes_index_all.html" class="staysblack">All Classes</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="classes_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html b/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html
new file mode 100644
index 0000000..3237ba3
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/constructors_index_additions.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Constructor Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<font color="#999999">Changes</font>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_all.html b/docs/html/sdk/api_diff/6/changes/constructors_index_all.html
new file mode 100644
index 0000000..637582e
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/constructors_index_all.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Constructor Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>Constructors</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<font color="#999999">Changes</font>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html b/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html
new file mode 100644
index 0000000..728fa2d
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/constructors_index_changes.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Constructor Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<font color="#999999">Changes</font>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/constructors_index_removals.html b/docs/html/sdk/api_diff/6/changes/constructors_index_removals.html
new file mode 100644
index 0000000..1b95544
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/constructors_index_removals.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Constructor Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Constructors" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="constructors_index_all.html" class="staysblack">All Constructors</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<font color="#999999">Changes</font>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_additions.html b/docs/html/sdk/api_diff/6/changes/fields_index_additions.html
new file mode 100644
index 0000000..cc8d873
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/fields_index_additions.html
@@ -0,0 +1,85 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Field Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="fields_index_all.html" class="staysblack">All Fields</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<b>Additions</b>
+ <br>
+<A HREF="fields_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="E"></A>
+<br><font size="+2">E</font>
+<a href="#Q"><font size="-2">Q</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.os.Build.VERSION_CODES.html#android.os.Build.VERSION_CODES.ECLAIR_0_1" class="hiddenlink" target="rightframe">ECLAIR_0_1</A>
+</nobr><br>
+<A NAME="Q"></A>
+<br><font size="+2">Q</font>
+<a href="#E"><font size="-2">E</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowLarge</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowMedium</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowSmall</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowLarge</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowMedium</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowSmall</A>
+</nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_all.html b/docs/html/sdk/api_diff/6/changes/fields_index_all.html
new file mode 100644
index 0000000..2b59a4b
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/fields_index_all.html
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Field Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>Fields</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<A HREF="fields_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="E"></A>
+<br><font size="+2">E</font>
+<a href="#Q"><font size="-2">Q</font></a>
+<a href="#T"><font size="-2">T</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.os.Build.VERSION_CODES.html#android.os.Build.VERSION_CODES.ECLAIR_0_1" class="hiddenlink" target="rightframe">ECLAIR_0_1</A>
+</nobr><br>
+<A NAME="Q"></A>
+<br><font size="+2">Q</font>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#T"><font size="-2">T</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowLarge</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowMedium</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleSmallWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleSmallWindowSmall</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowLarge" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowLarge</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowMedium" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowMedium</A>
+</nobr><br>
+<nobr><A HREF="android.R.attr.html#android.R.attr.quickContactBadgeStyleWindowSmall" class="hiddenlink" target="rightframe">quickContactBadgeStyleWindowSmall</A>
+</nobr><br>
+<A NAME="T"></A>
+<br><font size="+2">T</font>
+<a href="#E"><font size="-2">E</font></a>
+<a href="#Q"><font size="-2">Q</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL" class="hiddenlink" target="rightframe">TYPE_STATUS_BAR_PANEL</A>
+</nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_changes.html b/docs/html/sdk/api_diff/6/changes/fields_index_changes.html
new file mode 100644
index 0000000..e05a989
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/fields_index_changes.html
@@ -0,0 +1,67 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Field Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="fields_index_all.html" class="staysblack">All Fields</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<b>Changes</b>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="T"></A>
+<br><font size="+2">T</font>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.view.WindowManager.LayoutParams.html#android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL" class="hiddenlink" target="rightframe">TYPE_STATUS_BAR_PANEL</A>
+</nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/fields_index_removals.html b/docs/html/sdk/api_diff/6/changes/fields_index_removals.html
new file mode 100644
index 0000000..9f62d88
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/fields_index_removals.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Field Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Fields" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="fields_index_all.html" class="staysblack">All Fields</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<A HREF="fields_index_additions.html"xclass="hiddenlink">Additions</A>
+ <br>
+<A HREF="fields_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/jdiff_help.html b/docs/html/sdk/api_diff/6/changes/jdiff_help.html
new file mode 100644
index 0000000..999508c
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/jdiff_help.html
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+JDiff Help
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY>
+<!-- Start of nav bar -->
+<TABLE summary="Navigation bar" BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+ <TABLE summary="Navigation bar" BORDER="0" CELLPADDING="0" CELLSPACING="3">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../reference/index.html" target="_top"><FONT CLASS="NavBarFont1"><B><code>6</code></B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="changes-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="jdiff_statistics.html"><FONT CLASS="NavBarFont1"><B>Statistics</B></FONT></A> </TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Help</B></FONT> </TD>
+ </TR>
+ </TABLE>
+</TD>
+<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Generated by<br><a href="http://www.jdiff.org" class="staysblack" target="_top">JDiff</a></b></EM></TD>
+</TR>
+<TR>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2"></FONT>
+</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../changes.html" TARGET="_top"><B>FRAMES</B></A>
+ <A HREF="jdiff_help.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
+</TR>
+</TABLE>
+<HR>
+<!-- End of nav bar -->
+<center>
+<H1>JDiff Documentation</H1>
+</center>
+<BLOCKQUOTE>
+JDiff is a <a href="http://java.sun.com/j2se/javadoc/" target="_top">Javadoc</a> doclet which generates a report of the API differences between two versions of a product. It does not report changes in Javadoc comments, or changes in what a class or method does.
+This help page describes the different parts of the output from JDiff.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+ See the reference page in the <a href="http://www.jdiff.org">source for JDiff</a> for information about how to generate a report like this one.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+The indexes shown in the top-left frame help show each type of change in more detail. The index "All Differences" contains all the differences between the APIs, in alphabetical order.
+These indexes all use the same format:
+<ul>
+<li>Removed packages, classes, constructors, methods and fields are <strike>struck through</strike>.</li>
+<li>Added packages, classes, constructors, methods and fields appear in <b>bold</b>.</li>
+<li>Changed packages, classes, constructors, methods and fields appear in normal text.</li>
+</ul>
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+You can always tell when you are reading a JDiff page, rather than a Javadoc page, by the color of the index bar and the color of the background.
+Links which take you to a Javadoc page are always in a <code>typewriter</code> font.
+Just like Javadoc, all interface names are in <i>italic</i>, and class names are not italicized. Where there are multiple entries in an index with the same name, the heading for them is also in italics, but is not a link.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3><b><code>Javadoc</code></b></H3>
+This is a link to the <a href="../../../../reference/index.html" target="_top">top-level</a> Javadoc page for the new version of the product.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Overview</H3>
+The <a href="changes-summary.html">overview</a> is the top-level summary of what was removed, added and changed between versions.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Package</H3>
+This is a link to the package containing the current changed class or interface.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Class</H3>
+This is highlighted when you are looking at the changed class or interface.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Text Changes</H3>
+This is a link to the top-level index of all documentation changes for the current package or class.
+If it is not present, then there are no documentation changes for the current package or class.
+This link can be removed entirely by not using the <code>-docchanges</code> option.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Statistics</H3>
+This is a link to a page which shows statistics about the changes between the two APIs.
+This link can be removed entirely by not using the <code>-stats</code> option.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Help</H3>
+A link to this Help page for JDiff.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Prev/Next</H3>
+These links take you to the previous and next changed package or class.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H3>Frames/No Frames</H3>
+These links show and hide the HTML frames. All pages are available with or without frames.
+</BLOCKQUOTE>
+<BLOCKQUOTE>
+<H2>Complex Changes</H2>
+There are some complex changes which can occur between versions, for example, when two or more methods with the same name change simultaneously, or when a method or field is moved into or from a superclass.
+In these cases, the change will be seen as a removal and an addition, rather than as a change. Unexpected removals or additions are often part of one of these type of changes.
+</BLOCKQUOTE>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/jdiff_statistics.html b/docs/html/sdk/api_diff/6/changes/jdiff_statistics.html
new file mode 100644
index 0000000..b4b77cd
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/jdiff_statistics.html
@@ -0,0 +1,229 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+API Change Statistics
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<body class="gc-documentation">
+<!-- Start of nav bar -->
+<a name="top"></a>
+<div id="header" style="margin-bottom:0;xborder-bottom:none;">
+<div id="headerLeft">
+<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
+</div>
+ <div id="headerRight">
+ <div id="headerLinks">
+<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
+<span class="text">
+<!-- <a href="#">English</a> | -->
+<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
+</span>
+</div>
+ <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
+ <table class="diffspectable">
+ <tr>
+ <td colspan="2" class="diffspechead">API Diff Specification</td>
+ </tr>
+ <tr>
+ <td class="diffspec" style="padding-top:.25em">To Level:</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
+ </tr>
+ <tr>
+ <td class="diffspec">From Level:</td>
+ <td class="diffvalueold">5</td>
+ </tr>
+ <tr>
+ <td class="diffspec">Generated</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
+ </tr>
+ </table>
+ </div><!-- End and-diff-id -->
+ <div class="and-diff-id" style="margin-right:8px;">
+ <table class="diffspectable">
+ <tr>
+ <td class="diffspec" colspan="2"><a href="../changes.html" target="_top">Top of Report</a>
+ </tr>
+ </table>
+ </div> <!-- End and-diff-id -->
+ </div> <!-- End headerRight -->
+ </div> <!-- End header -->
+<div id="body-content">
+<div id="doc-content" style="position:relative;">
+<div id="mainBodyFluid">
+<h1>API Change Statistics</h1>
+<p>The overall difference between API Levels 5 and 6 is approximately <span style="color:222;font-weight:bold;">0.01%</span>.
+</p>
+<br>
+<a name="numbers"></a>
+<h2>Total of Differences, by Number and Type</h2>
+<p>
+The table below lists the numbers of program elements (packages, classes, constructors, methods, and fields) that were added, changed, or removed. The table includes only the highest-level program elements — that is, if a class with two methods was added, the number of methods added does not include those two methods, but the number of classes added does include that class.
+</p>
+<TABLE summary="Number of differences" WIDTH="100%">
+<TR>
+ <th>Type</th>
+ <TH ALIGN="center"><b>Additions</b></TH>
+ <TH ALIGN="center"><b>Changes</b></TH>
+ <TH ALIGN="center">Removals</TH>
+ <TH ALIGN="center"><b>Total</b></TH>
+</TR>
+<TR>
+ <TD>Packages</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">4</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">4</TD>
+</TR>
+<TR>
+ <TD>Classes and <i>Interfaces</i></TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">4</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">4</TD>
+</TR>
+<TR>
+ <TD>Constructors</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">0</TD>
+</TR>
+<TR>
+ <TD>Methods</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">2</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">2</TD>
+</TR>
+<TR>
+ <TD>Fields</TD>
+ <TD ALIGN="right">7</TD>
+ <TD ALIGN="right">1</TD>
+ <TD ALIGN="right">0</TD>
+ <TD ALIGN="right">8</TD>
+</TR>
+<TR>
+ <TD style="background-color:#FAFAFA"><b>Total</b></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>7</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>11</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>0</strong></TD>
+ <TD style="background-color:#FAFAFA" ALIGN="right"><strong>18</strong></TD>
+</TR>
+</TABLE>
+<br>
+<a name="packages"></a>
+<h2>Changed Packages, Sorted by Percentage Difference</h2>
+<TABLE summary="Packages sorted by percentage difference" WIDTH="100%">
+<TR>
+ <TH WIDTH="10%">Percentage Difference*</TH>
+ <TH>Package</TH>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="pkg_android.accounts.html">android.accounts</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="pkg_android.os.html">android.os</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="pkg_android.html">android</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="pkg_android.view.html">android.view</A></TD>
+</TR>
+</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
+<br>
+<a name="classes"></a>
+<h2>Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>
+<TABLE summary="Classes sorted by percentage difference" WIDTH="100%">
+<TR WIDTH="20%">
+ <TH WIDTH="10%">Percentage<br>Difference*</TH>
+ <TH><b>Class or <i>Interface</i></b></TH>
+</TR>
+<TR>
+ <TD ALIGN="center">10</TD>
+ <TD><A HREF="android.accounts.AbstractAccountAuthenticator.html">
+android.accounts.AbstractAccountAuthenticator</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center">6</TD>
+ <TD><A HREF="android.os.Build.VERSION_CODES.html">
+android.os.Build.VERSION_CODES</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="android.view.WindowManager.LayoutParams.html">
+android.view.WindowManager.LayoutParams</A></TD>
+</TR>
+<TR>
+ <TD ALIGN="center"><1</TD>
+ <TD><A HREF="android.R.attr.html">
+android.R.attr</A></TD>
+</TR>
+</TABLE>
+<p style="font-size:10px">* See <a href="#calculation">Calculation of Change Percentages</a>, below.</p>
+<br>
+<h2 id="calculation">Calculation of Change Percentages</h2>
+<p>
+The percent change statistic reported for all elements in the "to" API Level specification is defined recursively as follows:</p>
+<pre>
+Percentage difference = 100 * (added + removed + 2*changed)
+ -----------------------------------
+ sum of public elements in BOTH APIs
+</pre>
+<p>where <code>added</code> is the number of packages added, <code>removed</code> is the number of packages removed, and <code>changed</code> is the number of packages changed.
+This definition is applied recursively for the classes and their program elements, so the value for a changed package will be less than 1, unless every class in that package has changed.
+The definition ensures that if all packages are removed and all new packages are
+added, the change will be 100%.</p>
+ </div>
+ <div id="footer">
+ <div id="copyright">
+ Except as noted, this content is licensed under
+ <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
+ For details and restrictions, see the <a href="/license.html">Content License</a>.
+ </div>
+ <div id="footerlinks">
+ <p>
+ <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
+ <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
+ <a href="http://www.android.com/branding.html">Brand Guidelines</a>
+ </p>
+ </div>
+ </div> <!-- end footer -->
+ </div><!-- end doc-content -->
+ </div> <!-- end body-content -->
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY></HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/jdiff_topleftframe.html b/docs/html/sdk/api_diff/6/changes/jdiff_topleftframe.html
new file mode 100644
index 0000000..36f9836
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/jdiff_topleftframe.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Android API Version Differences
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<table class="jdiffIndex" summary="Links to diff index files" BORDER="0" WIDTH="100%" cellspacing="0" cellpadding="0" style="margin:0">
+<TR>
+ <th class="indexHeader" nowrap>
+ Select a Diffs Index:</th>
+</TR>
+<TR>
+ <TD><FONT CLASS="indexText" size="-2"><A HREF="alldiffs_index_all.html" TARGET="bottomleftframe">All Differences</A></FONT><br></TD>
+</TR>
+<TR>
+ <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="packages_index_all.html" TARGET="bottomleftframe">By Package</A></FONT><br></TD>
+</TR>
+<TR>
+ <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="classes_index_all.html" TARGET="bottomleftframe">By Class</A></FONT><br></TD>
+</TR>
+<TR>
+ <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="constructors_index_all.html" TARGET="bottomleftframe">By Constructor</A></FONT><br></TD>
+</TR>
+<TR>
+ <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="methods_index_all.html" TARGET="bottomleftframe">By Method</A></FONT><br></TD>
+</TR>
+<TR>
+ <TD NOWRAP><FONT CLASS="indexText" size="-2"><A HREF="fields_index_all.html" TARGET="bottomleftframe">By Field</A></FONT><br></TD>
+</TR>
+</TABLE>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_additions.html b/docs/html/sdk/api_diff/6/changes/methods_index_additions.html
new file mode 100644
index 0000000..7a9392f
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/methods_index_additions.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Method Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="methods_index_all.html" class="staysblack">All Methods</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="methods_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_all.html b/docs/html/sdk/api_diff/6/changes/methods_index_all.html
new file mode 100644
index 0000000..a3a35e4
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/methods_index_all.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Method Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>Methods</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="methods_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="C"></A>
+<br><font size="+2">C</font>
+<a href="#U"><font size="-2">U</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)" class="hiddenlink" target="rightframe">confirmCredentials
+(<code>AccountAuthenticatorResponse, Account, Bundle</code>)</A></nobr><br>
+<A NAME="U"></A>
+<br><font size="+2">U</font>
+<a href="#C"><font size="-2">C</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" class="hiddenlink" target="rightframe">updateCredentials
+(<code>AccountAuthenticatorResponse, Account, String, Bundle</code>)</A></nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_changes.html b/docs/html/sdk/api_diff/6/changes/methods_index_changes.html
new file mode 100644
index 0000000..ab25ba5
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/methods_index_changes.html
@@ -0,0 +1,75 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Method Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="methods_index_all.html" class="staysblack">All Methods</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<b>Changes</b>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<A NAME="C"></A>
+<br><font size="+2">C</font>
+<a href="#U"><font size="-2">U</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)" class="hiddenlink" target="rightframe">confirmCredentials
+(<code>AccountAuthenticatorResponse, Account, Bundle</code>)</A></nobr><br>
+<A NAME="U"></A>
+<br><font size="+2">U</font>
+<a href="#C"><font size="-2">C</font></a>
+ <a href="#topheader"><font size="-2">TOP</font></a>
+<p><div style="line-height:1.5em;color:black">
+<nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html#android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)" class="hiddenlink" target="rightframe">updateCredentials
+(<code>AccountAuthenticatorResponse, Account, String, Bundle</code>)</A></nobr><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/methods_index_removals.html b/docs/html/sdk/api_diff/6/changes/methods_index_removals.html
new file mode 100644
index 0000000..3906d28
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/methods_index_removals.html
@@ -0,0 +1,61 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Method Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Methods" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="methods_index_all.html" class="staysblack">All Methods</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="methods_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_additions.html b/docs/html/sdk/api_diff/6/changes/packages_index_additions.html
new file mode 100644
index 0000000..1776064
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/packages_index_additions.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Package Additions Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="packages_index_all.html" class="staysblack">All Packages</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="packages_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<br>
+<div id="indexTableEntries">
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_all.html b/docs/html/sdk/api_diff/6/changes/packages_index_all.html
new file mode 100644
index 0000000..32c6eeb8
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/packages_index_all.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Package Differences Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<b>Packages</b>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="packages_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<br>
+<div id="indexTableEntries">
+<A NAME="A"></A>
+<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
+<A HREF="pkg_android.accounts.html" class="hiddenlink" target="rightframe">android.accounts</A><br>
+<A HREF="pkg_android.os.html" class="hiddenlink" target="rightframe">android.os</A><br>
+<A HREF="pkg_android.view.html" class="hiddenlink" target="rightframe">android.view</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_changes.html b/docs/html/sdk/api_diff/6/changes/packages_index_changes.html
new file mode 100644
index 0000000..edd70f0
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/packages_index_changes.html
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Package Changes Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="packages_index_all.html" class="staysblack">All Packages</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<b>Changes</b>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<br>
+<div id="indexTableEntries">
+<A NAME="A"></A>
+<A HREF="pkg_android.html" class="hiddenlink" target="rightframe">android</A><br>
+<A HREF="pkg_android.accounts.html" class="hiddenlink" target="rightframe">android.accounts</A><br>
+<A HREF="pkg_android.os.html" class="hiddenlink" target="rightframe">android.os</A><br>
+<A HREF="pkg_android.view.html" class="hiddenlink" target="rightframe">android.view</A><br>
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/6/changes/packages_index_removals.html b/docs/html/sdk/api_diff/6/changes/packages_index_removals.html
new file mode 100644
index 0000000..9fd0f7e
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/changes/packages_index_removals.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML style="overflow:auto;">
+<HEAD>
+<meta name="generator" content="JDiff v1.1.0">
+<!-- Generated by the JDiff Javadoc doclet -->
+<!-- (http://www.jdiff.org) -->
+<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
+<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
+<TITLE>
+Package Removals Index
+</TITLE>
+<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
+<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
+<noscript>
+<style type="text/css">
+body{overflow:auto;}
+#body-content{position:relative; top:0;}
+#doc-content{overflow:visible;border-left:3px solid #666;}
+#side-nav{padding:0;}
+#side-nav .toggle-list ul {display:block;}
+#resize-packages-nav{border-bottom:3px solid #666;}
+</style>
+</noscript>
+<style type="text/css">
+</style>
+</HEAD>
+<BODY class="gc-documentation" style="padding:12px;">
+<a NAME="topheader"></a>
+<table summary="Index for Packages" width="100%" class="jdiffIndex" border="0" cellspacing="0" cellpadding="0" style="padding-bottom:0;margin-bottom:0;">
+ <tr>
+ <th class="indexHeader">
+ Filter the Index:
+ </th>
+ </tr>
+ <tr>
+ <td class="indexText" style="line-height:1.3em;padding-left:2em;">
+<a href="packages_index_all.html" class="staysblack">All Packages</a>
+ <br>
+<font color="#999999">Removals</font>
+ <br>
+<font color="#999999">Additions</font>
+ <br>
+<A HREF="packages_index_changes.html"xclass="hiddenlink">Changes</A>
+ </td>
+ </tr>
+</table>
+<div id="indexTableCaption" style="background-color:#eee;padding:0 4px 0 4px;font-size:11px;margin-bottom:1em;">
+Listed as: <span style="color:#069"><strong>Added</strong></span>, <span style="color:#069"><strike>Removed</strike></span>, <span style="color:#069">Changed</span></font>
+</div>
+<br>
+<div id="indexTableEntries">
+<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+ try {
+ var pageTracker = _gat._getTracker("UA-5831155-1");
+ pageTracker._setAllowAnchor(true);
+ pageTracker._initData();
+ pageTracker._trackPageview();
+ } catch(e) {}
+</script>
+</BODY>
+</HTML>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html
similarity index 88%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html
index 9d98155..21224bf 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/pkg_android.accounts.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.accounts
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/android/accounts/package-summary.html" target="_top"><font size="+1"><code>android.accounts</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="AbstractAccountAuthenticator"></A>
+ <nobr><A HREF="android.accounts.AbstractAccountAuthenticator.html">AbstractAccountAuthenticator</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/pkg_android.html
similarity index 90%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/pkg_android.html
index 9d98155..25ddfa0c 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/pkg_android.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/android/package-summary.html" target="_top"><font size="+1"><code>android</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="R.attr"></A>
+ <nobr><A HREF="android.R.attr.html">R.attr</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/pkg_android.os.html
similarity index 90%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/pkg_android.os.html
index 9d98155..5b5570c 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/pkg_android.os.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.os
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/android/os/package-summary.html" target="_top"><font size="+1"><code>android.os</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="Build.VERSION_CODES"></A>
+ <nobr><A HREF="android.os.Build.VERSION_CODES.html">Build.VERSION_CODES</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html b/docs/html/sdk/api_diff/6/changes/pkg_android.view.html
similarity index 89%
copy from docs/html/sdk/api_diff/4/changes/pkg_java.net.html
copy to docs/html/sdk/api_diff/6/changes/pkg_android.view.html
index 9d98155..2595fad 100644
--- a/docs/html/sdk/api_diff/4/changes/pkg_java.net.html
+++ b/docs/html/sdk/api_diff/6/changes/pkg_android.view.html
@@ -7,7 +7,7 @@
<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
<TITLE>
-java.net
+android.view
</TITLE>
<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
@@ -46,15 +46,15 @@
</tr>
<tr>
<td class="diffspec" style="padding-top:.25em">To Level:</td>
- <td class="diffvaluenew" style="padding-top:.25em">4</td>
+ <td class="diffvaluenew" style="padding-top:.25em">6</td>
</tr>
<tr>
<td class="diffspec">From Level:</td>
- <td class="diffvalueold">3</td>
+ <td class="diffvalueold">5</td>
</tr>
<tr>
<td class="diffspec">Generated</td>
- <td class="diffvalue">2009.09.02 18:26</td>
+ <td class="diffvalue">2009.11.20 11:08</td>
</tr>
</table>
</div><!-- End and-diff-id -->
@@ -71,7 +71,7 @@
<div id="doc-content" style="position:relative;">
<div id="mainBodyFluid">
<H2>
-Package <A HREF="../../../../reference/java/net/package-summary.html" target="_top"><font size="+1"><code>java.net</code></font></A>
+Package <A HREF="../../../../reference/android/view/package-summary.html" target="_top"><font size="+1"><code>android.view</code></font></A>
</H2>
<p>
<a NAME="Changed"></a>
@@ -81,8 +81,8 @@
</TH>
<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
<TD VALIGN="TOP" WIDTH="25%">
- <A NAME="Socket"></A>
- <nobr><A HREF="java.net.Socket.html">Socket</A></nobr>
+ <A NAME="WindowManager.LayoutParams"></A>
+ <nobr><A HREF="android.view.WindowManager.LayoutParams.html">WindowManager.LayoutParams</A></nobr>
</TD>
<TD> </TD>
</TR>
diff --git a/docs/html/sdk/api_diff/6/missingSinces.txt b/docs/html/sdk/api_diff/6/missingSinces.txt
new file mode 100644
index 0000000..61a0c2b
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/missingSinces.txt
@@ -0,0 +1,7 @@
+NO DOC BLOCK: android.os.Build.VERSION_CODES Field ECLAIR_0_1
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowLarge
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowMedium
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleSmallWindowSmall
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowLarge
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowMedium
+NO DOC BLOCK: android.R.attr Field quickContactBadgeStyleWindowSmall
diff --git a/docs/html/sdk/api_diff/6/stylesheet-jdiff.css b/docs/html/sdk/api_diff/6/stylesheet-jdiff.css
new file mode 100644
index 0000000..edafaa3
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/stylesheet-jdiff.css
@@ -0,0 +1,44 @@
+
+/* (http://www.jdiff.org) */
+
+div.and-diff-id {border: 1px solid #eee;position:relative;float:right;clear:both;padding:0px;}
+table.diffspectable {border:1px;padding:0px;margin:0px;}
+.diffspechead {background-color:#eee;}
+.diffspectable tr {border:0px;padding:0px;}
+.diffspectable td {background-color:eee;border:0px;font-size:90%;font-weight:normal;padding:0px;padding-left:1px;padding-right:1px;text-align:center;color:777;}
+td.diffvalueold {color:orange;background-color:white;border:0px;font-size:80%;font-style:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
+td.diffvaluenew {color:green;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
+td.diffvalue {color:444;background-color:white;border:0px;font-size:80%;font-weight:normal;text-align:left;padding:0px;padding-left:1px;padding-right:1px;line-height:.95em;}
+td.diffspec {background-color:white;border:0px;font-size:80%;font-weight:normal;padding:1px;color:444;text-align:right;padding-right:.5em;line-height:.95em;}
+tt {font-size:11pt;font-family:monospace;}
+.indexHeader {
+ font-size:96%;
+ line-height:.8em;}
+.jdiffIndex td {
+ font-size:96%;
+ xline-height:.8em;
+ padding:2px;
+ padding-left:1em;}
+.indexText {
+ font-size:100%;
+ padding-left:1em;}
+#indexTableCaption {
+ font-size:96%;
+ margin-top:.25em;
+ margin-bottom:0;
+ }
+.hiddenlink {
+ font-size:96%;
+ line-height:.8em;
+ text-decoration:none;}
+a {
+ text-decoration:none;}
+a:hover {
+ text-decoration:underline;}
+.indexBox {
+ border: 1px solid red;
+ margin:1em 0 0 0;}
+.letterIndexHead {
+ font-size: 1.5em;font-weight:9;
+ margin:0 0 0em 0;
+ border: 1px solid red;}
diff --git a/docs/html/sdk/api_diff/6/user_comments_for_5_to_6.xml b/docs/html/sdk/api_diff/6/user_comments_for_5_to_6.xml
new file mode 100644
index 0000000..17875f7
--- /dev/null
+++ b/docs/html/sdk/api_diff/6/user_comments_for_5_to_6.xml
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
+<comments
+ xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+ xsi:noNamespaceSchemaLocation='comments.xsd'
+ name="5_to_6"
+ jdversion="1.1.0">
+
+<!-- Use this file to enter an API change description. For example, when you remove a class,
+ you can enter a comment for that class that points developers to the replacement class.
+ You can also provide a change summary for modified API, to give an overview of the changes
+ why they were made, workarounds, etc. -->
+
+<!-- When the API diffs report is generated, the comments in this file get added to the tables of
+ removed, added, and modified packages, classes, methods, and fields. This file does not ship
+ with the final report. -->
+
+<!-- The id attribute in an identifier element identifies the change as noted in the report.
+ An id has the form package[.class[.[ctor|method|field].signature]], where [] indicates optional
+ text. A comment element can have multiple identifier elements, which will will cause the same
+ text to appear at each place in the report, but will be converted to separate comments when the
+ comments file is used. -->
+
+<!-- HTML tags in the text field will appear in the report. You also need to close p HTML elements,
+ used for paragraphs - see the top-level documentation. -->
+
+<!-- You can include standard javadoc links in your change descriptions. You can use the @first command
+ to cause jdiff to include the first line of the API documentation. You also need to close p HTML
+ elements, used for paragraphs - see the top-level documentation. -->
+
+<comment>
+ <identifier id="android"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowLarge"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowMedium"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleSmallWindowSmall"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleWindowLarge"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleWindowMedium"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.R.attr.quickContactBadgeStyleWindowSmall"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.accounts"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.accounts.AbstractAccountAuthenticator"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.accounts.AbstractAccountAuthenticator.confirmCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.accounts.AbstractAccountAuthenticator.updateCredentials_changed(android.accounts.AccountAuthenticatorResponse, android.accounts.Account, java.lang.String, android.os.Bundle)"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Build.VERSION_CODES"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.os.Build.VERSION_CODES.ECLAIR_0_1"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+<comment>
+ <identifier id="android.view.WindowManager.LayoutParams.TYPE_STATUS_BAR_PANEL"/>
+ <text>
+ InsertCommentsHere
+ </text>
+</comment>
+
+</comments>
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd
index f467492..fd0576a 100644
--- a/docs/html/sdk/index.jd
+++ b/docs/html/sdk/index.jd
@@ -1,19 +1,19 @@
page.title=Android SDK
sdk.redirect=0
-sdk.version=2.0
-sdk.date=October 2009
+sdk.version=2.0.1
+sdk.date=December 2009
-sdk.win_download=android-sdk_r3-windows.zip
-sdk.win_bytes=23070805
-sdk.win_checksum=bd7b57d5df37bd55ea101e76b24260a8
+sdk.win_download=android-sdk_r4-windows.zip
+sdk.win_bytes=23069119
+sdk.win_checksum=c48b407de852ba483869f17337e90997
-sdk.mac_download=android-sdk_r3-mac.zip
-sdk.mac_bytes=19653431
-sdk.mac_checksum=f6674bf45e5e36811eea7e584f0c1d67
+sdk.mac_download=android-sdk_r4-mac.zip
+sdk.mac_bytes=19657927
+sdk.mac_checksum=b08512765aa9b0369bb9b8fecdf763e3
-sdk.linux_download=android-sdk_r3-linux.tgz
-sdk.linux_bytes=15986291
-sdk.linux_checksum=3e1534e7fc15d154ff81616f0dc1545c
+sdk.linux_download=android-sdk_r4-linux.tgz
+sdk.linux_bytes=15984887
+sdk.linux_checksum=ef84b08fd9da84f4c4ae77564fe4eaee
@jd:body
diff --git a/docs/html/sdk/older_releases.jd b/docs/html/sdk/older_releases.jd
index 0ecee3c..c3ba495 100644
--- a/docs/html/sdk/older_releases.jd
+++ b/docs/html/sdk/older_releases.jd
@@ -1,51 +1,369 @@
-page.title=Other SDK Releases
+page.title=SDK Archives
@jd:body
-<p>This page provides a full list of older, obsolete SDK releases, including
-non-current versions of active releases and "early look" versions that were
-released before Android 1.0. The list is provided for informational purposes
-only.</p>
+<p>This page provides a full list of archived and obsolete SDK releases,
+including non-current versions of active releases and "early look" versions that
+were released before Android 1.0. <strong>These are provided for
+informational and archival purposes only</strong>.</p>
-<p>If you are just getting started developing on Android, make sure that you
-are using the <a href="{@docRoot}sdk/index.html">most current SDK available</a>,
-to ensure that your applications will be compatible with the latest
-Android-powered devices.</p>
+<div class="special">
+<p>If you are just starting to develop applications for Android, please
+download the current <a href="{@docRoot}sdk/index.html">Android
+SDK</a>. With the current Android SDK, you can add any current and previous
+version of the Android platform as a component and use it for
+development and testing.</p>
+<p>If you already have an Android SDK for platform version 1.6 or newer, then
+you do not need to install a new SDK—especially not one from this page.
+You should install older platforms as components of your existing SDK.
+See <a href="adding-components.html">Adding SDK Components</a>.</p>
+</div>
-<h2>Obsolete Releases</h2>
-<p>The table below lists Android SDK releases that have been superceded by an
-active release and that are now obsolete. If you are using one of these
-releases, please upgrade to the <a href="{@docRoot}sdk/index.html">current SDK
-release</a>.</p>
+<h2>Archived SDKs</h2>
- <table>
+<p>The tables below provides Android SDKs that are current in terms of their
+platform version, but do not provide the latest Android development
+environment and tools. Instead of downloading one of these, as a separate
+SDK for each version of the platform, you should instead use the new
+version-neutral Android SDK to download each version of
+the Android platfrom as an individual component.</p>
+
+<p>Please download the current <a
+href="http://developer.android.com/sdk/index.html">Android SDK</a>.</p>
+
+
+<h3>Release 1.6 r1</h3>
+ <p><em>September 2009 - <a href="RELEASENOTES.html#1.6_r1">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
<tr>
- <th>Release</td>
- <th>Platform(s)</th>
- <th>Date</td>
- <th>Description</td>
- </tr>
- <tr>
- <td><a href="{@docRoot}sdk/1.5_r1/index.html">Android 1.5 SDK, Release 2</a></td>
- <td style="text-align:center;">Android 1.5<br>Android 1.1</td>
- <td><em>May 2009</em></td>
- <td>Replaced by Android 1.5 SDK, Release 3. <em><a href="RELEASENOTES.html#1.5_r2">Release notes</a></em></td>
- </tr>
- <tr>
- <td><a href="{@docRoot}sdk/1.5_r1/index.html">Android 1.5 SDK, Release 1</a></td>
- <td style="text-align:center;">Android 1.5<br>Android 1.1</td>
- <td><em>April 2009</em></td>
- <td>Replaced by Android 1.5 SDK, Release 2. <em><a href="RELEASENOTES.html#1.5_r1">Release notes</a></em></td>
- </tr>
- <tr class="alt">
- <td><a href="{@docRoot}sdk/1.0_r1/index.html">Android 1.0 SDK, Release 1</a></td>
- <td style="text-align:center;">Android 1.0</td>
- <td><em>September 2008</em></td>
- <td>Replaced by Android 1.0 SDK, Release 2. <em><a href="RELEASENOTES.html#1.0_r1">Release notes</a></em></td>
- </tr>
- </table>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk-
+windows-1 .6_r1.zip</a>
+ </td>
+ <td>260529085 bytes</td>
+ <td>2bcbacbc7af0363058ca1cac6abad848</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk-
+mac_x86-1 .6_r1.zip</a>
+ </td>
+ <td>247412515 bytes</td>
+ <td>eb13cc79602d492e89103efcf48ac1f6</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.6_r1.tgz">android-
+sdk- linux_x86-1.6_r1.tgz</a>
+ </td>
+ <td>238224860 bytes</td>
+ <td>b4bf0e610ff6db2fb6fb09c49cba1e79</td>
+ </tr>
+
+ </table>
- <h2>Non-Compatible Releases</h2>
+
+<h3>Release 1.5 r3</h3>
+ <p><em>July 2009 - <a href="RELEASENOTES.html#1.5_r3">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk-
+windows-1 .5_r3.zip</a>
+ </td>
+ <td>191477853 bytes</td>
+ <td>1725fd6963ce69102ba7192568dfc711</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk-
+mac_x86-1 .5_r3.zip</a>
+ </td>
+ <td>183024673 bytes</td>
+ <td>b1bafdaefdcec89a14b604b504e7daec</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.5_r3.zip">android-
+sdk- linux_x86-1.5_r3.zip</a>
+ </td>
+ <td>178117561 bytes</td>
+ <td>350d0211678ced38da926b8c9ffa4fac</td>
+ </tr>
+
+ </table>
+
+
+<h3>Release 1.1 r1</h3>
+ <p><em>February 2009 - <a href="RELEASENOTES.html#1.1_r1">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.1_r1.zip">android-sdk-
+windows-1
+.1_r1.zip</a>
+ </td>
+ <td>86038515 bytes</td>
+ <td>8c4b9080b430025370689e03d20842f3</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.1_r1.zip">android-sdk-
+mac_x86-1
+.1_r1.zip</a>
+ </td>
+ <td>79046151 bytes</td>
+ <td>becf0f1763d61eedce15d2a903d6c1dd</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.1_r1.zip">android-
+sdk-
+linux_x86-1.1_r1.zip</a>
+ </td>
+ <td>79345522 bytes</td>
+ <td>ebcb16b0cd4aef198b4dd9a1418efbf1</td>
+ </tr>
+
+ </table>
+
+
+<h3>Release 1.0 r2</h3>
+ <p><em>November 2008 - <a href="RELEASENOTES.html#1.0_r2">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.0_r2.zip">android-sdk-
+windows-1
+.0_r2.zip</a>
+ </td>
+ <td>98360564 bytes</td>
+ <td>a5e1af8ac145946b4a9627516ad4a711</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.0_r2.zip">android-sdk-
+mac_x86-1
+.0_r2.zip</a>
+ </td>
+ <td>93771410 bytes</td>
+ <td>87b99d5e9f59b78363a63200c11498e8</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.0_r2.zip">android-
+sdk-
+linux_x86-1.0_r2.zip</a>
+ </td>
+ <td>94186463 bytes</td>
+ <td>a1f3b6d854596f850f5008856d0f380e</td>
+ </tr>
+
+ </table>
+
+
+
+
+<h2>Obsolete SDK Releases</h2>
+
+<p>These tables provide Android SDK releases that have been superceded by
+an active release (shown above) and that are now obsolete.</p>
+
+
+<h3>Release 1.5 r2</h3>
+ <p><em>May 2009 - <a href="RELEASENOTES.html#1.5_r2">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.5_r2.zip">android-sdk-
+windows-1 .5_r2.zip</a>
+ </td>
+ <td>178346828 bytes</td>
+ <td>ba54ac6bda45921d442b74b6de6ff6a9</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r2.zip">android-sdk-
+mac_x86-1 .5_r2.zip</a>
+ </td>
+ <td>169945128 bytes</td>
+ <td>f4e06a5194410243f213d0177713d6c9</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.5_r2.zip">android-
+sdk- linux_x86-1.5_r2.zip</a>
+ </td>
+ <td>165035130 bytes</td>
+ <td>1d3c3d099e95a31c43a7b3e6ae307ed3</td>
+ </tr>
+
+ </table>
+
+
+<h3>Release 1.5 r1</h3>
+ <p><em>April 2009 - <a href="RELEASENOTES.html#1.5_r1">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.5_r1.zip">android-sdk-
+windows-1 .5_r1.zip</a>
+ </td>
+ <td>176263368 bytes</td>
+ <td>42be980eb2d3efaced01ea6c32c0045f</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r1.zip">android-sdk-
+mac_x86-1 .5_r1.zip</a>
+ </td>
+ <td>167848675 bytes</td>
+ <td>5b2a8d9f096032db4a75bfa0d689a51b</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.5_r1.zip">android-
+sdk- linux_x86-1.5_r1.zip</a>
+ </td>
+ <td>162938845 bytes</td>
+ <td>2addfd315da0ad8b5bde6b09d5ff3b06</td>
+ </tr>
+
+ </table>
+
+
+<h3>Release 1.0 r1</h3>
+ <p><em>September 23, 2008 - <a href="RELEASENOTES.html#1.0_r1">Release
+Notes</a></em></p>
+
+ <table class="download">
+ <tr>
+ <th>Platform</th>
+ <th>Package</th>
+ <th>Size</th>
+ <th>MD5 Checksum</th>
+ </tr>
+ <tr>
+ <td>Windows</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-windows-1.0_r1.zip">android-sdk-
+windows-1 .0_r1.zip</a>
+ </td>
+ <td>89.7 MB bytes</td>
+ <td>d69f4ee93d4010f726c04302662fd999</td>
+ </tr>
+ <tr class="alt-color">
+ <td>Mac OS X (intel)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-mac_x86-1.0_r1.zip">android-sdk-
+mac_x86-1 .0_r1.zip</a>
+ </td>
+ <td>87.5 MB bytes</td>
+ <td>564876ada22872e50c2866806de9fc5c</td>
+ </tr>
+ <tr>
+ <td>Linux (i386)</td>
+ <td>
+ <a
+href="/sdk/download.html?v=archives/android-sdk-linux_x86-1.0_r1.zip">android-
+sdk- linux_x86-1.0_r1.zip</a>
+ </td>
+ <td>87.8 MB bytes</td>
+ <td>2660b4029039b7d714e59827e9a9a11d</td>
+ </tr>
+
+ </table>
+
+
+
+
+<h2>Non-Compatible SDK Releases</h2>
<!-- <div class="special"> -->
<p>The SDKs listed below are "early-look" versions that were released in
@@ -63,7 +381,7 @@
documentation included in each SDK package.</p>
<!-- </div> -->
-<h4>Android SDK m5-rc15</h4>
+<h4>Version 0.9 Beta</h4>
<p><em>August 18, 2008 - <a href="OLD_RELEASENOTES.html#0.9_beta">Release Notes</a></em></p>
<table>
<tr>
@@ -74,21 +392,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk-windows-0.9_beta.zip">android-sdk-windows-0.9_beta.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-0.9_beta.zip">
+android-sdk-windows-0.9_beta.zip</a></td>
<td>93,126,573 bytes</td>
<td>305031ad8335d1b6040bdd5a65349d6d</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk-mac_x86-0.9_beta.zip">android-sdk-mac_x86-0.9_beta.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-0.9_beta.zip">
+android-sdk-mac_x86-0.9_beta.zip</a></td>
<td>91,374,464 bytes</td>
<td>9a6969159091cede46302e11049fe3ca</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk-linux_x86-0.9_beta.zip">android-sdk-linux_x86-0.9_beta.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk-linux_x86-0.9_beta.zip"
+>android-sdk-linux_x86-0.9_beta.zip</a></td>
<td>91,821,068 bytes</td>
<td>077e5ef549dd9c5be54bd88e6a8e196c</td>
</tr>
@@ -105,21 +429,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc15_windows.zip">android-sdk_m5-rc15_windows.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc15_windows.zip">
+android-sdk_m5-rc15_windows.zip</a></td>
<td>79 MB</td>
<td>ecce40bc50201886d95ba2690cdbc5ce</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc15_mac-x86.zip">android-sdk_m5-rc15_mac-x86.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc15_mac-x86.zip">
+android-sdk_m5-rc15_mac-x86.zip</a></td>
<td>76 MB</td>
<td>45a6385bbc1b2cb295409cfc81fb04b4</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc15_linux-x86.zip">android-sdk_m5-rc15_linux-x86.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc15_linux-x86.zip">
+android-sdk_m5-rc15_linux-x86.zip</a></td>
<td>76 MB</td>
<td>e913f785afecdeed34c30639fd8c5862</td>
</tr>
@@ -136,21 +466,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc14_windows.zip">android-sdk_m5-rc14_windows.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc14_windows.zip">
+android-sdk_m5-rc14_windows.zip</a></td>
<td>79 MB</td>
<td>ecc75c1e69588350634ca25867ce05a0</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc14_mac-x86.zip">android-sdk_m5-rc14_mac-x86.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc14_mac-x86.zip">
+android-sdk_m5-rc14_mac-x86.zip</a></td>
<td>76 MB</td>
<td>844c80d0adb1a326f5a9fff262c61efc</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android-sdk_m5-rc14_linux-x86.zip">android-sdk_m5-rc14_linux-x86.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android-sdk_m5-rc14_linux-x86.zip">
+android-sdk_m5-rc14_linux-x86.zip</a></td>
<td>76 MB</td>
<td>f8b863c8a880afe9bb84124f5976aab1</td>
</tr>
@@ -170,21 +506,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_windows_m3-rc37a.zip">android_sdk_windows_m3-rc37a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_windows_m3-rc37a.zip">
+android_sdk_windows_m3-rc37a.zip</a></td>
<td>58 MB</td>
<td>5db5aea20a2c2f010baefc4b1091a575</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_darwin_m3-rc37a.zip">android_sdk_darwin_m3-rc37a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_darwin_m3-rc37a.zip">
+android_sdk_darwin_m3-rc37a.zip</a></td>
<td>54 MB</td>
<td>0b22e73fbd07b4af4009387afce3a37f</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_linux_m3-rc37a.zip">android_sdk_linux_m3-rc37a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_linux_m3-rc37a.zip">
+android_sdk_linux_m3-rc37a.zip</a></td>
<td>54 MB</td>
<td>41285beecc4f9926e6ecf5f12610b356</td>
</tr>
@@ -204,21 +546,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_windows_m3-rc22a.zip">android_sdk_windows_m3-rc22a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_windows_m3-rc22a.zip">
+android_sdk_windows_m3-rc22a.zip</a></td>
<td>59 MB</td>
<td>aa3dee05a9872752a3bc4efd0f93e98b</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_darwin_m3-rc22a.zip">android_sdk_darwin_m3-rc22a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_darwin_m3-rc22a.zip">
+android_sdk_darwin_m3-rc22a.zip</a></td>
<td>55 MB</td>
<td>0547f45614ad94c3af22c3c0aa6f709f</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_linux_m3-rc22a.zip">android_sdk_linux_m3-rc22a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_linux_m3-rc22a.zip">
+android_sdk_linux_m3-rc22a.zip</a></td>
<td>55 MB</td>
<td>84b3455de5cdfd841a172c13d24c382e</td>
</tr>
@@ -238,21 +586,27 @@
<tr>
<td>Windows</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_windows_m3-rc20a.zip">android_sdk_windows_m3-rc20a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_windows_m3-rc20a.zip">
+android_sdk_windows_m3-rc20a.zip</a></td>
<td>59 MB</td>
<td>a404b875708df7339ba77bdf2e08dc06</td>
</tr>
<tr class="alt">
<td>Mac OS X (intel)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_darwin_m3-rc20a.zip">android_sdk_darwin_m3-rc20a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_darwin_m3-rc20a.zip">
+android_sdk_darwin_m3-rc20a.zip</a></td>
<td>55 MB</td>
<td>8fc29aeaa45eda84bfac854ebd02a6da</td>
</tr>
<tr>
<td>Linux (i386)</td>
<td>
-<a href="{@docRoot}sdk/download.html?v=android_sdk_linux_m3-rc20a.zip">android_sdk_linux_m3-rc20a.zip</a></td>
+<a
+href="{@docRoot}sdk/download.html?v=archives/android_sdk_linux_m3-rc20a.zip">
+android_sdk_linux_m3-rc20a.zip</a></td>
<td>55 MB</td>
<td>9196759df9b69cd89a220b156f133364</td>
</tr>
diff --git a/docs/html/sdk/requirements.jd b/docs/html/sdk/requirements.jd
index 97db36d..c1f74ad 100644
--- a/docs/html/sdk/requirements.jd
+++ b/docs/html/sdk/requirements.jd
@@ -12,7 +12,8 @@
<ul>
<li>64-bit distributions must be capable of running 32-bit applications.
For information about how to add support for 32-bit applications, see
- the <a href="installing.html#InstallationNotes">Installation Notes</a>.</li>
+ the <a href="installing.html#troublehooting">Ubuntu Linux
+installation notes</a>.</li>
</ul>
</li>
</ul>
@@ -23,15 +24,19 @@
<ul>
<li><a href="http://www.eclipse.org/downloads/">Eclipse</a> 3.4 (Ganymede) or 3.5 (Galileo)
<ul>
- <li>Note: Eclipse 3.3 has not been fully tested with ADT 0.9.3 and support can no longer be guaranteed. We suggest you upgrade to
- Eclipse 3.4 or 3.5.</li>
- <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in Developers</li>
- <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin (included in most Eclipse IDE packages) </li>
- <li>Eclipse Classic IDE package is not supported.</li>
+ <li>Note: Eclipse 3.3 has not been tested with the latest version of
+ADT and support can no longer be guaranteed. We suggest you upgrade to Eclipse
+3.4 or 3.5.</li>
+ <li>Recommended Eclipse IDE packages: Eclipse IDE for Java EE
+Developers, Eclipse IDE for Java Developers, Eclipse for RCP/Plug-in
+Developers, or Eclipse Classic (3.5.1+)</li>
+ <li>Eclipse <a href="http://www.eclipse.org/jdt">JDT</a> plugin
+(included in most Eclipse IDE packages) </li>
</ul>
</li>
<li><a href="http://java.sun.com/javase/downloads/index.jsp">JDK 5 or JDK 6</a> (JRE alone is not sufficient)</li>
- <li><a href="installing.html#installingplugin">Android Development Tools plugin</a> (optional)</li>
+ <li><a href="eclipse-adt.html">Android Development Tools
+plugin</a> (optional)</li>
<li><strong>Not</strong> compatible with Gnu Compiler for Java (gcj)</li>
</ul>
</li>
diff --git a/docs/html/sdk/sdk_toc.cs b/docs/html/sdk/sdk_toc.cs
index 4aed0ca..1690995 100644
--- a/docs/html/sdk/sdk_toc.cs
+++ b/docs/html/sdk/sdk_toc.cs
@@ -61,26 +61,29 @@
</li>
</ul>
<ul>
- <li><a href="<?cs var:toroot ?>sdk/android-2.0.html">Android 2.0 Platform</a>
- <span class="new">new!</span>
+ <li><a href="<?cs var:toroot ?>sdk/android-2.0.1.html">Android 2.0.1
+ Platform</a> <span class="new">new!</span>
</li>
- <li><a href="<?cs var:toroot ?>sdk/android-1.6.html">Android 1.6 Platform</a></li>
+ <li><a href="<?cs var:toroot ?>sdk/android-1.6.html">Android 1.6
+ Platform</a> <span class="new">new!</span></li>
<li><a href="<?cs var:toroot ?>sdk/android-1.5.html">Android 1.5 Platform</a></li>
<li class="toggle-list">
<div><a href="#" onclick="toggle(this.parentNode.parentNode,true); return false;">Older Platforms</a></div>
<ul>
+ <li><a href="<?cs var:toroot ?>sdk/android-2.0.html">Android 2.0
+ Platform</a>
+ </li>
<li><a href="<?cs var:toroot ?>sdk/android-1.1.html">Android 1.1 Platform</a>
</li>
</ul>
</li>
</ul>
<ul>
- <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r3</a>
+ <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r4</a>
<span class="new">new!</span>
</li>
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">USB Driver for
Windows, r2</a>
- <span class="new">new!</span>
</li>
</ul>
</li>
@@ -105,10 +108,8 @@
<span style="display:none" class="zh-CN"></span>
<span style="display:none" class="zh-TW"></span></a>
</li>
- </ul>
- <ul>
<li><a href="<?cs var:toroot ?>sdk/adt-notes.html">ADT <?cs var:adt.zip.version ?>
- <span class="new">new!</span></span></a>
+ <span class="new">new!</span></a>
</li>
</ul>
</li>
@@ -140,7 +141,11 @@
<ul>
<li><a href="<?cs var:toroot ?>sdk/requirements.html">SDK System Requirements</a></li>
<li><a href="<?cs var:toroot ?>sdk/terms.html">SDK Terms and Conditions</a></li>
- <li><a href="<?cs var:toroot ?>sdk/RELEASENOTES.html">SDK Release Notes</a></li>
+ <li><a href="<?cs var:toroot ?>sdk/RELEASENOTES.html">SDK Release
+ Notes</a></li>
+ <li><a href="<?cs var:toroot ?>sdk/older_releases.html">SDK
+ Archives</a></li>
+
</ul>
</li>
@@ -152,4 +157,4 @@
changeNavLang(getLangPref());
//-->
</script>
-<?cs /if ?>
\ No newline at end of file
+<?cs /if ?>
diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd
index b8337b0..1b0d8f0 100644
--- a/docs/html/sdk/tools-notes.jd
+++ b/docs/html/sdk/tools-notes.jd
@@ -15,18 +15,55 @@
existing tools), use the Android SDK and AVD Manager. For more information, see
<a href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>. </p>
+<h2 id="4">SDK Tools, Revision 4</h2>
+
+<p>December 2009. SDK Tools r4 provides several new features for developers and includes
+fixes for several issues, as described below. </p>
+
+<h3>Dependencies</h3>
+
+<p>SDK Tools r4 is compatible with ADT 0.9.5 and later, but not
+compatible with earlier versions. If you are developing in Eclipse with ADT, you
+<strong>must</strong> update your ADT plugin to version 0.9.5 or higher if you
+install SDK Tools r4 in your SDK. </p>
+
+<h3>General notes</h3>
+<ul>
+<li>Launcher script now forces GDK_NATIVE_WINDOW=true (linux only), to fix a
+compatibility issue between GTK and SWT.</li>
+</ul>
+
+<h3>Android SDK and AVD Manager</h3>
+<ul>
+<li>AVD Launch dialog now shows scale value.</li>
+<li>Fixes potential NPE in SDK Manager on AVD launch, for older AVD with no
+skin name specified.</li>
+<li>Fixes XML validation issue in on older Java versions.</li>
+<li>No longer forces the use of Java 1.5 on Mac OS X.</li>
+</ul>
+
+<h3>Emulator</h3>
+<ul>
+<li>No longer limits the size of the system partition.</li>
+</ul>
+
+<h3>Ant build tools</h3>
+<ul>
+<li>.apk packaging now properly ignores vi swap files as well as hidden files.</li>
+</ul>
+
<h2 id="3">SDK Tools, Revision 3</h2>
-<p>SDK Tools 3 provides several new features for developers and includes
+<p>October 2009. SDK Tools r3 provides several new features for developers and includes
fixes for several tools issues, as described below. </p>
<h3>Dependencies</h3>
-<p>SDK Tools 3 is compatible with ADT 0.9.4 and later, but not
+<p>SDK Tools r3 is compatible with ADT 0.9.4 and later, but not
compatible with earlier versions. If you are developing in Eclipse with ADT, you
<strong>must</strong> update your ADT plugin to version 0.9.4 or higher if you
-install SDK Tools 3 in your SDK. </p>
+install SDK Tools r3 in your SDK. </p>
<h3>Android tool</h3>
<ul>
@@ -60,7 +97,7 @@
<h3>Layoutopt, a new tool for optimizing layouts</h3>
-<p>The SDK Tools 3 package includes <code>layoutopt</code>, a new command-line
+<p>The SDK Tools r3 package includes <code>layoutopt</code>, a new command-line
tool that helps you optimize your layout hierarchies. When run against your
layout files, the tool analyzes their hierarchies and notifies you of
inefficiencies and other potential issues. The tool also provides simple
diff --git a/graphics/java/android/renderscript/RenderScript.java b/graphics/java/android/renderscript/RenderScript.java
index ea11882..c42f647 100644
--- a/graphics/java/android/renderscript/RenderScript.java
+++ b/graphics/java/android/renderscript/RenderScript.java
@@ -67,6 +67,8 @@
native int nContextCreate(int dev, int ver, boolean useDepth);
native void nContextDestroy(int con);
native void nContextSetSurface(int w, int h, Surface sur);
+ native void nContextSetPriority(int p);
+ native void nContextDump(int bits);
native void nContextBindRootScript(int script);
native void nContextBindSampler(int sampler, int slot);
@@ -218,6 +220,7 @@
Element mElement_XY_F32;
Element mElement_XYZ_F32;
+
///////////////////////////////////////////////////////////////////////////////////
//
@@ -229,6 +232,20 @@
}
public RSMessage mMessageCallback = null;
+ public enum Priority {
+ LOW (5), //ANDROID_PRIORITY_BACKGROUND + 5
+ NORMAL (-4); //ANDROID_PRIORITY_DISPLAY
+
+ int mID;
+ Priority(int id) {
+ mID = id;
+ }
+ }
+
+ public void contextSetPriority(Priority p) {
+ nContextSetPriority(p.mID);
+ }
+
private static class MessageThread extends Thread {
RenderScript mRS;
boolean mRun = true;
@@ -288,6 +305,10 @@
nContextSetSurface(w, h, mSurface);
}
+ public void contextDump(int bits) {
+ nContextDump(bits);
+ }
+
public void destroy() {
nContextDeinitToClient();
mMessageThread.mRun = false;
diff --git a/graphics/jni/android_renderscript_RenderScript.cpp b/graphics/jni/android_renderscript_RenderScript.cpp
index 709cb97..af3bc74 100644
--- a/graphics/jni/android_renderscript_RenderScript.cpp
+++ b/graphics/jni/android_renderscript_RenderScript.cpp
@@ -158,6 +158,16 @@
}
static void
+nContextSetPriority(JNIEnv *_env, jobject _this, jint p)
+{
+ RsContext con = (RsContext)(_env->GetIntField(_this, gContextId));
+ LOG_API("ContextSetPriority, con(%p), priority(%i)", con, p);
+ rsContextSetPriority(con, p);
+}
+
+
+
+static void
nContextSetSurface(JNIEnv *_env, jobject _this, jint width, jint height, jobject wnd)
{
RsContext con = (RsContext)(_env->GetIntField(_this, gContextId));
@@ -179,9 +189,16 @@
nContextDestroy(JNIEnv *_env, jobject _this, jint con)
{
LOG_API("nContextDestroy, con(%p)", (RsContext)con);
- return rsContextDestroy((RsContext)con);
+ rsContextDestroy((RsContext)con);
}
+static void
+nContextDump(JNIEnv *_env, jobject _this, jint bits)
+{
+ RsContext con = (RsContext)(_env->GetIntField(_this, gContextId));
+ LOG_API("nContextDump, con(%p) bits(%i)", (RsContext)con, bits);
+ rsContextDump((RsContext)con, bits);
+}
static void
nContextPause(JNIEnv *_env, jobject _this)
@@ -1333,8 +1350,10 @@
{"nDeviceDestroy", "(I)V", (void*)nDeviceDestroy },
{"nDeviceSetConfig", "(III)V", (void*)nDeviceSetConfig },
{"nContextCreate", "(IIZ)I", (void*)nContextCreate },
+{"nContextSetPriority", "(I)V", (void*)nContextSetPriority },
{"nContextSetSurface", "(IILandroid/view/Surface;)V", (void*)nContextSetSurface },
{"nContextDestroy", "(I)V", (void*)nContextDestroy },
+{"nContextDump", "(I)V", (void*)nContextDump },
{"nContextPause", "()V", (void*)nContextPause },
{"nContextResume", "()V", (void*)nContextResume },
{"nAssignName", "(I[B)V", (void*)nAssignName },
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index 008468c..622c596 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -268,7 +268,7 @@
* Returned value:
* handle on audio hardware input
*/
- audio_io_handle_t getInput() { return mInput; }
+ audio_io_handle_t getInput();
/* obtains a buffer of "frameCount" frames. The buffer must be
* filled entirely. If the track is stopped, obtainBuffer() returns
@@ -318,7 +318,8 @@
int format,
int channelCount,
int frameCount,
- uint32_t flags);
+ uint32_t flags,
+ audio_io_handle_t input);
sp<IAudioRecord> mAudioRecord;
sp<IMemory> mCblkMemory;
@@ -345,8 +346,8 @@
bool mMarkerReached;
uint32_t mNewPosition;
uint32_t mUpdatePeriod;
- audio_io_handle_t mInput;
uint32_t mFlags;
+ uint32_t mChannels;
};
}; // namespace android
diff --git a/include/media/stagefright/MediaPlayerImpl.h b/include/media/stagefright/MediaPlayerImpl.h
index 53a2088..7adf836 100644
--- a/include/media/stagefright/MediaPlayerImpl.h
+++ b/include/media/stagefright/MediaPlayerImpl.h
@@ -112,7 +112,9 @@
MediaSource *makeShoutcastSource(const char *path);
- void displayOrDiscardFrame(MediaBuffer *buffer, int64_t pts_us);
+ void displayOrDiscardFrame(
+ MediaBuffer **lastBuffer, MediaBuffer *buffer, int64_t pts_us);
+
void populateISurface();
void depopulateISurface();
void sendFrameToISurface(MediaBuffer *buffer);
diff --git a/include/ui/Surface.h b/include/ui/Surface.h
index 70303cd..008c297 100644
--- a/include/ui/Surface.h
+++ b/include/ui/Surface.h
@@ -109,7 +109,7 @@
~SurfaceControl();
- status_t validate(SharedClient const* cblk) const;
+ status_t validate() const;
void destroy();
sp<SurfaceComposerClient> mClient;
@@ -190,7 +190,7 @@
status_t getBufferLocked(int index, int usage);
- status_t validate(SharedClient const* cblk) const;
+ status_t validate() const;
inline const GraphicBufferMapper& getBufferMapper() const { return mBufferMapper; }
inline GraphicBufferMapper& getBufferMapper() { return mBufferMapper; }
diff --git a/libs/audioflinger/AudioFlinger.cpp b/libs/audioflinger/AudioFlinger.cpp
index d918998..daec6e8 100644
--- a/libs/audioflinger/AudioFlinger.cpp
+++ b/libs/audioflinger/AudioFlinger.cpp
@@ -674,32 +674,13 @@
}
// audioConfigChanged_l() must be called with AudioFlinger::mLock held
-void AudioFlinger::audioConfigChanged_l(int event, const sp<ThreadBase>& thread, void *param2) {
- int ioHandle = 0;
-
- for (size_t i = 0; i < mPlaybackThreads.size(); i++) {
- if (mPlaybackThreads.valueAt(i) == thread) {
- ioHandle = mPlaybackThreads.keyAt(i);
- break;
- }
- }
- if (ioHandle == 0) {
- for (size_t i = 0; i < mRecordThreads.size(); i++) {
- if (mRecordThreads.valueAt(i) == thread) {
- ioHandle = mRecordThreads.keyAt(i);
- break;
- }
- }
- }
-
- if (ioHandle != 0) {
- size_t size = mNotificationClients.size();
- for (size_t i = 0; i < size; i++) {
- sp<IBinder> binder = mNotificationClients.itemAt(i);
- LOGV("audioConfigChanged_l() Notifying change to client %p", binder.get());
- sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient> (binder);
- client->ioConfigChanged(event, ioHandle, param2);
- }
+void AudioFlinger::audioConfigChanged_l(int event, int ioHandle, void *param2) {
+ size_t size = mNotificationClients.size();
+ for (size_t i = 0; i < size; i++) {
+ sp<IBinder> binder = mNotificationClients.itemAt(i);
+ LOGV("audioConfigChanged_l() Notifying change to client %p", binder.get());
+ sp<IAudioFlingerClient> client = interface_cast<IAudioFlingerClient> (binder);
+ client->ioConfigChanged(event, ioHandle, param2);
}
}
@@ -712,10 +693,10 @@
// ----------------------------------------------------------------------------
-AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger)
+AudioFlinger::ThreadBase::ThreadBase(const sp<AudioFlinger>& audioFlinger, int id)
: Thread(false),
mAudioFlinger(audioFlinger), mSampleRate(0), mFrameCount(0), mChannelCount(0),
- mFormat(0), mFrameSize(1), mStandby(false)
+ mFormat(0), mFrameSize(1), mStandby(false), mId(id), mExiting(false)
{
}
@@ -734,6 +715,7 @@
LOGV("ThreadBase::exit");
{
AutoMutex lock(&mLock);
+ mExiting = true;
requestExit();
mWaitWorkCV.signal();
}
@@ -870,8 +852,8 @@
// ----------------------------------------------------------------------------
-AudioFlinger::PlaybackThread::PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output)
- : ThreadBase(audioFlinger),
+AudioFlinger::PlaybackThread::PlaybackThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id)
+ : ThreadBase(audioFlinger, id),
mMixBuffer(0), mSuspended(0), mBytesWritten(0), mOutput(output),
mLastWriteTime(0), mNumWrites(0), mNumDelayedWrites(0), mInWrite(false)
{
@@ -1106,15 +1088,6 @@
{
status_t status = ALREADY_EXISTS;
- // here the track could be either new, or restarted
- // in both cases "unstop" the track
- if (track->isPaused()) {
- track->mState = TrackBase::RESUMING;
- LOGV("PAUSED => RESUMING (%d) on thread %p", track->name(), this);
- } else {
- track->mState = TrackBase::ACTIVE;
- LOGV("? => ACTIVE (%d) on thread %p", track->name(), this);
- }
// set retry count for buffer fill
track->mRetryCount = kMaxTrackStartupRetries;
if (mActiveTracks.indexOf(track) < 0) {
@@ -1173,7 +1146,7 @@
break;
}
Mutex::Autolock _l(mAudioFlinger->mLock);
- mAudioFlinger->audioConfigChanged_l(event, this, param2);
+ mAudioFlinger->audioConfigChanged_l(event, mId, param2);
}
void AudioFlinger::PlaybackThread::readOutputParameters()
@@ -1194,8 +1167,8 @@
// ----------------------------------------------------------------------------
-AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output)
- : PlaybackThread(audioFlinger, output),
+AudioFlinger::MixerThread::MixerThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id)
+ : PlaybackThread(audioFlinger, output, id),
mAudioMixer(0)
{
mType = PlaybackThread::MIXER;
@@ -1303,7 +1276,6 @@
}
} else if (mBytesWritten != 0 ||
(mixerStatus == MIXER_TRACKS_ENABLED && longStandbyExit)) {
- LOGV("NO DATA READY, %p", this);
memset (curBuf, 0, mixBufferSize);
sleepTime = 0;
LOGV_IF((mBytesWritten == 0 && (mixerStatus == MIXER_TRACKS_ENABLED && longStandbyExit)), "anticipated start");
@@ -1639,8 +1611,8 @@
}
// ----------------------------------------------------------------------------
-AudioFlinger::DirectOutputThread::DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output)
- : PlaybackThread(audioFlinger, output),
+AudioFlinger::DirectOutputThread::DirectOutputThread(const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id)
+ : PlaybackThread(audioFlinger, output, id),
mLeftVolume (1.0), mRightVolume(1.0)
{
mType = PlaybackThread::DIRECT;
@@ -1941,8 +1913,8 @@
// ----------------------------------------------------------------------------
-AudioFlinger::DuplicatingThread::DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread)
- : MixerThread(audioFlinger, mainThread->getOutput())
+AudioFlinger::DuplicatingThread::DuplicatingThread(const sp<AudioFlinger>& audioFlinger, AudioFlinger::MixerThread* mainThread, int id)
+ : MixerThread(audioFlinger, mainThread->getOutput(), id)
{
mType = PlaybackThread::DUPLICATING;
addOutputTrack(mainThread);
@@ -2305,8 +2277,10 @@
LOGV("PlaybackThread::Track destructor");
sp<ThreadBase> thread = mThread.promote();
if (thread != 0) {
- Mutex::Autolock _l(thread->mLock);
+ thread->mLock.lock();
mState = TERMINATED;
+ thread->mLock.unlock();
+ AudioSystem::releaseOutput(thread->id());
}
}
@@ -2324,6 +2298,9 @@
{ // scope for mLock
sp<ThreadBase> thread = mThread.promote();
if (thread != 0) {
+ if (!isOutputTrack() && (mState == ACTIVE || mState == RESUMING)) {
+ AudioSystem::stopOutput(thread->id(), (AudioSystem::stream_type)mStreamType);
+ }
Mutex::Autolock _l(thread->mLock);
PlaybackThread *playbackThread = (PlaybackThread *)thread.get();
playbackThread->destroyTrack_l(this);
@@ -2405,14 +2382,37 @@
status_t AudioFlinger::PlaybackThread::Track::start()
{
+ status_t status = NO_ERROR;
LOGV("start(%d), calling thread %d", mName, IPCThreadState::self()->getCallingPid());
sp<ThreadBase> thread = mThread.promote();
if (thread != 0) {
Mutex::Autolock _l(thread->mLock);
- PlaybackThread *playbackThread = (PlaybackThread *)thread.get();
- playbackThread->addTrack_l(this);
+ int state = mState;
+ // here the track could be either new, or restarted
+ // in both cases "unstop" the track
+ if (mState == PAUSED) {
+ mState = TrackBase::RESUMING;
+ LOGV("PAUSED => RESUMING (%d) on thread %p", mName, this);
+ } else {
+ mState = TrackBase::ACTIVE;
+ LOGV("? => ACTIVE (%d) on thread %p", mName, this);
+ }
+
+ if (!isOutputTrack() && state != ACTIVE && state != RESUMING) {
+ thread->mLock.unlock();
+ status = AudioSystem::startOutput(thread->id(), (AudioSystem::stream_type)mStreamType);
+ thread->mLock.lock();
+ }
+ if (status == NO_ERROR) {
+ PlaybackThread *playbackThread = (PlaybackThread *)thread.get();
+ playbackThread->addTrack_l(this);
+ } else {
+ mState = state;
+ }
+ } else {
+ status = BAD_VALUE;
}
- return NO_ERROR;
+ return status;
}
void AudioFlinger::PlaybackThread::Track::stop()
@@ -2421,6 +2421,7 @@
sp<ThreadBase> thread = mThread.promote();
if (thread != 0) {
Mutex::Autolock _l(thread->mLock);
+ int state = mState;
if (mState > STOPPED) {
mState = STOPPED;
// If the track is not active (PAUSED and buffers full), flush buffers
@@ -2430,6 +2431,11 @@
}
LOGV("(> STOPPED) => STOPPED (%d) on thread %p", mName, playbackThread);
}
+ if (!isOutputTrack() && (state == ACTIVE || state == RESUMING)) {
+ thread->mLock.unlock();
+ AudioSystem::stopOutput(thread->id(), (AudioSystem::stream_type)mStreamType);
+ thread->mLock.lock();
+ }
}
}
@@ -2442,6 +2448,11 @@
if (mState == ACTIVE || mState == RESUMING) {
mState = PAUSING;
LOGV("ACTIVE/RESUMING => PAUSING (%d) on thread %p", mName, thread.get());
+ if (!isOutputTrack()) {
+ thread->mLock.unlock();
+ AudioSystem::stopOutput(thread->id(), (AudioSystem::stream_type)mStreamType);
+ thread->mLock.lock();
+ }
}
}
}
@@ -2525,6 +2536,10 @@
AudioFlinger::RecordThread::RecordTrack::~RecordTrack()
{
+ sp<ThreadBase> thread = mThread.promote();
+ if (thread != 0) {
+ AudioSystem::releaseInput(thread->id());
+ }
}
status_t AudioFlinger::RecordThread::RecordTrack::getNextBuffer(AudioBufferProvider::Buffer* buffer)
@@ -2572,8 +2587,9 @@
if (thread != 0) {
RecordThread *recordThread = (RecordThread *)thread.get();
return recordThread->start(this);
+ } else {
+ return BAD_VALUE;
}
- return NO_INIT;
}
void AudioFlinger::RecordThread::RecordTrack::stop()
@@ -3010,8 +3026,8 @@
// ----------------------------------------------------------------------------
-AudioFlinger::RecordThread::RecordThread(const sp<AudioFlinger>& audioFlinger, AudioStreamIn *input, uint32_t sampleRate, uint32_t channels) :
- ThreadBase(audioFlinger),
+AudioFlinger::RecordThread::RecordThread(const sp<AudioFlinger>& audioFlinger, AudioStreamIn *input, uint32_t sampleRate, uint32_t channels, int id) :
+ ThreadBase(audioFlinger, id),
mInput(input), mResampler(0), mRsmpOutBuffer(0), mRsmpInBuffer(0)
{
mReqChannelCount = AudioSystem::popCount(channels);
@@ -3039,6 +3055,7 @@
run(buffer, PRIORITY_URGENT_AUDIO);
}
+
bool AudioFlinger::RecordThread::threadLoop()
{
AudioBufferProvider::Buffer buffer;
@@ -3084,6 +3101,10 @@
}
if (mActiveTrack != 0) {
+ if (mActiveTrack->mState != TrackBase::ACTIVE) {
+ usleep(5000);
+ continue;
+ }
buffer.frameCount = mFrameCount;
if (LIKELY(mActiveTrack->getNextBuffer(&buffer) == NO_ERROR)) {
size_t framesOut = buffer.frameCount;
@@ -3181,6 +3202,8 @@
}
mActiveTrack.clear();
+ mStartStopCond.broadcast();
+
LOGV("RecordThread %p exiting", this);
return false;
}
@@ -3188,37 +3211,71 @@
status_t AudioFlinger::RecordThread::start(RecordThread::RecordTrack* recordTrack)
{
LOGV("RecordThread::start");
- AutoMutex lock(&mLock);
+ sp <ThreadBase> strongMe = this;
+ status_t status = NO_ERROR;
+ {
+ AutoMutex lock(&mLock);
+ if (mActiveTrack != 0) {
+ if (recordTrack != mActiveTrack.get()) {
+ status = -EBUSY;
+ } else if (mActiveTrack->mState == TrackBase::PAUSING) {
+ mActiveTrack->mState = TrackBase::RESUMING;
+ }
+ return status;
+ }
- if (mActiveTrack != 0) {
- if (recordTrack != mActiveTrack.get()) return -EBUSY;
-
- if (mActiveTrack->mState == TrackBase::PAUSING) mActiveTrack->mState = TrackBase::RESUMING;
-
- return NO_ERROR;
- }
-
- mActiveTrack = recordTrack;
- mActiveTrack->mState = TrackBase::RESUMING;
- // signal thread to start
- LOGV("Signal record thread");
- mWaitWorkCV.signal();
- mStartStopCond.wait(mLock);
- if (mActiveTrack != 0) {
+ recordTrack->mState = TrackBase::IDLE;
+ mActiveTrack = recordTrack;
+ mLock.unlock();
+ status_t status = AudioSystem::startInput(mId);
+ mLock.lock();
+ if (status != NO_ERROR) {
+ mActiveTrack.clear();
+ return status;
+ }
+ mActiveTrack->mState = TrackBase::RESUMING;
+ // signal thread to start
+ LOGV("Signal record thread");
+ mWaitWorkCV.signal();
+ // do not wait for mStartStopCond if exiting
+ if (mExiting) {
+ mActiveTrack.clear();
+ status = INVALID_OPERATION;
+ goto startError;
+ }
+ mStartStopCond.wait(mLock);
+ if (mActiveTrack == 0) {
+ LOGV("Record failed to start");
+ status = BAD_VALUE;
+ goto startError;
+ }
LOGV("Record started OK");
- return NO_ERROR;
- } else {
- LOGV("Record failed to start");
- return BAD_VALUE;
+ return status;
}
+startError:
+ AudioSystem::stopInput(mId);
+ return status;
}
void AudioFlinger::RecordThread::stop(RecordThread::RecordTrack* recordTrack) {
LOGV("RecordThread::stop");
- AutoMutex lock(&mLock);
- if (mActiveTrack != 0 && recordTrack == mActiveTrack.get()) {
- mActiveTrack->mState = TrackBase::PAUSING;
- mStartStopCond.wait(mLock);
+ sp <ThreadBase> strongMe = this;
+ {
+ AutoMutex lock(&mLock);
+ if (mActiveTrack != 0 && recordTrack == mActiveTrack.get()) {
+ mActiveTrack->mState = TrackBase::PAUSING;
+ // do not wait for mStartStopCond if exiting
+ if (mExiting) {
+ return;
+ }
+ mStartStopCond.wait(mLock);
+ // if we have been restarted, recordTrack == mActiveTrack.get() here
+ if (mActiveTrack == 0 || recordTrack != mActiveTrack.get()) {
+ mLock.unlock();
+ AudioSystem::stopInput(mId);
+ mLock.lock();
+ }
+ }
}
}
@@ -3388,7 +3445,7 @@
break;
}
Mutex::Autolock _l(mAudioFlinger->mLock);
- mAudioFlinger->audioConfigChanged_l(event, this, param2);
+ mAudioFlinger->audioConfigChanged_l(event, mId, param2);
}
void AudioFlinger::RecordThread::readInputParameters()
@@ -3476,13 +3533,13 @@
if ((flags & AudioSystem::OUTPUT_FLAG_DIRECT) ||
(format != AudioSystem::PCM_16_BIT) ||
(channels != AudioSystem::CHANNEL_OUT_STEREO)) {
- thread = new DirectOutputThread(this, output);
- LOGV("openOutput() created direct output: ID %d thread %p", (mNextThreadId + 1), thread);
+ thread = new DirectOutputThread(this, output, ++mNextThreadId);
+ LOGV("openOutput() created direct output: ID %d thread %p", mNextThreadId, thread);
} else {
- thread = new MixerThread(this, output);
- LOGV("openOutput() created mixer output: ID %d thread %p", (mNextThreadId + 1), thread);
+ thread = new MixerThread(this, output, ++mNextThreadId);
+ LOGV("openOutput() created mixer output: ID %d thread %p", mNextThreadId, thread);
}
- mPlaybackThreads.add(++mNextThreadId, thread);
+ mPlaybackThreads.add(mNextThreadId, thread);
if (pSamplingRate) *pSamplingRate = samplingRate;
if (pFormat) *pFormat = format;
@@ -3505,9 +3562,9 @@
}
- DuplicatingThread *thread = new DuplicatingThread(this, thread1);
+ DuplicatingThread *thread = new DuplicatingThread(this, thread1, ++mNextThreadId);
thread->addOutputTrack(thread2);
- mPlaybackThreads.add(++mNextThreadId, thread);
+ mPlaybackThreads.add(mNextThreadId, thread);
return mNextThreadId;
}
@@ -3534,7 +3591,7 @@
}
}
void *param2 = 0;
- audioConfigChanged_l(AudioSystem::OUTPUT_CLOSED, thread, param2);
+ audioConfigChanged_l(AudioSystem::OUTPUT_CLOSED, output, param2);
mPlaybackThreads.removeItem(output);
}
thread->exit();
@@ -3628,8 +3685,8 @@
if (input != 0) {
// Start record thread
- thread = new RecordThread(this, input, reqSamplingRate, reqChannels);
- mRecordThreads.add(++mNextThreadId, thread);
+ thread = new RecordThread(this, input, reqSamplingRate, reqChannels, ++mNextThreadId);
+ mRecordThreads.add(mNextThreadId, thread);
LOGV("openInput() created record thread: ID %d thread %p", mNextThreadId, thread);
if (pSamplingRate) *pSamplingRate = reqSamplingRate;
if (pFormat) *pFormat = format;
@@ -3655,7 +3712,7 @@
LOGV("closeInput() %d", input);
void *param2 = 0;
- audioConfigChanged_l(AudioSystem::INPUT_CLOSED, thread, param2);
+ audioConfigChanged_l(AudioSystem::INPUT_CLOSED, input, param2);
mRecordThreads.removeItem(input);
}
thread->exit();
diff --git a/libs/audioflinger/AudioFlinger.h b/libs/audioflinger/AudioFlinger.h
index 594d878..5a17294 100644
--- a/libs/audioflinger/AudioFlinger.h
+++ b/libs/audioflinger/AudioFlinger.h
@@ -213,7 +213,7 @@
class ThreadBase : public Thread {
public:
- ThreadBase (const sp<AudioFlinger>& audioFlinger);
+ ThreadBase (const sp<AudioFlinger>& audioFlinger, int id);
virtual ~ThreadBase();
status_t dumpBase(int fd, const Vector<String16>& args);
@@ -323,6 +323,7 @@
void sendConfigEvent(int event, int param = 0);
void sendConfigEvent_l(int event, int param = 0);
void processConfigEvents();
+ int id() const { return mId;}
mutable Mutex mLock;
@@ -349,6 +350,8 @@
status_t mParamStatus;
Vector<ConfigEvent *> mConfigEvents;
bool mStandby;
+ int mId;
+ bool mExiting;
};
// --- PlaybackThread ---
@@ -421,6 +424,10 @@
void setPaused() { mState = PAUSED; }
void reset();
+ bool isOutputTrack() const {
+ return (mStreamType == AudioSystem::NUM_STREAM_TYPES);
+ }
+
// we don't really need a lock for these
float mVolume[2];
volatile bool mMute;
@@ -473,7 +480,7 @@
}; // end of OutputTrack
- PlaybackThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output);
+ PlaybackThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id);
virtual ~PlaybackThread();
virtual status_t dump(int fd, const Vector<String16>& args);
@@ -573,7 +580,7 @@
class MixerThread : public PlaybackThread {
public:
- MixerThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output);
+ MixerThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id);
virtual ~MixerThread();
// Thread virtuals
@@ -600,7 +607,7 @@
class DirectOutputThread : public PlaybackThread {
public:
- DirectOutputThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output);
+ DirectOutputThread (const sp<AudioFlinger>& audioFlinger, AudioStreamOut* output, int id);
~DirectOutputThread();
// Thread virtuals
@@ -621,7 +628,7 @@
class DuplicatingThread : public MixerThread {
public:
- DuplicatingThread (const sp<AudioFlinger>& audioFlinger, MixerThread* mainThread);
+ DuplicatingThread (const sp<AudioFlinger>& audioFlinger, MixerThread* mainThread, int id);
~DuplicatingThread();
// Thread virtuals
@@ -637,7 +644,7 @@
MixerThread *checkMixerThread_l(int output) const;
RecordThread *checkRecordThread_l(int input) const;
float streamVolumeInternal(int stream) const { return mStreamTypes[stream].volume; }
- void audioConfigChanged_l(int event, const sp<ThreadBase>& thread, void *param2);
+ void audioConfigChanged_l(int event, int ioHandle, void *param2);
friend class AudioBuffer;
@@ -705,7 +712,8 @@
RecordThread(const sp<AudioFlinger>& audioFlinger,
AudioStreamIn *input,
uint32_t sampleRate,
- uint32_t channels);
+ uint32_t channels,
+ int id);
~RecordThread();
virtual bool threadLoop();
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec
index da25a27..a4e72d9 100644
--- a/libs/rs/rs.spec
+++ b/libs/rs/rs.spec
@@ -42,8 +42,12 @@
param void *sur
}
+ContextDump {
+ param int32_t bits
+}
+
ContextSetPriority {
- param uint32_t priority
+ param int32_t priority
}
AssignName {
diff --git a/libs/rs/rsAllocation.cpp b/libs/rs/rsAllocation.cpp
index 16029a6..b71d10c 100644
--- a/libs/rs/rsAllocation.cpp
+++ b/libs/rs/rsAllocation.cpp
@@ -190,6 +190,24 @@
{
}
+void Allocation::dumpLOGV(const char *prefix) const
+{
+ ObjectBase::dumpLOGV(prefix);
+
+ String8 s(prefix);
+ s.append(" type ");
+ if (mType.get()) {
+ mType->dumpLOGV(s.string());
+ }
+
+ LOGV("%s allocation ptr=%p mCpuWrite=%i, mCpuRead=%i, mGpuWrite=%i, mGpuRead=%i",
+ prefix, mPtr, mCpuWrite, mCpuRead, mGpuWrite, mGpuRead);
+
+ LOGV("%s allocation mIsTexture=%i mTextureID=%i, mIsVertexBuffer=%i, mBufferID=%i",
+ prefix, mIsTexture, mTextureID, mIsVertexBuffer, mBufferID);
+
+
+}
/////////////////
@@ -382,7 +400,6 @@
LOGE("Memory allocation failure");
return NULL;
}
- texAlloc->incUserRef();
ElementConverter_t cvt = pickConverter(dst, src);
cvt(texAlloc->getPtr(), data, w * h);
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h
index 1b83267..514b1c2 100644
--- a/libs/rs/rsAllocation.h
+++ b/libs/rs/rsAllocation.h
@@ -65,6 +65,8 @@
void enableGLVertexBuffers() const;
void setupGLIndexBuffers() const;
+ virtual void dumpLOGV(const char *prefix) const;
+
protected:
ObjectBaseRef<const Type> mType;
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp
index c835dda..08ed725 100644
--- a/libs/rs/rsContext.cpp
+++ b/libs/rs/rsContext.cpp
@@ -20,11 +20,16 @@
#include <ui/FramebufferNativeWindow.h>
#include <ui/EGLUtils.h>
+#include <sys/types.h>
+#include <sys/resource.h>
+
#include <cutils/properties.h>
#include <GLES/gl.h>
#include <GLES/glext.h>
+#include <cutils/sched_policy.h>
+
using namespace android;
using namespace android::renderscript;
@@ -234,6 +239,9 @@
void * Context::threadProc(void *vrsc)
{
Context *rsc = static_cast<Context *>(vrsc);
+ rsc->mNativeThreadId = gettid();
+
+ setpriority(PRIO_PROCESS, rsc->mNativeThreadId, ANDROID_PRIORITY_DISPLAY);
rsc->props.mLogTimes = getProp("debug.rs.profile");
rsc->props.mLogScripts = getProp("debug.rs.script");
@@ -316,6 +324,25 @@
return NULL;
}
+void Context::setPriority(int32_t p)
+{
+ // Note: If we put this in the proper "background" policy
+ // the wallpapers can become completly unresponsive at times.
+ // This is probably not what we want for something the user is actively
+ // looking at.
+#if 0
+ SchedPolicy pol = SP_FOREGROUND;
+ if (p > 0) {
+ pol = SP_BACKGROUND;
+ }
+ if (!set_sched_policy(mNativeThreadId, pol)) {
+ // success; reset the priority as well
+ }
+#else
+ setpriority(PRIO_PROCESS, mNativeThreadId, p);
+#endif
+}
+
Context::Context(Device *dev, bool useDepth)
{
pthread_mutex_lock(&gInitMutex);
@@ -351,10 +378,6 @@
return;
}
- sched_param sparam;
- sparam.sched_priority = ANDROID_PRIORITY_DISPLAY;
- pthread_attr_setschedparam(&threadAttr, &sparam);
-
mWndSurface = NULL;
objDestroyOOBInit();
@@ -791,8 +814,14 @@
rsc->setSurface(w, h, (Surface *)sur);
}
-void rsi_ContextSetPriority(Context *rsc, uint32_t p)
+void rsi_ContextSetPriority(Context *rsc, int32_t p)
{
+ rsc->setPriority(p);
+}
+
+void rsi_ContextDump(Context *rsc, int32_t bits)
+{
+ ObjectBase::dumpAll(rsc);
}
}
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h
index f3803a5..fb878eb 100644
--- a/libs/rs/rsContext.h
+++ b/libs/rs/rsContext.h
@@ -95,6 +95,7 @@
void pause();
void resume();
void setSurface(uint32_t w, uint32_t h, Surface *sur);
+ void setPriority(int32_t p);
void assignName(ObjectBase *obj, const char *name, uint32_t len);
void removeName(ObjectBase *obj);
@@ -198,6 +199,7 @@
bool mPaused;
pthread_t mThreadId;
+ pid_t mNativeThreadId;
ObjectBaseRef<Script> mRootScript;
ObjectBaseRef<ProgramFragment> mFragment;
diff --git a/libs/rs/rsObjectBase.cpp b/libs/rs/rsObjectBase.cpp
index b7d67cc..89c5b00 100644
--- a/libs/rs/rsObjectBase.cpp
+++ b/libs/rs/rsObjectBase.cpp
@@ -182,11 +182,17 @@
if (rsc->props.mLogObjects) {
LOGV("Objects remaining.");
- o = rsc->mObjHead;
- while (o) {
- o->dumpLOGV(" ");
- o = o->mNext;
- }
+ dumpAll(rsc);
+ }
+}
+
+void ObjectBase::dumpAll(Context *rsc)
+{
+ LOGV("Dumping all objects");
+ const ObjectBase * o = rsc->mObjHead;
+ while (o) {
+ o->dumpLOGV(" ");
+ o = o->mNext;
}
}
diff --git a/libs/rs/rsObjectBase.h b/libs/rs/rsObjectBase.h
index dc85ac7..f247022 100644
--- a/libs/rs/rsObjectBase.h
+++ b/libs/rs/rsObjectBase.h
@@ -49,6 +49,7 @@
void setContext(Context *);
static void zeroAllUserRef(Context *rsc);
+ static void dumpAll(Context *rsc);
virtual void dumpLOGV(const char *prefix) const;
diff --git a/libs/surfaceflinger/Android.mk b/libs/surfaceflinger/Android.mk
index eb51c22..b3fed58 100644
--- a/libs/surfaceflinger/Android.mk
+++ b/libs/surfaceflinger/Android.mk
@@ -22,9 +22,6 @@
ifeq ($(TARGET_BOARD_PLATFORM), msm7k)
LOCAL_CFLAGS += -DDIM_WITH_TEXTURE
endif
-ifeq ($(TARGET_BOARD_PLATFORM), qsd8k)
- LOCAL_CFLAGS += -DDIM_WITH_TEXTURE
-endif
# need "-lrt" on Linux simulator to pick up clock_gettime
ifeq ($(TARGET_SIMULATOR),true)
diff --git a/libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp b/libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp
index 1abfd68..79c003f6 100644
--- a/libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp
+++ b/libs/surfaceflinger/DisplayHardware/DisplayHardware.cpp
@@ -246,10 +246,12 @@
LOGI("version : %s", glGetString(GL_VERSION));
LOGI("extensions: %s", gl_extensions);
- if (strstr(gl_renderer, "PowerVR SGX 530")) {
+ if (strstr(gl_renderer, "PowerVR SGX 530") ||
+ strstr(gl_renderer, "Adreno")) {
LOGD("Assuming uncached graphics buffers.");
mFlags &= ~CACHED_BUFFERS;
}
+
if (strstr(gl_extensions, "GL_ARB_texture_non_power_of_two")) {
mFlags |= NPOT_EXTENSION;
}
diff --git a/libs/surfaceflinger/LayerBuffer.cpp b/libs/surfaceflinger/LayerBuffer.cpp
index 28d7c48..88ef7e4 100644
--- a/libs/surfaceflinger/LayerBuffer.cpp
+++ b/libs/surfaceflinger/LayerBuffer.cpp
@@ -118,7 +118,12 @@
sp<Source> source(getSource());
if (source != 0)
source->onTransaction(flags);
- return LayerBase::doTransaction(flags);
+ uint32_t res = LayerBase::doTransaction(flags);
+ // we always want filtering for these surfaces
+ if (!(mFlags & DisplayHardware::SLOW_CONFIG)) {
+ mUseLinearFiltering = true;
+ }
+ return res;
}
void LayerBuffer::unlockPageFlip(const Transform& planeTransform,
diff --git a/libs/ui/Surface.cpp b/libs/ui/Surface.cpp
index f51ca7a..24ae27f 100644
--- a/libs/ui/Surface.cpp
+++ b/libs/ui/Surface.cpp
@@ -152,96 +152,85 @@
status_t SurfaceControl::setLayer(int32_t layer) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setLayer(mToken, layer);
}
status_t SurfaceControl::setPosition(int32_t x, int32_t y) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setPosition(mToken, x, y);
}
status_t SurfaceControl::setSize(uint32_t w, uint32_t h) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setSize(mToken, w, h);
}
status_t SurfaceControl::hide() {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->hide(mToken);
}
status_t SurfaceControl::show(int32_t layer) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->show(mToken, layer);
}
status_t SurfaceControl::freeze() {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->freeze(mToken);
}
status_t SurfaceControl::unfreeze() {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->unfreeze(mToken);
}
status_t SurfaceControl::setFlags(uint32_t flags, uint32_t mask) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setFlags(mToken, flags, mask);
}
status_t SurfaceControl::setTransparentRegionHint(const Region& transparent) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setTransparentRegionHint(mToken, transparent);
}
status_t SurfaceControl::setAlpha(float alpha) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setAlpha(mToken, alpha);
}
status_t SurfaceControl::setMatrix(float dsdx, float dtdx, float dsdy, float dtdy) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setMatrix(mToken, dsdx, dtdx, dsdy, dtdy);
}
status_t SurfaceControl::setFreezeTint(uint32_t tint) {
const sp<SurfaceComposerClient>& client(mClient);
- if (client == 0) return NO_INIT;
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err < 0) return err;
return client->setFreezeTint(mToken, tint);
}
-status_t SurfaceControl::validate(SharedClient const* cblk) const
+status_t SurfaceControl::validate() const
{
if (mToken<0 || mClient==0) {
LOGE("invalid token (%d, identity=%u) or client (%p)",
mToken, mIdentity, mClient.get());
return NO_INIT;
}
+ SharedClient const* cblk = mClient->mControl;
if (cblk == 0) {
LOGE("cblk is null (surface id=%d, identity=%u)", mToken, mIdentity);
return NO_INIT;
@@ -394,7 +383,7 @@
return mToken>=0 && mClient!=0;
}
-status_t Surface::validate(SharedClient const* cblk) const
+status_t Surface::validate() const
{
sp<SurfaceComposerClient> client(getClient());
if (mToken<0 || mClient==0) {
@@ -402,6 +391,7 @@
mToken, mIdentity, client.get());
return NO_INIT;
}
+ SharedClient const* cblk = mClient->mControl;
if (cblk == 0) {
LOGE("cblk is null (surface id=%d, identity=%u)", mToken, mIdentity);
return NO_INIT;
@@ -488,7 +478,7 @@
int Surface::dequeueBuffer(android_native_buffer_t** buffer)
{
sp<SurfaceComposerClient> client(getClient());
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err != NO_ERROR)
return err;
@@ -533,7 +523,7 @@
int Surface::lockBuffer(android_native_buffer_t* buffer)
{
sp<SurfaceComposerClient> client(getClient());
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err != NO_ERROR)
return err;
@@ -546,7 +536,7 @@
int Surface::queueBuffer(android_native_buffer_t* buffer)
{
sp<SurfaceComposerClient> client(getClient());
- status_t err = validate(client->mControl);
+ status_t err = validate();
if (err != NO_ERROR)
return err;
diff --git a/libs/utils/ResourceTypes.cpp b/libs/utils/ResourceTypes.cpp
index 872b2bc..450af8d 100644
--- a/libs/utils/ResourceTypes.cpp
+++ b/libs/utils/ResourceTypes.cpp
@@ -42,6 +42,7 @@
#define TABLE_GETENTRY(x) //x
#define TABLE_SUPER_NOISY(x) //x
#define LOAD_TABLE_NOISY(x) //x
+#define TABLE_THEME(x) //x
namespace android {
@@ -1447,18 +1448,23 @@
const uint32_t t = Res_GETTYPE(resID);
const uint32_t e = Res_GETENTRY(resID);
- TABLE_NOISY(LOGV("Looking up attr 0x%08x in theme %p", resID, this));
+ TABLE_THEME(LOGI("Looking up attr 0x%08x in theme %p", resID, this));
if (p >= 0) {
const package_info* const pi = mPackages[p];
+ TABLE_THEME(LOGI("Found package: %p", pi));
if (pi != NULL) {
+ TABLE_THEME(LOGI("Desired type index is %ld in avail %d", t, pi->numTypes));
if (t < pi->numTypes) {
const type_info& ti = pi->types[t];
+ TABLE_THEME(LOGI("Desired entry index is %ld in avail %d", e, ti.numEntries));
if (e < ti.numEntries) {
const theme_entry& te = ti.entries[e];
- if (outTypeSpecFlags != NULL) {
- *outTypeSpecFlags |= te.typeSpecFlags;
- }
+ if (outTypeSpecFlags != NULL) {
+ *outTypeSpecFlags |= te.typeSpecFlags;
+ }
+ TABLE_THEME(LOGI("Theme value: type=0x%x, data=0x%08x",
+ te.value.dataType, te.value.data));
const uint8_t type = te.value.dataType;
if (type == Res_value::TYPE_ATTRIBUTE) {
if (cnt > 0) {
@@ -1492,6 +1498,8 @@
if (inOutValue->dataType == Res_value::TYPE_ATTRIBUTE) {
uint32_t newTypeSpecFlags;
blockIndex = getAttribute(inOutValue->data, inOutValue, &newTypeSpecFlags);
+ TABLE_THEME(LOGI("Resolving attr reference: blockIndex=%d, type=0x%x, data=%p\n",
+ (int)blockIndex, (int)inOutValue->dataType, (void*)inOutValue->data));
if (inoutTypeSpecFlags != NULL) *inoutTypeSpecFlags |= newTypeSpecFlags;
//printf("Retrieved attribute new type=0x%x\n", inOutValue->dataType);
if (blockIndex < 0) {
@@ -1911,8 +1919,8 @@
uint32_t newFlags = 0;
const ssize_t newIndex = getResource(value->data, value, true, &newFlags,
outConfig);
- //LOGI("Resolving reference d=%p: newIndex=%d, t=0x%02x, d=%p\n",
- // (void*)lastRef, (int)newIndex, (int)value->dataType, (void*)value->data);
+ TABLE_THEME(LOGI("Resolving reference %p: newIndex=%d, type=0x%x, data=%p\n",
+ (void*)lastRef, (int)newIndex, (int)value->dataType, (void*)value->data));
//printf("Getting reference 0x%08x: newIndex=%d\n", value->data, newIndex);
if (inoutTypeSpecFlags != NULL) *inoutTypeSpecFlags |= newFlags;
if (newIndex < 0) {
diff --git a/media/java/android/media/MediaRecorder.java b/media/java/android/media/MediaRecorder.java
index 4203cba..15e35010 100644
--- a/media/java/android/media/MediaRecorder.java
+++ b/media/java/android/media/MediaRecorder.java
@@ -136,10 +136,12 @@
/** Voice call uplink + downlink audio source */
public static final int VOICE_CALL = 4;
- /** Microphone audio source with same orientation as camera */
+ /** Microphone audio source with same orientation as camera if available, the main
+ * device microphone otherwise */
public static final int CAMCORDER = 5;
- /** Microphone audio source tuned for voice recognition */
+ /** Microphone audio source tuned for voice recognition if available, behaves like
+ * {@link #DEFAULT} otherwise. */
public static final int VOICE_RECOGNITION = 6;
}
diff --git a/media/java/android/media/MediaScanner.java b/media/java/android/media/MediaScanner.java
index afdc8f7..da25f97 100644
--- a/media/java/android/media/MediaScanner.java
+++ b/media/java/android/media/MediaScanner.java
@@ -640,10 +640,13 @@
map.put(Video.Media.ARTIST, (mArtist != null && mArtist.length() > 0 ? mArtist : MediaFile.UNKNOWN_STRING));
map.put(Video.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0 ? mAlbum : MediaFile.UNKNOWN_STRING));
map.put(Video.Media.DURATION, mDuration);
+ map.put(Video.Media.DATE_TAKEN, mLastModified);
// FIXME - add RESOLUTION
} else if (MediaFile.isImageFileType(mFileType)) {
// FIXME - add DESCRIPTION
- // map.put(field, value);
+ // DATE_TAKEN will be overridden later if this is a JPEG image whose EXIF data
+ // contains date time information.
+ map.put(Images.Media.DATE_TAKEN, mLastModified);
} else if (MediaFile.isAudioFileType(mFileType)) {
map.put(Audio.Media.ARTIST, (mArtist != null && mArtist.length() > 0 ? mArtist : MediaFile.UNKNOWN_STRING));
map.put(Audio.Media.ALBUM, (mAlbum != null && mAlbum.length() > 0 ? mAlbum : MediaFile.UNKNOWN_STRING));
diff --git a/media/libmedia/AudioRecord.cpp b/media/libmedia/AudioRecord.cpp
index e63c0d2..c3828f0 100644
--- a/media/libmedia/AudioRecord.cpp
+++ b/media/libmedia/AudioRecord.cpp
@@ -46,7 +46,7 @@
// ---------------------------------------------------------------------------
AudioRecord::AudioRecord()
- : mStatus(NO_INIT), mInput(0)
+ : mStatus(NO_INIT)
{
}
@@ -60,7 +60,7 @@
callback_t cbf,
void* user,
int notificationFrames)
- : mStatus(NO_INIT), mInput(0)
+ : mStatus(NO_INIT)
{
mStatus = set(inputSource, sampleRate, format, channels,
frameCount, flags, cbf, user, notificationFrames);
@@ -79,7 +79,6 @@
}
mAudioRecord.clear();
IPCThreadState::self()->flushCommands();
- AudioSystem::releaseInput(mInput);
}
}
@@ -123,9 +122,9 @@
}
int channelCount = AudioSystem::popCount(channels);
- mInput = AudioSystem::getInput(inputSource,
+ audio_io_handle_t input = AudioSystem::getInput(inputSource,
sampleRate, format, channels, (AudioSystem::audio_in_acoustics)flags);
- if (mInput == 0) {
+ if (input == 0) {
LOGE("Could not get audio output for stream type %d", inputSource);
return BAD_VALUE;
}
@@ -168,7 +167,7 @@
// create the IAudioRecord
status_t status = openRecord(sampleRate, format, channelCount,
- frameCount, flags);
+ frameCount, flags, input);
if (status != NO_ERROR) {
return status;
@@ -187,6 +186,7 @@
// Update buffer size in case it has been limited by AudioFlinger during track creation
mFrameCount = mCblk->frameCount;
mChannelCount = (uint8_t)channelCount;
+ mChannels = channels;
mActive = 0;
mCbf = cbf;
mNotificationFrames = notificationFrames;
@@ -265,29 +265,28 @@
}
if (android_atomic_or(1, &mActive) == 0) {
- ret = AudioSystem::startInput(mInput);
- if (ret == NO_ERROR) {
- ret = mAudioRecord->start();
- if (ret == DEAD_OBJECT) {
- LOGV("start() dead IAudioRecord: creating a new one");
- ret = openRecord(mCblk->sampleRate, mFormat, mChannelCount,
- mFrameCount, mFlags);
- }
+ ret = mAudioRecord->start();
+ if (ret == DEAD_OBJECT) {
+ LOGV("start() dead IAudioRecord: creating a new one");
+ ret = openRecord(mCblk->sampleRate, mFormat, mChannelCount,
+ mFrameCount, mFlags, getInput());
if (ret == NO_ERROR) {
- mNewPosition = mCblk->user + mUpdatePeriod;
- mCblk->bufferTimeoutMs = MAX_RUN_TIMEOUT_MS;
- mCblk->waitTimeMs = 0;
- if (t != 0) {
- t->run("ClientRecordThread", THREAD_PRIORITY_AUDIO_CLIENT);
- } else {
- setpriority(PRIO_PROCESS, 0, THREAD_PRIORITY_AUDIO_CLIENT);
- }
- } else {
- LOGV("start() failed");
- AudioSystem::stopInput(mInput);
- android_atomic_and(~1, &mActive);
+ ret = mAudioRecord->start();
}
}
+ if (ret == NO_ERROR) {
+ mNewPosition = mCblk->user + mUpdatePeriod;
+ mCblk->bufferTimeoutMs = MAX_RUN_TIMEOUT_MS;
+ mCblk->waitTimeMs = 0;
+ if (t != 0) {
+ t->run("ClientRecordThread", THREAD_PRIORITY_AUDIO_CLIENT);
+ } else {
+ setpriority(PRIO_PROCESS, 0, THREAD_PRIORITY_AUDIO_CLIENT);
+ }
+ } else {
+ LOGV("start() failed");
+ android_atomic_and(~1, &mActive);
+ }
}
if (t != 0) {
@@ -318,7 +317,6 @@
} else {
setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
}
- AudioSystem::stopInput(mInput);
}
if (t != 0) {
@@ -395,7 +393,8 @@
int format,
int channelCount,
int frameCount,
- uint32_t flags)
+ uint32_t flags,
+ audio_io_handle_t input)
{
status_t status;
const sp<IAudioFlinger>& audioFlinger = AudioSystem::get_audio_flinger();
@@ -403,7 +402,7 @@
return NO_INIT;
}
- sp<IAudioRecord> record = audioFlinger->openRecord(getpid(), mInput,
+ sp<IAudioRecord> record = audioFlinger->openRecord(getpid(), input,
sampleRate, format,
channelCount,
frameCount,
@@ -425,7 +424,8 @@
mCblk = static_cast<audio_track_cblk_t*>(cblk->pointer());
mCblk->buffers = (char*)mCblk + sizeof(audio_track_cblk_t);
mCblk->out = 0;
-
+ mCblk->bufferTimeoutMs = MAX_RUN_TIMEOUT_MS;
+ mCblk->waitTimeMs = 0;
return NO_ERROR;
}
@@ -466,10 +466,10 @@
if (result == DEAD_OBJECT) {
LOGW("obtainBuffer() dead IAudioRecord: creating a new one");
result = openRecord(cblk->sampleRate, mFormat, mChannelCount,
- mFrameCount, mFlags);
+ mFrameCount, mFlags, getInput());
if (result == NO_ERROR) {
cblk = mCblk;
- cblk->bufferTimeoutMs = MAX_RUN_TIMEOUT_MS;
+ mAudioRecord->start();
}
}
cblk->lock.lock();
@@ -516,6 +516,14 @@
cblk->stepUser(audioBuffer->frameCount);
}
+audio_io_handle_t AudioRecord::getInput()
+{
+ return AudioSystem::getInput(mInputSource,
+ mCblk->sampleRate,
+ mFormat, mChannels,
+ (AudioSystem::audio_in_acoustics)mFlags);
+}
+
// -------------------------------------------------------------------------
ssize_t AudioRecord::read(void* buffer, size_t userSize)
diff --git a/media/libmedia/AudioTrack.cpp b/media/libmedia/AudioTrack.cpp
index cedd79d..ad0f42e 100644
--- a/media/libmedia/AudioTrack.cpp
+++ b/media/libmedia/AudioTrack.cpp
@@ -97,7 +97,6 @@
}
mAudioTrack.clear();
IPCThreadState::self()->flushCommands();
- AudioSystem::releaseOutput(getOutput());
}
}
@@ -318,8 +317,6 @@
}
if (android_atomic_or(1, &mActive) == 0) {
- audio_io_handle_t output = getOutput();
- AudioSystem::startOutput(output, (AudioSystem::stream_type)mStreamType);
mNewPosition = mCblk->server + mUpdatePeriod;
mCblk->bufferTimeoutMs = MAX_STARTUP_TIMEOUT_MS;
mCblk->waitTimeMs = 0;
@@ -333,10 +330,13 @@
if (status == DEAD_OBJECT) {
LOGV("start() dead IAudioTrack: creating a new one");
status = createTrack(mStreamType, mCblk->sampleRate, mFormat, mChannelCount,
- mFrameCount, mFlags, mSharedBuffer, output);
- mNewPosition = mCblk->server + mUpdatePeriod;
- mCblk->bufferTimeoutMs = MAX_STARTUP_TIMEOUT_MS;
- mCblk->waitTimeMs = 0;
+ mFrameCount, mFlags, mSharedBuffer, getOutput());
+ if (status == NO_ERROR) {
+ status = mAudioTrack->start();
+ if (status == NO_ERROR) {
+ mNewPosition = mCblk->server + mUpdatePeriod;
+ }
+ }
}
if (status != NO_ERROR) {
LOGV("start() failed");
@@ -346,7 +346,6 @@
} else {
setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
}
- AudioSystem::stopOutput(output, (AudioSystem::stream_type)mStreamType);
}
}
@@ -383,7 +382,6 @@
} else {
setpriority(PRIO_PROCESS, 0, ANDROID_PRIORITY_NORMAL);
}
- AudioSystem::stopOutput(getOutput(), (AudioSystem::stream_type)mStreamType);
}
if (t != 0) {
@@ -418,9 +416,7 @@
{
LOGV("pause");
if (android_atomic_and(~1, &mActive) == 1) {
- mActive = 0;
mAudioTrack->pause();
- AudioSystem::stopOutput(getOutput(), (AudioSystem::stream_type)mStreamType);
}
}
@@ -658,7 +654,8 @@
}
mCblk->volumeLR = (int32_t(int16_t(mVolume[LEFT] * 0x1000)) << 16) | int16_t(mVolume[RIGHT] * 0x1000);
-
+ mCblk->bufferTimeoutMs = MAX_STARTUP_TIMEOUT_MS;
+ mCblk->waitTimeMs = 0;
return NO_ERROR;
}
@@ -709,6 +706,7 @@
if (result == NO_ERROR) {
cblk = mCblk;
cblk->bufferTimeoutMs = MAX_RUN_TIMEOUT_MS;
+ mAudioTrack->start();
}
}
cblk->lock.lock();
diff --git a/media/libmedia/IMediaMetadataRetriever.cpp b/media/libmedia/IMediaMetadataRetriever.cpp
index 397a55b..e529d25 100644
--- a/media/libmedia/IMediaMetadataRetriever.cpp
+++ b/media/libmedia/IMediaMetadataRetriever.cpp
@@ -21,6 +21,60 @@
#include <SkBitmap.h>
#include <media/IMediaMetadataRetriever.h>
+// The binder is supposed to propagate the scheduler group across
+// the binder interface so that remote calls are executed with
+// the same priority as local calls. This is currently not working
+// so this change puts in a temporary hack to fix the issue with
+// metadata retrieval which can be a huge CPU hit if done on a
+// foreground thread.
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+
+/* desktop Linux needs a little help with gettid() */
+#if defined(HAVE_GETTID) && !defined(HAVE_ANDROID_OS)
+#define __KERNEL__
+# include <linux/unistd.h>
+#ifdef _syscall0
+_syscall0(pid_t,gettid)
+#else
+pid_t gettid() { return syscall(__NR_gettid);}
+#endif
+#undef __KERNEL__
+#endif
+
+static int myTid() {
+#ifdef HAVE_GETTID
+ return gettid();
+#else
+ return getpid();
+#endif
+}
+
+#undef LOG_TAG
+#define LOG_TAG "IMediaMetadataRetriever"
+#include <utils/Log.h>
+#include <cutils/sched_policy.h>
+
+namespace android {
+
+static void sendSchedPolicy(Parcel& data)
+{
+ SchedPolicy policy;
+ get_sched_policy(myTid(), &policy);
+ data.writeInt32(policy);
+}
+
+static void setSchedPolicy(const Parcel& data)
+{
+ SchedPolicy policy = (SchedPolicy) data.readInt32();
+ set_sched_policy(myTid(), policy);
+}
+static void restoreSchedPolicy()
+{
+ set_sched_policy(myTid(), SP_FOREGROUND);
+}
+}; // end namespace android
+#endif
+
namespace android {
enum {
@@ -30,7 +84,7 @@
SET_MODE,
GET_MODE,
CAPTURE_FRAME,
- EXTARCT_ALBUM_ART,
+ EXTRACT_ALBUM_ART,
EXTRACT_METADATA,
};
@@ -92,6 +146,9 @@
{
Parcel data, reply;
data.writeInterfaceToken(IMediaMetadataRetriever::getInterfaceDescriptor());
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ sendSchedPolicy(data);
+#endif
remote()->transact(CAPTURE_FRAME, data, &reply);
status_t ret = reply.readInt32();
if (ret != NO_ERROR) {
@@ -104,7 +161,10 @@
{
Parcel data, reply;
data.writeInterfaceToken(IMediaMetadataRetriever::getInterfaceDescriptor());
- remote()->transact(EXTARCT_ALBUM_ART, data, &reply);
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ sendSchedPolicy(data);
+#endif
+ remote()->transact(EXTRACT_ALBUM_ART, data, &reply);
status_t ret = reply.readInt32();
if (ret != NO_ERROR) {
return NULL;
@@ -116,6 +176,9 @@
{
Parcel data, reply;
data.writeInterfaceToken(IMediaMetadataRetriever::getInterfaceDescriptor());
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ sendSchedPolicy(data);
+#endif
data.writeInt32(keyCode);
remote()->transact(EXTRACT_METADATA, data, &reply);
status_t ret = reply.readInt32();
@@ -169,6 +232,9 @@
} break;
case CAPTURE_FRAME: {
CHECK_INTERFACE(IMediaMetadataRetriever, data, reply);
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ setSchedPolicy(data);
+#endif
sp<IMemory> bitmap = captureFrame();
if (bitmap != 0) { // Don't send NULL across the binder interface
reply->writeInt32(NO_ERROR);
@@ -176,10 +242,16 @@
} else {
reply->writeInt32(UNKNOWN_ERROR);
}
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ restoreSchedPolicy();
+#endif
return NO_ERROR;
} break;
- case EXTARCT_ALBUM_ART: {
+ case EXTRACT_ALBUM_ART: {
CHECK_INTERFACE(IMediaMetadataRetriever, data, reply);
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ setSchedPolicy(data);
+#endif
sp<IMemory> albumArt = extractAlbumArt();
if (albumArt != 0) { // Don't send NULL across the binder interface
reply->writeInt32(NO_ERROR);
@@ -187,10 +259,16 @@
} else {
reply->writeInt32(UNKNOWN_ERROR);
}
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ restoreSchedPolicy();
+#endif
return NO_ERROR;
} break;
case EXTRACT_METADATA: {
CHECK_INTERFACE(IMediaMetadataRetriever, data, reply);
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ setSchedPolicy(data);
+#endif
int keyCode = data.readInt32();
const char* value = extractMetadata(keyCode);
if (value != NULL) { // Don't send NULL across the binder interface
@@ -199,6 +277,9 @@
} else {
reply->writeInt32(UNKNOWN_ERROR);
}
+#ifndef DISABLE_GROUP_SCHEDULE_HACK
+ restoreSchedPolicy();
+#endif
return NO_ERROR;
} break;
default:
diff --git a/media/libmediaplayerservice/MetadataRetrieverClient.cpp b/media/libmediaplayerservice/MetadataRetrieverClient.cpp
index 2cdc351..d51ce66 100644
--- a/media/libmediaplayerservice/MetadataRetrieverClient.cpp
+++ b/media/libmediaplayerservice/MetadataRetrieverClient.cpp
@@ -237,7 +237,6 @@
{
LOGV("captureFrame");
Mutex::Autolock lock(mLock);
- Priority priority(ANDROID_PRIORITY_BACKGROUND);
mThumbnail.clear();
mThumbnailDealer.clear();
if (mRetriever == NULL) {
@@ -279,7 +278,6 @@
{
LOGV("extractAlbumArt");
Mutex::Autolock lock(mLock);
- Priority priority(ANDROID_PRIORITY_BACKGROUND);
mAlbumArt.clear();
mAlbumArtDealer.clear();
if (mRetriever == NULL) {
@@ -321,19 +319,7 @@
LOGE("retriever is not initialized");
return NULL;
}
- Priority priority(ANDROID_PRIORITY_BACKGROUND);
return mRetriever->extractMetadata(keyCode);
}
-MetadataRetrieverClient::Priority::Priority(int newPriority)
-{
- mOldPriority = getpriority(PRIO_PROCESS, 0);
- setpriority(PRIO_PROCESS, 0, newPriority);
-}
-
-MetadataRetrieverClient::Priority::~Priority()
-{
- setpriority(PRIO_PROCESS, 0, mOldPriority);
-}
-
}; // namespace android
diff --git a/media/libmediaplayerservice/MetadataRetrieverClient.h b/media/libmediaplayerservice/MetadataRetrieverClient.h
index 852d734..8cb8ad1 100644
--- a/media/libmediaplayerservice/MetadataRetrieverClient.h
+++ b/media/libmediaplayerservice/MetadataRetrieverClient.h
@@ -54,16 +54,6 @@
private:
friend class MediaPlayerService;
- class Priority
- {
- public:
- Priority(int newPriority);
- ~Priority();
- private:
- Priority();
- int mOldPriority;
- };
-
explicit MetadataRetrieverClient(pid_t pid);
virtual ~MetadataRetrieverClient();
diff --git a/media/libstagefright/MediaPlayerImpl.cpp b/media/libstagefright/MediaPlayerImpl.cpp
index 622ea7e..8300422 100644
--- a/media/libstagefright/MediaPlayerImpl.cpp
+++ b/media/libstagefright/MediaPlayerImpl.cpp
@@ -40,6 +40,13 @@
namespace android {
+static void releaseBufferIfNonNULL(MediaBuffer **buffer) {
+ if (*buffer) {
+ (*buffer)->release();
+ *buffer = NULL;
+ }
+}
+
MediaPlayerImpl::MediaPlayerImpl(const char *uri)
: mInitCheck(NO_INIT),
mTimeSource(NULL),
@@ -51,7 +58,7 @@
mPlaying(false),
mPaused(false),
mSeeking(false) {
- LOGI("MediaPlayerImpl(%s)", uri);
+ LOGV("MediaPlayerImpl(%s)", uri);
DataSource::RegisterDefaultSniffers();
status_t err = mClient.connect();
@@ -103,7 +110,7 @@
mPlaying(false),
mPaused(false),
mSeeking(false) {
- LOGI("MediaPlayerImpl(%d, %lld, %lld)", fd, offset, length);
+ LOGV("MediaPlayerImpl(%d, %lld, %lld)", fd, offset, length);
DataSource::RegisterDefaultSniffers();
status_t err = mClient.connect();
@@ -140,7 +147,7 @@
}
void MediaPlayerImpl::play() {
- LOGI("play");
+ LOGV("play");
if (mPlaying) {
if (mPaused) {
@@ -229,6 +236,8 @@
bool firstFrame = true;
bool eof = false;
+ MediaBuffer *lastBuffer = NULL;
+
status_t err = mVideoDecoder->start();
CHECK_EQ(err, OK);
@@ -241,7 +250,9 @@
{
Mutex::Autolock autoLock(mLock);
if (mSeeking) {
- LOGI("seek-options to %lld", mSeekTimeUs);
+ releaseBufferIfNonNULL(&lastBuffer);
+
+ LOGV("seek-options to %lld", mSeekTimeUs);
options.setSeekTo(mSeekTimeUs);
mSeeking = false;
@@ -301,19 +312,21 @@
firstFrame = false;
}
- displayOrDiscardFrame(buffer, pts_us);
+ displayOrDiscardFrame(&lastBuffer, buffer, pts_us);
}
+ releaseBufferIfNonNULL(&lastBuffer);
+
mVideoDecoder->stop();
}
void MediaPlayerImpl::displayOrDiscardFrame(
+ MediaBuffer **lastBuffer,
MediaBuffer *buffer, int64_t pts_us) {
for (;;) {
if (!mPlaying || mPaused) {
- buffer->release();
- buffer = NULL;
-
+ releaseBufferIfNonNULL(lastBuffer);
+ *lastBuffer = buffer;
return;
}
@@ -332,15 +345,13 @@
if (delay_us < -15000) {
// We're late.
- LOGI("we're late by %lld ms, dropping a frame\n",
+ LOGV("we're late by %lld ms, dropping a frame\n",
-delay_us / 1000);
- buffer->release();
- buffer = NULL;
+ releaseBufferIfNonNULL(lastBuffer);
+ *lastBuffer = buffer;
return;
} else if (delay_us > 100000) {
- LOGI("we're much too early (by %lld ms)\n",
- delay_us / 1000);
usleep(100000);
continue;
} else if (delay_us > 0) {
@@ -352,13 +363,14 @@
{
Mutex::Autolock autoLock(mLock);
+
if (mVideoRenderer.get() != NULL) {
sendFrameToISurface(buffer);
}
}
- buffer->release();
- buffer = NULL;
+ releaseBufferIfNonNULL(lastBuffer);
+ *lastBuffer = buffer;
}
void MediaPlayerImpl::init() {
@@ -410,7 +422,7 @@
}
void MediaPlayerImpl::setAudioSource(const sp<MediaSource> &source) {
- LOGI("setAudioSource");
+ LOGV("setAudioSource");
mAudioSource = source;
sp<MetaData> meta = source->getFormat();
@@ -420,7 +432,7 @@
}
void MediaPlayerImpl::setVideoSource(const sp<MediaSource> &source) {
- LOGI("setVideoSource");
+ LOGV("setVideoSource");
mVideoSource = source;
sp<MetaData> meta = source->getFormat();
@@ -441,7 +453,7 @@
}
void MediaPlayerImpl::setSurface(const sp<Surface> &surface) {
- LOGI("setSurface %p", surface.get());
+ LOGV("setSurface %p", surface.get());
Mutex::Autolock autoLock(mLock);
depopulateISurface();
@@ -455,7 +467,7 @@
}
void MediaPlayerImpl::setISurface(const sp<ISurface> &isurface) {
- LOGI("setISurface %p", isurface.get());
+ LOGV("setISurface %p", isurface.get());
Mutex::Autolock autoLock(mLock);
depopulateISurface();
@@ -499,7 +511,7 @@
host = string(host, 0, colon - host.c_str());
}
- LOGI("Connecting to host '%s', port %d, path '%s'",
+ LOGV("Connecting to host '%s', port %d, path '%s'",
host.c_str(), port, path.c_str());
HTTPStream *http = new HTTPStream;
@@ -533,7 +545,7 @@
http->disconnect();
- LOGI("Redirecting to %s\n", location.c_str());
+ LOGV("Redirecting to %s\n", location.c_str());
host = string(location, 0, slashPos);
@@ -588,7 +600,7 @@
}
status_t MediaPlayerImpl::seekTo(int64_t time) {
- LOGI("seekTo %lld", time);
+ LOGV("seekTo %lld", time);
if (mPaused) {
return UNKNOWN_ERROR;
@@ -651,7 +663,7 @@
void MediaPlayerImpl::setAudioSink(
const sp<MediaPlayerBase::AudioSink> &audioSink) {
- LOGI("setAudioSink %p", audioSink.get());
+ LOGV("setAudioSink %p", audioSink.get());
mAudioSink = audioSink;
}
diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java
index b476e01..0132ae8 100644
--- a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java
+++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/MediaPlayerStressTest.java
@@ -86,6 +86,7 @@
} catch (Exception e) {
Log.v(TAG, e.toString());
+ assertTrue("testStressHWDecoderRelease", false);
}
}
@@ -139,6 +140,7 @@
} catch (Exception e) {
Log.v(TAG, e.toString());
+ assertTrue("testStressGetCurrentPosition", false);
}
}
}
diff --git a/opengl/java/android/opengl/GLSurfaceView.java b/opengl/java/android/opengl/GLSurfaceView.java
index 9ca57ba..e60859b 100644
--- a/opengl/java/android/opengl/GLSurfaceView.java
+++ b/opengl/java/android/opengl/GLSurfaceView.java
@@ -145,6 +145,10 @@
*/
public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
private final static boolean LOG_THREADS = false;
+ private final static boolean LOG_SURFACE = false;
+ private final static boolean LOG_RENDERER = false;
+ // Work-around for bug 2263168
+ private final static boolean DRAW_TWICE_AFTER_SIZE_CHANGED = true;
/**
* The renderer only renders
* when the surface is created, or when {@link #requestRender} is called.
@@ -879,7 +883,7 @@
gl = mGLWrapper.wrap(gl);
}
- if ((mDebugFlags & (DEBUG_CHECK_GL_ERROR | DEBUG_LOG_GL_CALLS))!= 0) {
+ if ((mDebugFlags & (DEBUG_CHECK_GL_ERROR | DEBUG_LOG_GL_CALLS)) != 0) {
int configFlags = 0;
Writer log = null;
if ((mDebugFlags & DEBUG_CHECK_GL_ERROR) != 0) {
@@ -949,7 +953,6 @@
class GLThread extends Thread {
GLThread(Renderer renderer) {
super();
- mDone = false;
mWidth = 0;
mHeight = 0;
mRequestRender = true;
@@ -982,7 +985,7 @@
mHaveEgl = false;
mEglHelper.destroySurface();
mEglHelper.finish();
- sGLThreadManager.releaseEglSurface(this);
+ sGLThreadManager.releaseEglSurfaceLocked(this);
}
}
@@ -990,81 +993,89 @@
mEglHelper = new EglHelper();
try {
GL10 gl = null;
- boolean tellRendererSurfaceCreated = true;
- boolean tellRendererSurfaceChanged = true;
+ boolean createEglSurface = false;
+ boolean sizeChanged = false;
+ int w = 0;
+ int h = 0;
+ Runnable event = null;
- /*
- * This is our main activity thread's loop, we go until
- * asked to quit.
- */
- while (!isDone()) {
- /*
- * Update the asynchronous state (window size)
- */
- int w = 0;
- int h = 0;
- boolean changed = false;
- boolean needStart = false;
- boolean eventsWaiting = false;
-
+ while (true) {
synchronized (sGLThreadManager) {
while (true) {
- // Manage acquiring and releasing the SurfaceView
- // surface and the EGL surface.
- if (mPaused) {
- stopEglLocked();
- }
- if (!mHasSurface) {
- if (!mWaitingForSurface) {
- stopEglLocked();
- mWaitingForSurface = true;
- sGLThreadManager.notifyAll();
- }
- } else {
- if (!mHaveEgl) {
- if (sGLThreadManager.tryAcquireEglSurface(this)) {
- mHaveEgl = true;
- mEglHelper.start();
- mRequestRender = true;
- needStart = true;
- }
- }
- }
-
- // Check if we need to wait. If not, update any state
- // that needs to be updated, copy any state that
- // needs to be copied, and use "break" to exit the
- // wait loop.
-
- if (mDone) {
+ if (mShouldExit) {
return;
}
- if (mEventsWaiting) {
- eventsWaiting = true;
- mEventsWaiting = false;
+ if (! mEventQueue.isEmpty()) {
+ event = mEventQueue.remove(0);
break;
}
- if ( (! mPaused) && mHasSurface && mHaveEgl
- && (mWidth > 0) && (mHeight > 0)
- && (mRequestRender || (mRenderMode == RENDERMODE_CONTINUOUSLY))
- ) {
- changed = mSizeChanged;
- w = mWidth;
- h = mHeight;
- mSizeChanged = false;
- mRequestRender = false;
- if (mHasSurface && mWaitingForSurface) {
- changed = true;
- mWaitingForSurface = false;
+ // Do we need to release the EGL surface?
+ if (mHaveEgl && mPaused) {
+ if (LOG_SURFACE) {
+ Log.i("GLThread", "releasing EGL surface because paused tid=" + getId());
+ }
+ stopEglLocked();
+ }
+
+ // Have we lost the surface view surface?
+ if ((! mHasSurface) && (! mWaitingForSurface)) {
+ if (LOG_SURFACE) {
+ Log.i("GLThread", "noticed surfaceView surface lost tid=" + getId());
+ }
+ if (mHaveEgl) {
+ stopEglLocked();
+ }
+ mWaitingForSurface = true;
+ sGLThreadManager.notifyAll();
+ }
+
+ // Have we acquired the surface view surface?
+ if (mHasSurface && mWaitingForSurface) {
+ if (LOG_SURFACE) {
+ Log.i("GLThread", "noticed surfaceView surface acquired tid=" + getId());
+ }
+ mWaitingForSurface = false;
+ sGLThreadManager.notifyAll();
+ }
+
+ // Ready to draw?
+ if ((!mPaused) && mHasSurface
+ && (mWidth > 0) && (mHeight > 0)
+ && (mRequestRender || (mRenderMode == RENDERMODE_CONTINUOUSLY))) {
+
+ // If we don't have an egl surface, try to acquire one.
+ if ((! mHaveEgl) && sGLThreadManager.tryAcquireEglSurfaceLocked(this)) {
+ mHaveEgl = true;
+ mEglHelper.start();
+ createEglSurface = true;
+ sizeChanged = true;
sGLThreadManager.notifyAll();
}
- break;
+
+ if (mHaveEgl) {
+ if (mSizeChanged) {
+ sizeChanged = true;
+ w = mWidth;
+ h = mHeight;
+ if (DRAW_TWICE_AFTER_SIZE_CHANGED) {
+ // We keep mRequestRender true so that we draw twice after the size changes.
+ // (Once because of mSizeChanged, the second time because of mRequestRender.)
+ // This forces the updated graphics onto the screen.
+ } else {
+ mRequestRender = false;
+ }
+ mSizeChanged = false;
+ } else {
+ mRequestRender = false;
+ }
+ sGLThreadManager.notifyAll();
+ break;
+ }
}
- // By design, this is the only place where we wait().
-
+ // By design, this is the only place in a GLThread thread where we wait().
if (LOG_THREADS) {
Log.i("GLThread", "waiting tid=" + getId());
}
@@ -1072,48 +1083,39 @@
}
} // end of synchronized(sGLThreadManager)
- /*
- * Handle queued events
- */
- if (eventsWaiting) {
- Runnable r;
- while ((r = getEvent()) != null) {
- r.run();
- if (isDone()) {
- return;
- }
- }
- // Go back and see if we need to wait to render.
+ if (event != null) {
+ event.run();
+ event = null;
continue;
}
- if (needStart) {
- tellRendererSurfaceCreated = true;
- changed = true;
- }
- if (changed) {
+ if (createEglSurface) {
gl = (GL10) mEglHelper.createSurface(getHolder());
- tellRendererSurfaceChanged = true;
- }
- if (tellRendererSurfaceCreated) {
+ if (LOG_RENDERER) {
+ Log.w("GLThread", "onSurfaceCreated");
+ }
mRenderer.onSurfaceCreated(gl, mEglHelper.mEglConfig);
- tellRendererSurfaceCreated = false;
+ createEglSurface = false;
}
- if (tellRendererSurfaceChanged) {
- mRenderer.onSurfaceChanged(gl, w, h);
- tellRendererSurfaceChanged = false;
- }
- if ((w > 0) && (h > 0)) {
- /* draw a frame here */
- mRenderer.onDrawFrame(gl);
- /*
- * Once we're done with GL, we need to call swapBuffers()
- * to instruct the system to display the rendered frame
- */
- mEglHelper.swap();
+ if (sizeChanged) {
+ if (LOG_RENDERER) {
+ Log.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")");
+ }
+ mRenderer.onSurfaceChanged(gl, w, h);
+ sizeChanged = false;
}
- }
+
+ if (LOG_RENDERER) {
+ Log.w("GLThread", "onDrawFrame");
+ }
+ mRenderer.onDrawFrame(gl);
+ if(!mEglHelper.swap()) {
+ if (LOG_SURFACE) {
+ Log.i("GLThread", "egl surface lost tid=" + getId());
+ }
+ }
+ }
} finally {
/*
* clean-up everything...
@@ -1124,21 +1126,13 @@
}
}
- private boolean isDone() {
- synchronized (sGLThreadManager) {
- return mDone;
- }
- }
-
public void setRenderMode(int renderMode) {
if ( !((RENDERMODE_WHEN_DIRTY <= renderMode) && (renderMode <= RENDERMODE_CONTINUOUSLY)) ) {
throw new IllegalArgumentException("renderMode");
}
synchronized(sGLThreadManager) {
mRenderMode = renderMode;
- if (renderMode == RENDERMODE_CONTINUOUSLY) {
- sGLThreadManager.notifyAll();
- }
+ sGLThreadManager.notifyAll();
}
}
@@ -1172,7 +1166,7 @@
}
mHasSurface = false;
sGLThreadManager.notifyAll();
- while(!mWaitingForSurface && isAlive() && ! mDone) {
+ while((!mWaitingForSurface) && (!mExited)) {
try {
sGLThreadManager.wait();
} catch (InterruptedException e) {
@@ -1202,6 +1196,7 @@
mWidth = w;
mHeight = h;
mSizeChanged = true;
+ mRequestRender = true;
sGLThreadManager.notifyAll();
}
}
@@ -1210,13 +1205,15 @@
// don't call this from GLThread thread or it is a guaranteed
// deadlock!
synchronized(sGLThreadManager) {
- mDone = true;
+ mShouldExit = true;
sGLThreadManager.notifyAll();
- }
- try {
- join();
- } catch (InterruptedException ex) {
- Thread.currentThread().interrupt();
+ while (! mExited) {
+ try {
+ sGLThreadManager.wait();
+ } catch (InterruptedException ex) {
+ Thread.currentThread().interrupt();
+ }
+ }
}
}
@@ -1225,28 +1222,19 @@
* @param r the runnable to be run on the GL rendering thread.
*/
public void queueEvent(Runnable r) {
- synchronized(this) {
+ if (r == null) {
+ throw new IllegalArgumentException("r must not be null");
+ }
+ synchronized(sGLThreadManager) {
mEventQueue.add(r);
- synchronized(sGLThreadManager) {
- mEventsWaiting = true;
- sGLThreadManager.notifyAll();
- }
+ sGLThreadManager.notifyAll();
}
}
- private Runnable getEvent() {
- synchronized(this) {
- if (mEventQueue.size() > 0) {
- return mEventQueue.remove(0);
- }
-
- }
- return null;
- }
-
// Once the thread is started, all accesses to the following member
// variables are protected by the sGLThreadManager monitor
- private boolean mDone;
+ private boolean mShouldExit;
+ private boolean mExited;
private boolean mPaused;
private boolean mHasSurface;
private boolean mWaitingForSurface;
@@ -1255,11 +1243,10 @@
private int mHeight;
private int mRenderMode;
private boolean mRequestRender;
- private boolean mEventsWaiting;
+ private ArrayList<Runnable> mEventQueue = new ArrayList<Runnable>();
// End of member variables protected by the sGLThreadManager monitor.
private Renderer mRenderer;
- private ArrayList<Runnable> mEventQueue = new ArrayList<Runnable>();
private EglHelper mEglHelper;
}
@@ -1309,7 +1296,7 @@
if (LOG_THREADS) {
Log.i("GLThread", "exiting tid=" + thread.getId());
}
- thread.mDone = true;
+ thread.mExited = true;
if (mEglOwner == thread) {
mEglOwner = null;
}
@@ -1318,10 +1305,11 @@
/*
* Tries once to acquire the right to use an EGL
- * surface. Does not block.
+ * surface. Does not block. Requires that we are already
+ * in the sGLThreadManager monitor when this is called.
* @return true if the right to use an EGL surface was acquired.
*/
- public synchronized boolean tryAcquireEglSurface(GLThread thread) {
+ public boolean tryAcquireEglSurfaceLocked(GLThread thread) {
if (mEglOwner == thread || mEglOwner == null) {
mEglOwner = thread;
notifyAll();
@@ -1329,8 +1317,11 @@
}
return false;
}
-
- public synchronized void releaseEglSurface(GLThread thread) {
+ /*
+ * Releases the EGL surface. Requires that we are already in the
+ * sGLThreadManager monitor when this is called.
+ */
+ public void releaseEglSurfaceLocked(GLThread thread) {
if (mEglOwner == thread) {
mEglOwner = null;
}
diff --git a/opengl/libagl/array.cpp b/opengl/libagl/array.cpp
index 4878722..71825c5 100644
--- a/opengl/libagl/array.cpp
+++ b/opengl/libagl/array.cpp
@@ -1548,24 +1548,36 @@
GLuint name = buffers[i];
if (name) {
// unbind bound deleted buffers...
- if (c->arrays.element_array_buffer->name == name) {
- c->arrays.element_array_buffer = 0;
+ if (c->arrays.element_array_buffer) {
+ if (c->arrays.element_array_buffer->name == name) {
+ c->arrays.element_array_buffer = 0;
+ }
}
- if (c->arrays.array_buffer->name == name) {
- c->arrays.array_buffer = 0;
+ if (c->arrays.array_buffer) {
+ if (c->arrays.array_buffer->name == name) {
+ c->arrays.array_buffer = 0;
+ }
}
- if (c->arrays.vertex.bo->name == name) {
- c->arrays.vertex.bo = 0;
+ if (c->arrays.vertex.bo) {
+ if (c->arrays.vertex.bo->name == name) {
+ c->arrays.vertex.bo = 0;
+ }
}
- if (c->arrays.normal.bo->name == name) {
- c->arrays.normal.bo = 0;
+ if (c->arrays.normal.bo) {
+ if (c->arrays.normal.bo->name == name) {
+ c->arrays.normal.bo = 0;
+ }
}
- if (c->arrays.color.bo->name == name) {
- c->arrays.color.bo = 0;
+ if (c->arrays.color.bo) {
+ if (c->arrays.color.bo->name == name) {
+ c->arrays.color.bo = 0;
+ }
}
for (int t=0 ; t<GGL_TEXTURE_UNIT_COUNT ; t++) {
- if (c->arrays.texture[t].bo->name == name) {
- c->arrays.texture[t].bo = 0;
+ if (c->arrays.texture[t].bo) {
+ if (c->arrays.texture[t].bo->name == name) {
+ c->arrays.texture[t].bo = 0;
+ }
}
}
}
diff --git a/packages/SettingsProvider/res/values-da/strings.xml b/packages/SettingsProvider/res/values-da/strings.xml
index f0afc0b..bc160f3 100644
--- a/packages/SettingsProvider/res/values-da/strings.xml
+++ b/packages/SettingsProvider/res/values-da/strings.xml
@@ -15,5 +15,5 @@
-->
<resources xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_label" msgid="4567566098528588863">"Indstillingslagring"</string>
+ <string name="app_label" msgid="4567566098528588863">"Lagring af indstillinger"</string>
</resources>
diff --git a/services/java/com/android/server/AlarmManagerService.java b/services/java/com/android/server/AlarmManagerService.java
index 9c4ace1..8d86219 100644
--- a/services/java/com/android/server/AlarmManagerService.java
+++ b/services/java/com/android/server/AlarmManagerService.java
@@ -44,6 +44,7 @@
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
+import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
@@ -260,8 +261,11 @@
// Update the kernel timezone information
// Kernel tracks time offsets as 'minutes west of GMT'
- int gmtOffset = (zone.getRawOffset() + zone.getDSTSavings()) / 60000;
- setKernelTimezone(mDescriptor, -(gmtOffset));
+ int gmtOffset = zone.getRawOffset();
+ if (zone.inDaylightTime(new Date(System.currentTimeMillis()))) {
+ gmtOffset += zone.getDSTSavings();
+ }
+ setKernelTimezone(mDescriptor, -(gmtOffset / 60000));
}
TimeZone.setDefault(null);
diff --git a/services/java/com/android/server/HeadsetObserver.java b/services/java/com/android/server/HeadsetObserver.java
index 58fa69e..43de36b 100644
--- a/services/java/com/android/server/HeadsetObserver.java
+++ b/services/java/com/android/server/HeadsetObserver.java
@@ -35,7 +35,7 @@
*/
class HeadsetObserver extends UEventObserver {
private static final String TAG = HeadsetObserver.class.getSimpleName();
- private static final boolean LOG = false;
+ private static final boolean LOG = true;
private static final String HEADSET_UEVENT_MATCH = "DEVPATH=/devices/virtual/switch/h2w";
private static final String HEADSET_STATE_PATH = "/sys/class/switch/h2w/state";
@@ -43,6 +43,8 @@
private static final int BIT_HEADSET = (1 << 0);
private static final int BIT_HEADSET_NO_MIC = (1 << 1);
+ private static final int SUPPORTED_HEADSETS = (BIT_HEADSET|BIT_HEADSET_NO_MIC);
+ private static final int HEADSETS_WITH_MIC = BIT_HEADSET;
private int mHeadsetState;
private int mPrevHeadsetState;
@@ -100,68 +102,76 @@
private synchronized final void update(String newName, int newState) {
// Retain only relevant bits
- int headsetState = newState & (BIT_HEADSET|BIT_HEADSET_NO_MIC);
+ int headsetState = newState & SUPPORTED_HEADSETS;
+ int newOrOld = headsetState | mHeadsetState;
+ // reject all suspect transitions: only accept state changes from:
+ // - a: 0 heaset to 1 headset
+ // - b: 1 headset to 0 headset
+ if (mHeadsetState == headsetState || ((newOrOld & (newOrOld - 1)) != 0)) {
+ return;
+ }
- if (headsetState != mHeadsetState) {
- boolean isUnplug = false;
- if (((mHeadsetState & BIT_HEADSET) != 0 && (headsetState & BIT_HEADSET) == 0) ||
- ((mHeadsetState & BIT_HEADSET_NO_MIC) != 0 && (headsetState & BIT_HEADSET_NO_MIC) == 0)) {
- isUnplug = true;
- }
- mHeadsetName = newName;
- mPrevHeadsetState = mHeadsetState;
- mHeadsetState = headsetState;
- mPendingIntent = true;
+ mHeadsetName = newName;
+ mPrevHeadsetState = mHeadsetState;
+ mHeadsetState = headsetState;
+ mPendingIntent = true;
- if (isUnplug) {
- Intent intent = new Intent(AudioManager.ACTION_AUDIO_BECOMING_NOISY);
- mContext.sendBroadcast(intent);
+ if (headsetState == 0) {
+ Intent intent = new Intent(AudioManager.ACTION_AUDIO_BECOMING_NOISY);
+ mContext.sendBroadcast(intent);
- // It can take hundreds of ms flush the audio pipeline after
- // apps pause audio playback, but audio route changes are
- // immediate, so delay the route change by 1000ms.
- // This could be improved once the audio sub-system provides an
- // interface to clear the audio pipeline.
- mWakeLock.acquire();
- mHandler.sendEmptyMessageDelayed(0, 1000);
- } else {
- sendIntent();
- mPendingIntent = false;
+ // It can take hundreds of ms flush the audio pipeline after
+ // apps pause audio playback, but audio route changes are
+ // immediate, so delay the route change by 1000ms.
+ // This could be improved once the audio sub-system provides an
+ // interface to clear the audio pipeline.
+ mWakeLock.acquire();
+ mHandler.sendEmptyMessageDelayed(0, 1000);
+ } else {
+ sendIntents();
+ mPendingIntent = false;
+ }
+ }
+
+ private synchronized final void sendIntents() {
+ int allHeadsets = SUPPORTED_HEADSETS;
+ for (int curHeadset = 1; allHeadsets != 0; curHeadset <<= 1) {
+ if ((curHeadset & allHeadsets) != 0) {
+ sendIntent(curHeadset);
+ allHeadsets &= ~curHeadset;
}
}
}
- private synchronized final void sendIntent() {
- // Pack up the values and broadcast them to everyone
- Intent intent = new Intent(Intent.ACTION_HEADSET_PLUG);
- intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
- int state = 0;
- int microphone = 0;
+ private final void sendIntent(int headset) {
+ if ((mHeadsetState & headset) != (mPrevHeadsetState & headset)) {
+ // Pack up the values and broadcast them to everyone
+ Intent intent = new Intent(Intent.ACTION_HEADSET_PLUG);
+ intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
+ int state = 0;
+ int microphone = 0;
- if ((mHeadsetState & BIT_HEADSET) != (mPrevHeadsetState & BIT_HEADSET)) {
- microphone = 1;
- if ((mHeadsetState & BIT_HEADSET) != 0) {
+ if ((headset & HEADSETS_WITH_MIC) != 0) {
+ microphone = 1;
+ }
+ if ((mHeadsetState & headset) != 0) {
state = 1;
}
- } else if ((mHeadsetState & BIT_HEADSET_NO_MIC) != (mPrevHeadsetState & BIT_HEADSET_NO_MIC)) {
- if ((mHeadsetState & BIT_HEADSET_NO_MIC) != 0) {
- state = 1;
- }
+ intent.putExtra("state", state);
+ intent.putExtra("name", mHeadsetName);
+ intent.putExtra("microphone", microphone);
+
+ if (LOG) Log.v(TAG, "Intent.ACTION_HEADSET_PLUG: state: "+state+" name: "+mHeadsetName+" mic: "+microphone);
+ // TODO: Should we require a permission?
+ ActivityManagerNative.broadcastStickyIntent(intent, null);
}
-
- intent.putExtra("state", state);
- intent.putExtra("name", mHeadsetName);
- intent.putExtra("microphone", microphone);
-
- // TODO: Should we require a permission?
- ActivityManagerNative.broadcastStickyIntent(intent, null);
}
private final Handler mHandler = new Handler() {
@Override
public void handleMessage(Message msg) {
if (mPendingIntent) {
- sendIntent();
+ sendIntents();
mPendingIntent = false;
}
mWakeLock.release();
diff --git a/services/java/com/android/server/InputDevice.java b/services/java/com/android/server/InputDevice.java
index 6eb6242..7c19f24 100644
--- a/services/java/com/android/server/InputDevice.java
+++ b/services/java/com/android/server/InputDevice.java
@@ -288,6 +288,10 @@
+ " weight: (" + x + "," + y + ")");
mAveragedData[ioff + MotionEvent.SAMPLE_X] = x;
mAveragedData[ioff + MotionEvent.SAMPLE_Y] = y;
+ mAveragedData[ioff + MotionEvent.SAMPLE_PRESSURE] =
+ rawData[ioff + MotionEvent.SAMPLE_PRESSURE];
+ mAveragedData[ioff + MotionEvent.SAMPLE_SIZE] =
+ rawData[ioff + MotionEvent.SAMPLE_SIZE];
}
return mAveragedData;
}
diff --git a/services/java/com/android/server/KeyInputQueue.java b/services/java/com/android/server/KeyInputQueue.java
index a885df8..1bb897b 100644
--- a/services/java/com/android/server/KeyInputQueue.java
+++ b/services/java/com/android/server/KeyInputQueue.java
@@ -371,6 +371,40 @@
}
}
+ public int getTrackballScancodeState(int code) {
+ synchronized (mFirst) {
+ final int N = mDevices.size();
+ for (int i=0; i<N; i++) {
+ InputDevice dev = mDevices.valueAt(i);
+ if ((dev.classes&RawInputEvent.CLASS_TRACKBALL) != 0) {
+ int res = nativeGetScancodeState(dev.id, code);
+ if (res > 0) {
+ return res;
+ }
+ }
+ }
+ }
+
+ return 0;
+ }
+
+ public int getDPadScancodeState(int code) {
+ synchronized (mFirst) {
+ final int N = mDevices.size();
+ for (int i=0; i<N; i++) {
+ InputDevice dev = mDevices.valueAt(i);
+ if ((dev.classes&RawInputEvent.CLASS_DPAD) != 0) {
+ int res = nativeGetScancodeState(dev.id, code);
+ if (res > 0) {
+ return res;
+ }
+ }
+ }
+ }
+
+ return 0;
+ }
+
public int getKeycodeState(int code) {
synchronized (mFirst) {
VirtualKey vk = mPressedVirtualKey;
@@ -395,6 +429,40 @@
}
}
+ public int getTrackballKeycodeState(int code) {
+ synchronized (mFirst) {
+ final int N = mDevices.size();
+ for (int i=0; i<N; i++) {
+ InputDevice dev = mDevices.valueAt(i);
+ if ((dev.classes&RawInputEvent.CLASS_TRACKBALL) != 0) {
+ int res = nativeGetKeycodeState(dev.id, code);
+ if (res > 0) {
+ return res;
+ }
+ }
+ }
+ }
+
+ return 0;
+ }
+
+ public int getDPadKeycodeState(int code) {
+ synchronized (mFirst) {
+ final int N = mDevices.size();
+ for (int i=0; i<N; i++) {
+ InputDevice dev = mDevices.valueAt(i);
+ if ((dev.classes&RawInputEvent.CLASS_DPAD) != 0) {
+ int res = nativeGetKeycodeState(dev.id, code);
+ if (res > 0) {
+ return res;
+ }
+ }
+ }
+ }
+
+ return 0;
+ }
+
public static native String getDeviceName(int deviceId);
public static native int getDeviceClasses(int deviceId);
public static native void addExcludedDevice(String deviceName);
diff --git a/services/java/com/android/server/PowerManagerService.java b/services/java/com/android/server/PowerManagerService.java
index e1425d4..444c8de 100644
--- a/services/java/com/android/server/PowerManagerService.java
+++ b/services/java/com/android/server/PowerManagerService.java
@@ -154,6 +154,7 @@
private final int MY_UID;
private boolean mDoneBooting = false;
+ private boolean mBootCompleted = false;
private int mStayOnConditions = 0;
private int[] mBroadcastQueue = new int[] { -1, -1, -1 };
private int[] mBroadcastWhy = new int[3];
@@ -185,6 +186,7 @@
private UnsynchronizedWakeLock mStayOnWhilePluggedInScreenDimLock;
private UnsynchronizedWakeLock mStayOnWhilePluggedInPartialLock;
private UnsynchronizedWakeLock mPreventScreenOnPartialLock;
+ private UnsynchronizedWakeLock mProximityPartialLock;
private HandlerThread mHandlerThread;
private Handler mHandler;
private TimeoutTask mTimeoutTask = new TimeoutTask();
@@ -283,6 +285,7 @@
IBinder mToken;
int mCount = 0;
boolean mRefCounted;
+ boolean mHeld;
UnsynchronizedWakeLock(int flags, String tag, boolean refCounted) {
mFlags = flags;
@@ -297,6 +300,7 @@
try {
PowerManagerService.this.acquireWakeLockLocked(mFlags, mToken,
MY_UID, mTag);
+ mHeld = true;
} finally {
Binder.restoreCallingIdentity(ident);
}
@@ -305,16 +309,22 @@
public void release() {
if (!mRefCounted || --mCount == 0) {
- PowerManagerService.this.releaseWakeLockLocked(mToken, false);
+ PowerManagerService.this.releaseWakeLockLocked(mToken, 0, false);
+ mHeld = false;
}
if (mCount < 0) {
throw new RuntimeException("WakeLock under-locked " + mTag);
}
}
+ public boolean isHeld()
+ {
+ return mHeld;
+ }
+
public String toString() {
return "UnsynchronizedWakeLock(mFlags=0x" + Integer.toHexString(mFlags)
- + " mCount=" + mCount + ")";
+ + " mCount=" + mCount + " mHeld=" + mHeld + ")";
}
}
@@ -342,6 +352,13 @@
}
}
+ private final class BootCompletedReceiver extends BroadcastReceiver {
+ @Override
+ public void onReceive(Context context, Intent intent) {
+ bootCompleted();
+ }
+ }
+
/**
* Set the setting that determines whether the device stays on when plugged in.
* The argument is a bit string, with each bit specifying a power source that,
@@ -443,6 +460,8 @@
PowerManager.PARTIAL_WAKE_LOCK, "StayOnWhilePluggedIn Partial", false);
mPreventScreenOnPartialLock = new UnsynchronizedWakeLock(
PowerManager.PARTIAL_WAKE_LOCK, "PreventScreenOn Partial", false);
+ mProximityPartialLock = new UnsynchronizedWakeLock(
+ PowerManager.PARTIAL_WAKE_LOCK, "Proximity Partial", false);
mScreenOnIntent = new Intent(Intent.ACTION_SCREEN_ON);
mScreenOnIntent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY);
@@ -487,6 +506,9 @@
IntentFilter filter = new IntentFilter();
filter.addAction(Intent.ACTION_BATTERY_CHANGED);
mContext.registerReceiver(new BatteryReceiver(), filter);
+ filter = new IntentFilter();
+ filter.addAction(Intent.ACTION_BOOT_COMPLETED);
+ mContext.registerReceiver(new BootCompletedReceiver(), filter);
// Listen for Gservices changes
IntentFilter gservicesChangedFilter =
@@ -534,7 +556,7 @@
}
public void binderDied() {
synchronized (mLocks) {
- releaseWakeLockLocked(this.binder, true);
+ releaseWakeLockLocked(this.binder, 0, true);
}
}
final int flags;
@@ -679,18 +701,18 @@
}
}
- public void releaseWakeLock(IBinder lock) {
+ public void releaseWakeLock(IBinder lock, int flags) {
int uid = Binder.getCallingUid();
if (uid != Process.myUid()) {
mContext.enforceCallingOrSelfPermission(android.Manifest.permission.WAKE_LOCK, null);
}
synchronized (mLocks) {
- releaseWakeLockLocked(lock, false);
+ releaseWakeLockLocked(lock, flags, false);
}
}
- private void releaseWakeLockLocked(IBinder lock, boolean death) {
+ private void releaseWakeLockLocked(IBinder lock, int flags, boolean death) {
int releaseUid;
String releaseName;
int releaseType;
@@ -722,7 +744,8 @@
} else if ((wl.flags & LOCK_MASK) == PowerManager.PROXIMITY_SCREEN_OFF_WAKE_LOCK) {
mProximityWakeLockCount--;
if (mProximityWakeLockCount == 0) {
- if (mProximitySensorActive) {
+ if (mProximitySensorActive &&
+ ((flags & PowerManager.WAIT_FOR_PROXIMITY_NEGATIVE) != 0)) {
// wait for proximity sensor to go negative before disabling sensor
if (mDebugProximitySensor) {
Log.d(TAG, "waiting for proximity sensor to go negative");
@@ -907,6 +930,7 @@
pw.println(" mStayOnWhilePluggedInScreenDimLock=" + mStayOnWhilePluggedInScreenDimLock);
pw.println(" mStayOnWhilePluggedInPartialLock=" + mStayOnWhilePluggedInPartialLock);
pw.println(" mPreventScreenOnPartialLock=" + mPreventScreenOnPartialLock);
+ pw.println(" mProximityPartialLock=" + mProximityPartialLock);
pw.println(" mProximityWakeLockCount=" + mProximityWakeLockCount);
pw.println(" mProximitySensorEnabled=" + mProximitySensorEnabled);
pw.println(" mProximitySensorActive=" + mProximitySensorActive);
@@ -958,7 +982,7 @@
private void setTimeoutLocked(long now, int nextState)
{
- if (mDoneBooting) {
+ if (mBootCompleted) {
mHandler.removeCallbacks(mTimeoutTask);
mTimeoutTask.nextState = nextState;
long when = now;
@@ -1254,7 +1278,7 @@
// Forcibly turn on the screen if it's supposed to be on. (This
// handles the case where the screen is currently off because of
// a prior preventScreenOn(true) call.)
- if ((mPowerState & SCREEN_ON_BIT) != 0) {
+ if (!mProximitySensorActive && (mPowerState & SCREEN_ON_BIT) != 0) {
if (mSpew) {
Log.d(TAG,
"preventScreenOn: turning on after a prior preventScreenOn(true)!");
@@ -1373,14 +1397,14 @@
return;
}
- if (!mDoneBooting && !mUseSoftwareAutoBrightness) {
+ if (!mBootCompleted && !mUseSoftwareAutoBrightness) {
newState |= ALL_BRIGHT;
}
boolean oldScreenOn = (mPowerState & SCREEN_ON_BIT) != 0;
boolean newScreenOn = (newState & SCREEN_ON_BIT) != 0;
- if (mPowerState != newState) {
+ if (mSpew) {
Log.d(TAG, "setPowerState: mPowerState=" + mPowerState
+ " newState=" + newState + " noChangeLights=" + noChangeLights);
Log.d(TAG, " oldKeyboardBright=" + ((mPowerState & KEYBOARD_BRIGHT_BIT) != 0)
@@ -1835,8 +1859,10 @@
}
private void forceUserActivityLocked() {
- // cancel animation so userActivity will succeed
- mScreenBrightness.animating = false;
+ if (isScreenTurningOffLocked()) {
+ // cancel animation so userActivity will succeed
+ mScreenBrightness.animating = false;
+ }
boolean savedActivityAllowed = mUserActivityAllowed;
mUserActivityAllowed = true;
userActivity(SystemClock.uptimeMillis(), false);
@@ -1898,6 +1924,11 @@
Log.d(TAG, "ignoring user activity while turning off screen");
return;
}
+ // Disable proximity sensor if if user presses power key while we are in the
+ // "waiting for proximity sensor to go negative" state.
+ if (mProximitySensorActive && mProximityWakeLockCount == 0) {
+ mProximitySensorActive = false;
+ }
if (mLastEventTime <= time || force) {
mLastEventTime = time;
if ((mUserActivityAllowed && !mProximitySensorActive) || force) {
@@ -1951,6 +1982,9 @@
proximityChangedLocked(mProximityPendingValue == 1);
mProximityPendingValue = -1;
}
+ if (mProximityPartialLock.isHeld()) {
+ mProximityPartialLock.release();
+ }
}
}
};
@@ -2326,6 +2360,13 @@
} finally {
Binder.restoreCallingIdentity(identity);
}
+ }
+ }
+
+ void bootCompleted() {
+ Log.d(TAG, "bootCompleted");
+ synchronized (mLocks) {
+ mBootCompleted = true;
userActivity(SystemClock.uptimeMillis(), false, BUTTON_EVENT, true);
updateWakeLockLocked();
mLocks.notifyAll();
@@ -2412,6 +2453,9 @@
try {
mSensorManager.unregisterListener(mProximityListener);
mHandler.removeCallbacks(mProximityTask);
+ if (mProximityPartialLock.isHeld()) {
+ mProximityPartialLock.release();
+ }
mProximitySensorEnabled = false;
} finally {
Binder.restoreCallingIdentity(identity);
@@ -2478,6 +2522,7 @@
long timeSinceLastEvent = milliseconds - mLastProximityEventTime;
mLastProximityEventTime = milliseconds;
mHandler.removeCallbacks(mProximityTask);
+ boolean proximityTaskQueued = false;
// compare against getMaximumRange to support sensors that only return 0 or 1
boolean active = (distance >= 0.0 && distance < PROXIMITY_THRESHOLD &&
@@ -2490,11 +2535,21 @@
// enforce delaying atleast PROXIMITY_SENSOR_DELAY before processing
mProximityPendingValue = (active ? 1 : 0);
mHandler.postDelayed(mProximityTask, PROXIMITY_SENSOR_DELAY - timeSinceLastEvent);
+ proximityTaskQueued = true;
} else {
// process the value immediately
mProximityPendingValue = -1;
proximityChangedLocked(active);
}
+
+ // update mProximityPartialLock state
+ boolean held = mProximityPartialLock.isHeld();
+ if (!held && proximityTaskQueued) {
+ // hold wakelock until mProximityTask runs
+ mProximityPartialLock.acquire();
+ } else if (held && !proximityTaskQueued) {
+ mProximityPartialLock.release();
+ }
}
}
diff --git a/services/java/com/android/server/WallpaperManagerService.java b/services/java/com/android/server/WallpaperManagerService.java
index 5b8e11c..0933677 100644
--- a/services/java/com/android/server/WallpaperManagerService.java
+++ b/services/java/com/android/server/WallpaperManagerService.java
@@ -125,8 +125,29 @@
int mWidth = -1;
int mHeight = -1;
+
+ /**
+ * Resource name if using a picture from the wallpaper gallery
+ */
String mName = "";
+
+ /**
+ * The component name of the currently set live wallpaper.
+ */
ComponentName mWallpaperComponent;
+
+ /**
+ * The component name of the wallpaper that should be set next.
+ */
+ ComponentName mNextWallpaperComponent;
+
+ /**
+ * Name of the component used to display bitmap wallpapers from either the gallery or
+ * built-in wallpapers.
+ */
+ ComponentName mImageWallpaperComponent = new ComponentName("android",
+ ImageWallpaper.class.getName());
+
WallpaperConnection mWallpaperConnection;
long mLastDiedTime;
@@ -164,7 +185,7 @@
if ((mLastDiedTime+MIN_WALLPAPER_CRASH_TIME)
< SystemClock.uptimeMillis()) {
Log.w(TAG, "Reverting to built-in wallpaper!");
- bindWallpaperComponentLocked(null, false);
+ bindWallpaperComponentLocked(null);
}
}
}
@@ -185,7 +206,7 @@
}
public WallpaperManagerService(Context context) {
- if (DEBUG) Log.d(TAG, "WallpaperService startup");
+ if (DEBUG) Log.v(TAG, "WallpaperService startup");
mContext = context;
mIWindowManager = IWindowManager.Stub.asInterface(
ServiceManager.getService(Context.WINDOW_SERVICE));
@@ -201,13 +222,14 @@
}
public void systemReady() {
+ if (DEBUG) Log.v(TAG, "systemReady");
synchronized (mLock) {
try {
- bindWallpaperComponentLocked(mWallpaperComponent, false);
+ bindWallpaperComponentLocked(mNextWallpaperComponent);
} catch (RuntimeException e) {
Log.w(TAG, "Failure starting previous wallpaper", e);
try {
- bindWallpaperComponentLocked(null, false);
+ bindWallpaperComponentLocked(null);
} catch (RuntimeException e2) {
Log.w(TAG, "Failure starting default wallpaper", e2);
clearWallpaperComponentLocked();
@@ -217,6 +239,7 @@
}
public void clearWallpaper() {
+ if (DEBUG) Log.v(TAG, "clearWallpaper");
synchronized (mLock) {
File f = WALLPAPER_FILE;
if (f.exists()) {
@@ -224,7 +247,7 @@
}
final long ident = Binder.clearCallingIdentity();
try {
- bindWallpaperComponentLocked(null, false);
+ bindWallpaperComponentLocked(null);
} finally {
Binder.restoreCallingIdentity(ident);
}
@@ -301,6 +324,8 @@
}
public ParcelFileDescriptor setWallpaper(String name) {
+ if (DEBUG) Log.v(TAG, "setWallpaper");
+
checkPermission(android.Manifest.permission.SET_WALLPAPER);
synchronized (mLock) {
final long ident = Binder.clearCallingIdentity();
@@ -308,7 +333,7 @@
ParcelFileDescriptor pfd = updateWallpaperBitmapLocked(name);
if (pfd != null) {
// Bind the wallpaper to an ImageWallpaper
- bindWallpaperComponentLocked(null, true);
+ bindWallpaperComponentLocked(mImageWallpaperComponent);
saveSettingsLocked();
}
return pfd;
@@ -332,61 +357,65 @@
}
public void setWallpaperComponent(ComponentName name) {
+ if (DEBUG) Log.v(TAG, "setWallpaperComponent name=" + name);
checkPermission(android.Manifest.permission.SET_WALLPAPER_COMPONENT);
synchronized (mLock) {
final long ident = Binder.clearCallingIdentity();
try {
- bindWallpaperComponentLocked(name, false);
+ bindWallpaperComponentLocked(name);
} finally {
Binder.restoreCallingIdentity(ident);
}
}
}
- void bindWallpaperComponentLocked(ComponentName componentName, boolean isBitmap) {
+ void bindWallpaperComponentLocked(ComponentName componentName) {
+ if (DEBUG) Log.v(TAG, "bindWallpaperComponentLocked: componentName=" + componentName);
+
// Has the component changed?
if (mWallpaperConnection != null) {
if (mWallpaperComponent == null) {
if (componentName == null) {
+ if (DEBUG) Log.v(TAG, "bindWallpaperComponentLocked: still using default");
// Still using default wallpaper.
return;
}
} else if (mWallpaperComponent.equals(componentName)) {
// Changing to same wallpaper.
+ if (DEBUG) Log.v(TAG, "same wallpaper");
return;
}
}
try {
- ComponentName realComponentName = componentName;
- if (realComponentName == null) {
+ if (componentName == null) {
String defaultComponent =
mContext.getString(com.android.internal.R.string.default_wallpaper_component);
- if (defaultComponent != null && !isBitmap) {
+ if (defaultComponent != null) {
// See if there is a default wallpaper component specified
- // Only look for this if the wallpaper is not being set to a bitmap
- realComponentName = ComponentName.unflattenFromString(defaultComponent);
+ componentName = ComponentName.unflattenFromString(defaultComponent);
+ if (DEBUG) Log.v(TAG, "Use default component walpaper:" + componentName);
}
- if (realComponentName == null) {
+ if (componentName == null) {
// Fall back to static image wallpaper
- realComponentName = new ComponentName("android",
- ImageWallpaper.class.getName());
+ componentName = mImageWallpaperComponent;
//clearWallpaperComponentLocked();
//return;
+ if (DEBUG) Log.v(TAG, "Using image wallpaper");
}
}
- ServiceInfo si = mContext.getPackageManager().getServiceInfo(realComponentName,
+ ServiceInfo si = mContext.getPackageManager().getServiceInfo(componentName,
PackageManager.GET_META_DATA | PackageManager.GET_PERMISSIONS);
if (!android.Manifest.permission.BIND_WALLPAPER.equals(si.permission)) {
throw new SecurityException("Selected service does not require "
+ android.Manifest.permission.BIND_WALLPAPER
- + ": " + realComponentName);
+ + ": " + componentName);
}
WallpaperInfo wi = null;
Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE);
- if (componentName != null) {
+ if (componentName != null && !componentName.equals(mImageWallpaperComponent)) {
// Make sure the selected service is actually a wallpaper service.
List<ResolveInfo> ris = mContext.getPackageManager()
.queryIntentServices(intent, PackageManager.GET_META_DATA);
@@ -406,13 +435,14 @@
}
if (wi == null) {
throw new SecurityException("Selected service is not a wallpaper: "
- + realComponentName);
+ + componentName);
}
}
// Bind the service!
+ if (DEBUG) Log.v(TAG, "Binding to:" + componentName);
WallpaperConnection newConn = new WallpaperConnection(wi);
- intent.setComponent(realComponentName);
+ intent.setComponent(componentName);
intent.putExtra(Intent.EXTRA_CLIENT_LABEL,
com.android.internal.R.string.wallpaper_binding_label);
intent.putExtra(Intent.EXTRA_CLIENT_INTENT, PendingIntent.getActivity(
@@ -469,7 +499,7 @@
mWidth, mHeight);
} catch (RemoteException e) {
Log.w(TAG, "Failed attaching wallpaper; clearing", e);
- bindWallpaperComponentLocked(null, false);
+ bindWallpaperComponentLocked(null);
}
}
@@ -536,6 +566,8 @@
}
private void loadSettingsLocked() {
+ if (DEBUG) Log.v(TAG, "loadSettingsLocked");
+
JournaledFile journal = makeJournaledFile();
FileInputStream stream = null;
File file = journal.chooseForRead();
@@ -555,9 +587,16 @@
mHeight = Integer.parseInt(parser.getAttributeValue(null, "height"));
mName = parser.getAttributeValue(null, "name");
String comp = parser.getAttributeValue(null, "component");
- mWallpaperComponent = comp != null
+ mNextWallpaperComponent = comp != null
? ComponentName.unflattenFromString(comp)
: null;
+
+ if (DEBUG) {
+ Log.v(TAG, "mWidth:" + mWidth);
+ Log.v(TAG, "mHeight:" + mHeight);
+ Log.v(TAG, "mName:" + mName);
+ Log.v(TAG, "mNextWallpaperComponent:" + mNextWallpaperComponent);
+ }
}
}
} while (type != XmlPullParser.END_DOCUMENT);
@@ -589,15 +628,30 @@
}
void settingsRestored() {
+ if (DEBUG) Log.v(TAG, "settingsRestored");
+
boolean success = false;
synchronized (mLock) {
loadSettingsLocked();
- // If there's a wallpaper name, we use that. If that can't be loaded, then we
- // use the default.
- if ("".equals(mName)) {
+ if (mNextWallpaperComponent != null &&
+ !mNextWallpaperComponent.equals(mImageWallpaperComponent)) {
+ // We can't restore live wallpapers, so just go with the default
+ bindWallpaperComponentLocked(null);
success = true;
} else {
- success = restoreNamedResourceLocked();
+ // If there's a wallpaper name, we use that. If that can't be loaded, then we
+ // use the default.
+ if ("".equals(mName)) {
+ if (DEBUG) Log.v(TAG, "settingsRestored: name is empty");
+ success = true;
+ } else {
+ if (DEBUG) Log.v(TAG, "settingsRestored: attempting to restore named resource");
+ success = restoreNamedResourceLocked();
+ }
+ if (DEBUG) Log.v(TAG, "settingsRestored: success=" + success);
+ if (success) {
+ bindWallpaperComponentLocked(mImageWallpaperComponent);
+ }
}
}
@@ -654,7 +708,7 @@
}
// mWallpaperObserver will notice the close and send the change broadcast
- Log.d(TAG, "Restored wallpaper: " + resName);
+ Log.v(TAG, "Restored wallpaper: " + resName);
return true;
} catch (NameNotFoundException e) {
Log.e(TAG, "Package name " + pkg + " not found");
diff --git a/services/java/com/android/server/WindowManagerService.java b/services/java/com/android/server/WindowManagerService.java
index 327cd72..bdabca7 100644
--- a/services/java/com/android/server/WindowManagerService.java
+++ b/services/java/com/android/server/WindowManagerService.java
@@ -224,20 +224,22 @@
/**
* Condition waited on by {@link #reenableKeyguard} to know the call to
* the window policy has finished.
+ * This is set to true only if mKeyguardTokenWatcher.acquired() has
+ * actually disabled the keyguard.
*/
- private boolean mWaitingUntilKeyguardReenabled = false;
+ private boolean mKeyguardDisabled = false;
-
- final TokenWatcher mKeyguardDisabled = new TokenWatcher(
- new Handler(), "WindowManagerService.mKeyguardDisabled") {
+ final TokenWatcher mKeyguardTokenWatcher = new TokenWatcher(
+ new Handler(), "WindowManagerService.mKeyguardTokenWatcher") {
public void acquired() {
mPolicy.enableKeyguard(false);
+ mKeyguardDisabled = true;
}
public void released() {
mPolicy.enableKeyguard(true);
- synchronized (mKeyguardDisabled) {
- mWaitingUntilKeyguardReenabled = false;
- mKeyguardDisabled.notifyAll();
+ synchronized (mKeyguardTokenWatcher) {
+ mKeyguardDisabled = false;
+ mKeyguardTokenWatcher.notifyAll();
}
}
};
@@ -2447,7 +2449,12 @@
boolean assignLayers = false;
if (imMayMove) {
- if (moveInputMethodWindowsIfNeededLocked(false)) {
+ if (moveInputMethodWindowsIfNeededLocked(false) || displayed) {
+ // Little hack here -- we -should- be able to rely on the
+ // function to return true if the IME has moved and needs
+ // its layer recomputed. However, if the IME was hidden
+ // and isn't actually moved in the list, its layer may be
+ // out of data so we make sure to recompute it.
assignLayers = true;
}
}
@@ -4040,8 +4047,8 @@
!= PackageManager.PERMISSION_GRANTED) {
throw new SecurityException("Requires DISABLE_KEYGUARD permission");
}
- synchronized (mKeyguardDisabled) {
- mKeyguardDisabled.acquire(token, tag);
+ synchronized (mKeyguardTokenWatcher) {
+ mKeyguardTokenWatcher.acquire(token, tag);
}
}
@@ -4050,16 +4057,20 @@
!= PackageManager.PERMISSION_GRANTED) {
throw new SecurityException("Requires DISABLE_KEYGUARD permission");
}
- synchronized (mKeyguardDisabled) {
- mKeyguardDisabled.release(token);
+ synchronized (mKeyguardTokenWatcher) {
+ mKeyguardTokenWatcher.release(token);
- if (!mKeyguardDisabled.isAcquired()) {
- // if we are the last one to reenable the keyguard wait until
- // we have actaully finished reenabling until returning
- mWaitingUntilKeyguardReenabled = true;
- while (mWaitingUntilKeyguardReenabled) {
+ if (!mKeyguardTokenWatcher.isAcquired()) {
+ // If we are the last one to reenable the keyguard wait until
+ // we have actaully finished reenabling until returning.
+ // It is possible that reenableKeyguard() can be called before
+ // the previous disableKeyguard() is handled, in which case
+ // neither mKeyguardTokenWatcher.acquired() or released() would
+ // be called. In that case mKeyguardDisabled will be false here
+ // and we have nothing to wait for.
+ while (mKeyguardDisabled) {
try {
- mKeyguardDisabled.wait();
+ mKeyguardTokenWatcher.wait();
} catch (InterruptedException e) {
Thread.currentThread().interrupt();
}
@@ -4192,6 +4203,22 @@
return mQueue.getScancodeState(devid, sw);
}
+ public int getTrackballScancodeState(int sw) {
+ if (!checkCallingPermission(android.Manifest.permission.READ_INPUT_STATE,
+ "getTrackballScancodeState()")) {
+ throw new SecurityException("Requires READ_INPUT_STATE permission");
+ }
+ return mQueue.getTrackballScancodeState(sw);
+ }
+
+ public int getDPadScancodeState(int sw) {
+ if (!checkCallingPermission(android.Manifest.permission.READ_INPUT_STATE,
+ "getDPadScancodeState()")) {
+ throw new SecurityException("Requires READ_INPUT_STATE permission");
+ }
+ return mQueue.getDPadScancodeState(sw);
+ }
+
public int getKeycodeState(int sw) {
if (!checkCallingPermission(android.Manifest.permission.READ_INPUT_STATE,
"getKeycodeState()")) {
@@ -4208,6 +4235,22 @@
return mQueue.getKeycodeState(devid, sw);
}
+ public int getTrackballKeycodeState(int sw) {
+ if (!checkCallingPermission(android.Manifest.permission.READ_INPUT_STATE,
+ "getTrackballKeycodeState()")) {
+ throw new SecurityException("Requires READ_INPUT_STATE permission");
+ }
+ return mQueue.getTrackballKeycodeState(sw);
+ }
+
+ public int getDPadKeycodeState(int sw) {
+ if (!checkCallingPermission(android.Manifest.permission.READ_INPUT_STATE,
+ "getDPadKeycodeState()")) {
+ throw new SecurityException("Requires READ_INPUT_STATE permission");
+ }
+ return mQueue.getDPadKeycodeState(sw);
+ }
+
public boolean hasKeys(int[] keycodes, boolean[] keyExists) {
return KeyInputQueue.hasKeys(keycodes, keyExists);
}
@@ -10831,7 +10874,7 @@
public void monitor() {
synchronized (mWindowMap) { }
- synchronized (mKeyguardDisabled) { }
+ synchronized (mKeyguardTokenWatcher) { }
synchronized (mKeyWaiter) { }
}
diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java
index aa79ab4..3612a9b 100644
--- a/services/java/com/android/server/am/ActivityManagerService.java
+++ b/services/java/com/android/server/am/ActivityManagerService.java
@@ -185,6 +185,7 @@
static final int LOG_AM_SERVICE_CRASHED_TOO_MUCH = 30034;
static final int LOG_AM_SCHEDULE_SERVICE_RESTART = 30035;
static final int LOG_AM_PROVIDER_LOST_PROCESS = 30036;
+ static final int LOG_AM_PROCESS_START_TIMEOUT = 30037;
static final int LOG_BOOT_PROGRESS_AMS_READY = 3040;
static final int LOG_BOOT_PROGRESS_ENABLE_SCREEN = 3050;
@@ -5199,13 +5200,23 @@
if (gone) {
Log.w(TAG, "Process " + app + " failed to attach");
+ EventLog.writeEvent(LOG_AM_PROCESS_START_TIMEOUT, pid, app.info.uid,
+ app.processName);
mProcessNames.remove(app.processName, app.info.uid);
- Process.killProcess(pid);
- if (mPendingBroadcast != null && mPendingBroadcast.curApp.pid == pid) {
- Log.w(TAG, "Unattached app died before broadcast acknowledged, skipping");
- mPendingBroadcast = null;
- scheduleBroadcastsLocked();
+ // Take care of any launching providers waiting for this process.
+ checkAppInLaunchingProvidersLocked(app, true);
+ // Take care of any services that are waiting for the process.
+ for (int i=0; i<mPendingServices.size(); i++) {
+ ServiceRecord sr = mPendingServices.get(i);
+ if (app.info.uid == sr.appInfo.uid
+ && app.processName.equals(sr.processName)) {
+ Log.w(TAG, "Forcing bringing down service: " + sr);
+ mPendingServices.remove(i);
+ i--;
+ bringDownServiceLocked(sr, true);
+ }
}
+ Process.killProcess(pid);
if (mBackupTarget != null && mBackupTarget.app.pid == pid) {
Log.w(TAG, "Unattached app died before backup, skipping");
try {
@@ -5216,6 +5227,11 @@
// Can't happen; the backup manager is local
}
}
+ if (mPendingBroadcast != null && mPendingBroadcast.curApp.pid == pid) {
+ Log.w(TAG, "Unattached app died before broadcast acknowledged, skipping");
+ mPendingBroadcast = null;
+ scheduleBroadcastsLocked();
+ }
} else {
Log.w(TAG, "Spurious process start timeout - pid not known for " + app);
}
@@ -9949,23 +9965,11 @@
app.pubProviders.clear();
}
- // Look through the content providers we are waiting to have launched,
- // and if any run in this process then either schedule a restart of
- // the process or kill the client waiting for it if this process has
- // gone bad.
- for (int i=0; i<NL; i++) {
- ContentProviderRecord cpr = (ContentProviderRecord)
- mLaunchingProviders.get(i);
- if (cpr.launchingApp == app) {
- if (!app.bad) {
- restart = true;
- } else {
- removeDyingProviderLocked(app, cpr);
- NL = mLaunchingProviders.size();
- }
- }
+ // Take care of any launching providers waiting for this process.
+ if (checkAppInLaunchingProvidersLocked(app, false)) {
+ restart = true;
}
-
+
// Unregister from connected content providers.
if (!app.conProviders.isEmpty()) {
Iterator it = app.conProviders.keySet().iterator();
@@ -10060,6 +10064,28 @@
}
}
+ boolean checkAppInLaunchingProvidersLocked(ProcessRecord app, boolean alwaysBad) {
+ // Look through the content providers we are waiting to have launched,
+ // and if any run in this process then either schedule a restart of
+ // the process or kill the client waiting for it if this process has
+ // gone bad.
+ int NL = mLaunchingProviders.size();
+ boolean restart = false;
+ for (int i=0; i<NL; i++) {
+ ContentProviderRecord cpr = (ContentProviderRecord)
+ mLaunchingProviders.get(i);
+ if (cpr.launchingApp == app) {
+ if (!alwaysBad && !app.bad) {
+ restart = true;
+ } else {
+ removeDyingProviderLocked(app, cpr);
+ NL = mLaunchingProviders.size();
+ }
+ }
+ }
+ return restart;
+ }
+
// =========================================================
// SERVICES
// =========================================================
diff --git a/services/java/com/android/server/status/StatusBarService.java b/services/java/com/android/server/status/StatusBarService.java
index 8d73904..1db20df 100644
--- a/services/java/com/android/server/status/StatusBarService.java
+++ b/services/java/com/android/server/status/StatusBarService.java
@@ -85,10 +85,8 @@
public class StatusBarService extends IStatusBar.Stub
{
static final String TAG = "StatusBar";
- static final boolean DEBUG = false;
static final boolean SPEW = false;
- static final boolean DBG = false;
-
+
static final int EXPANDED_LEAVE_ALONE = -10000;
static final int EXPANDED_FULL_OPEN = -10001;
@@ -656,7 +654,7 @@
/* private */ void performAddUpdateIcon(IBinder key, IconData data, NotificationData n)
throws StatusBarException {
- if (DBG) {
+ if (SPEW) {
Log.d(TAG, "performAddUpdateIcon icon=" + data + " notification=" + n + " key=" + key);
}
// notification
@@ -748,7 +746,7 @@
/* private */ void performSetIconVisibility(IBinder key, boolean visible) {
synchronized (mIconMap) {
- if (DBG) {
+ if (SPEW) {
Log.d(TAG, "performSetIconVisibility key=" + key + " visible=" + visible);
}
StatusBarIcon icon = mIconMap.get(key);
@@ -758,7 +756,7 @@
/* private */ void performRemoveIcon(IBinder key) {
synchronized (this) {
- if (DBG) {
+ if (SPEW) {
Log.d(TAG, "performRemoveIcon key=" + key);
}
StatusBarIcon icon = mIconMap.remove(key);
@@ -997,7 +995,7 @@
}
void performExpand() {
- if (SPEW) Log.d(TAG, "Perform expand: expanded=" + mExpanded);
+ if (SPEW) Log.d(TAG, "performExpand: mExpanded=" + mExpanded);
if ((mDisabled & StatusBarManager.DISABLE_EXPAND) != 0) {
return ;
}
@@ -1022,8 +1020,8 @@
}
void performCollapse() {
- if (SPEW) Log.d(TAG, "Perform collapse: expanded=" + mExpanded
- + " expanded visible=" + mExpandedVisible);
+ if (SPEW) Log.d(TAG, "performCollapse: mExpanded=" + mExpanded
+ + " mExpandedVisible=" + mExpandedVisible);
if (!mExpandedVisible) {
return;
@@ -1668,7 +1666,7 @@
// act accordingly
if ((diff & StatusBarManager.DISABLE_EXPAND) != 0) {
if ((net & StatusBarManager.DISABLE_EXPAND) != 0) {
- performCollapse();
+ animateCollapse();
}
}
if ((diff & StatusBarManager.DISABLE_NOTIFICATION_ICONS) != 0) {
diff --git a/test-runner/android/test/AndroidTestRunner.java b/test-runner/android/test/AndroidTestRunner.java
index 0f1599a..fc9832c 100644
--- a/test-runner/android/test/AndroidTestRunner.java
+++ b/test-runner/android/test/AndroidTestRunner.java
@@ -133,7 +133,7 @@
}
return new TestResult();
}
-
+
void setSkipExecution(boolean skip) {
mSkipExecution = skip;
}
@@ -165,7 +165,7 @@
for (TestCase testCase : mTestCases) {
setContextIfAndroidTestCase(testCase, mContext, testContext);
setInstrumentationIfInstrumentationTestCase(testCase, mInstrumentation);
- setPerformanceWriterIfPerformanceTestCase(testCase, mPerfWriter);
+ setPerformanceWriterIfPerformanceCollectorTestCase(testCase, mPerfWriter);
testCase.run(mTestResult);
}
}
@@ -188,10 +188,10 @@
}
}
- private void setPerformanceWriterIfPerformanceTestCase(
+ private void setPerformanceWriterIfPerformanceCollectorTestCase(
Test test, PerformanceResultsWriter writer) {
- if (PerformanceTestBase.class.isAssignableFrom(test.getClass())) {
- ((PerformanceTestBase) test).setPerformanceResultsWriter(writer);
+ if (PerformanceCollectorTestCase.class.isAssignableFrom(test.getClass())) {
+ ((PerformanceCollectorTestCase) test).setPerformanceResultsWriter(writer);
}
}
diff --git a/test-runner/android/test/InstrumentationTestRunner.java b/test-runner/android/test/InstrumentationTestRunner.java
index 773d7a9..3e9cd9f 100644
--- a/test-runner/android/test/InstrumentationTestRunner.java
+++ b/test-runner/android/test/InstrumentationTestRunner.java
@@ -27,8 +27,6 @@
import android.os.Looper;
import android.os.Parcelable;
import android.os.PerformanceCollector;
-import android.os.Process;
-import android.os.SystemClock;
import android.os.PerformanceCollector.PerformanceResultsWriter;
import android.test.suitebuilder.TestMethod;
import android.test.suitebuilder.TestPredicates;
@@ -226,23 +224,6 @@
* identifies the path to the generated code coverage file.
*/
private static final String REPORT_KEY_COVERAGE_PATH = "coverageFilePath";
- /**
- * If included at the start of reporting keys, this prefix marks the key as a performance
- * metric.
- */
- private static final String REPORT_KEY_PREFIX = "performance.";
- /**
- * If included in the status or final bundle sent to an IInstrumentationWatcher, this key
- * reports the cpu time in milliseconds of the current test.
- */
- private static final String REPORT_KEY_PERF_CPU_TIME =
- REPORT_KEY_PREFIX + PerformanceCollector.METRIC_KEY_CPU_TIME;
- /**
- * If included in the status or final bundle sent to an IInstrumentationWatcher, this key
- * reports the run time in milliseconds of the current test.
- */
- private static final String REPORT_KEY_PERF_EXECUTION_TIME =
- REPORT_KEY_PREFIX + PerformanceCollector.METRIC_KEY_EXECUTION_TIME;
/**
* The test is starting.
@@ -630,9 +611,9 @@
int mTestNum = 0;
int mTestResultCode = 0;
String mTestClass = null;
+ PerformanceCollector mPerfCollector = new PerformanceCollector();
boolean mIsTimedTest = false;
- long mCpuTime = 0;
- long mExecTime = 0;
+ boolean mIncludeDetailedStats = false;
public WatcherResultPrinter(int numTests) {
mResultTemplate = new Bundle();
@@ -675,20 +656,28 @@
mTestResultCode = 0;
mIsTimedTest = false;
+ mIncludeDetailedStats = false;
try {
- // Look for TimedTest annotation on both test class and test
- // method
- mIsTimedTest = test.getClass().isAnnotationPresent(TimedTest.class) ||
- test.getClass().getMethod(testName).isAnnotationPresent(TimedTest.class);
+ // Look for TimedTest annotation on both test class and test method
+ if (test.getClass().getMethod(testName).isAnnotationPresent(TimedTest.class)) {
+ mIsTimedTest = true;
+ mIncludeDetailedStats = test.getClass().getMethod(testName).getAnnotation(
+ TimedTest.class).includeDetailedStats();
+ } else if (test.getClass().isAnnotationPresent(TimedTest.class)) {
+ mIsTimedTest = true;
+ mIncludeDetailedStats = test.getClass().getAnnotation(
+ TimedTest.class).includeDetailedStats();
+ }
} catch (SecurityException e) {
throw new IllegalStateException(e);
} catch (NoSuchMethodException e) {
throw new IllegalStateException(e);
}
- if (mIsTimedTest) {
- mExecTime = SystemClock.uptimeMillis();
- mCpuTime = Process.getElapsedCpuTime();
+ if (mIsTimedTest && mIncludeDetailedStats) {
+ mPerfCollector.beginSnapshot("");
+ } else if (mIsTimedTest) {
+ mPerfCollector.startTiming("");
}
}
@@ -720,11 +709,10 @@
* @see junit.framework.TestListener#endTest(Test)
*/
public void endTest(Test test) {
- if (mIsTimedTest) {
- mCpuTime = Process.getElapsedCpuTime() - mCpuTime;
- mExecTime = SystemClock.uptimeMillis() - mExecTime;
- mTestResult.putLong(REPORT_KEY_PERF_CPU_TIME, mCpuTime);
- mTestResult.putLong(REPORT_KEY_PERF_EXECUTION_TIME, mExecTime);
+ if (mIsTimedTest && mIncludeDetailedStats) {
+ mTestResult.putAll(mPerfCollector.endSnapshot());
+ } else if (mIsTimedTest) {
+ writeStopTiming(mPerfCollector.stopTiming(""));
}
if (mTestResultCode == 0) {
@@ -760,7 +748,7 @@
for (Parcelable p :
results.getParcelableArrayList(PerformanceCollector.METRIC_KEY_ITERATIONS)) {
Bundle iteration = (Bundle)p;
- String index = "performance.iteration" + i + ".";
+ String index = "iteration" + i + ".";
mTestResult.putString(index + PerformanceCollector.METRIC_KEY_LABEL,
iteration.getString(PerformanceCollector.METRIC_KEY_LABEL));
mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_CPU_TIME,
@@ -772,15 +760,15 @@
}
public void writeMeasurement(String label, long value) {
- mTestResult.putLong(REPORT_KEY_PREFIX + label, value);
+ mTestResult.putLong(label, value);
}
public void writeMeasurement(String label, float value) {
- mTestResult.putFloat(REPORT_KEY_PREFIX + label, value);
+ mTestResult.putFloat(label, value);
}
public void writeMeasurement(String label, String value) {
- mTestResult.putString(REPORT_KEY_PREFIX + label, value);
+ mTestResult.putString(label, value);
}
// TODO report the end of the cycle
diff --git a/test-runner/android/test/PerformanceCollectorTestCase.java b/test-runner/android/test/PerformanceCollectorTestCase.java
new file mode 100644
index 0000000..4309ff7
--- /dev/null
+++ b/test-runner/android/test/PerformanceCollectorTestCase.java
@@ -0,0 +1,37 @@
+/*
+ * Copyright (C) 2009 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.test;
+
+import android.os.PerformanceCollector;
+import android.os.PerformanceCollector.PerformanceResultsWriter;
+
+/**
+ * A simple interface for passing in a PerformanceResultsWriter instance to be used with
+ * PerformanceCollector.
+ * <p/>
+ * A one line implementation of {@link #setPerformanceResultsWriter(PerformanceResultsWriter)}
+ * is sufficient in most cases:
+ * <p/>
+ * <code>mPerfCollector.setPerformanceResultsWriter(writer);</code>
+ *
+ * {@hide} Not needed for SDK.
+ */
+public interface PerformanceCollectorTestCase {
+ public PerformanceCollector mPerfCollector = new PerformanceCollector();
+
+ public void setPerformanceResultsWriter(PerformanceResultsWriter writer);
+}
diff --git a/test-runner/android/test/PerformanceTestBase.java b/test-runner/android/test/PerformanceTestBase.java
index 572a9b8..4a0a589 100644
--- a/test-runner/android/test/PerformanceTestBase.java
+++ b/test-runner/android/test/PerformanceTestBase.java
@@ -16,95 +16,12 @@
package android.test;
-import android.os.Bundle;
-import android.os.PerformanceCollector;
-import android.os.PerformanceCollector.PerformanceResultsWriter;
-
-import java.lang.reflect.Method;
+import junit.framework.TestCase;
/**
- * Provides hooks and wrappers to automatically and manually collect and report
- * performance data in tests.
- *
- * {@hide} Pending approval for public API.
+ * {@hide} Not needed for SDK.
*/
-public class PerformanceTestBase extends InstrumentationTestCase implements PerformanceTestCase {
-
- private static PerformanceCollector sPerfCollector = new PerformanceCollector();
- private static int sNumTestMethods = 0;
- private static int sNumTestMethodsLeft = 0;
-
- // Count number of tests, used to emulate beforeClass and afterClass from JUnit4
- public PerformanceTestBase() {
- if (sNumTestMethods == 0) {
- Method methods[] = getClass().getMethods();
- for (Method m : methods) {
- if (m.getName().startsWith("test")) {
- sNumTestMethods ++;
- sNumTestMethodsLeft ++;
- }
- }
- }
- }
-
- @Override
- protected void setUp() throws Exception {
- super.setUp();
- // @beforeClass
- // Will skew timing measured by TestRunner, but not by PerformanceCollector
- if (sNumTestMethodsLeft == sNumTestMethods) {
- sPerfCollector.beginSnapshot(this.getClass().getName());
- }
- }
-
- @Override
- protected void tearDown() throws Exception {
- // @afterClass
- // Will skew timing measured by TestRunner, but not by PerformanceCollector
- if (--sNumTestMethodsLeft == 0) {
- sPerfCollector.endSnapshot();
- }
- super.tearDown();
- }
-
- public void setPerformanceResultsWriter(PerformanceResultsWriter writer) {
- sPerfCollector.setPerformanceResultsWriter(writer);
- }
-
- /**
- * @see PerformanceCollector#beginSnapshot(String)
- */
- protected void beginSnapshot(String label) {
- sPerfCollector.beginSnapshot(label);
- }
-
- /**
- * @see PerformanceCollector#endSnapshot()
- */
- protected Bundle endSnapshot() {
- return sPerfCollector.endSnapshot();
- }
-
- /**
- * @see PerformanceCollector#startTiming(String)
- */
- protected void startTiming(String label) {
- sPerfCollector.startTiming(label);
- }
-
- /**
- * @see PerformanceCollector#addIteration(String)
- */
- protected Bundle addIteration(String label) {
- return sPerfCollector.addIteration(label);
- }
-
- /**
- * @see PerformanceCollector#stopTiming(String)
- */
- protected Bundle stopTiming(String label) {
- return sPerfCollector.stopTiming(label);
- }
+public class PerformanceTestBase extends TestCase implements PerformanceTestCase {
public int startPerformance(PerformanceTestCase.Intermediates intermediates) {
return 0;
diff --git a/core/java/android/test/TimedTest.java b/test-runner/android/test/TimedTest.java
similarity index 62%
rename from core/java/android/test/TimedTest.java
rename to test-runner/android/test/TimedTest.java
index 3a60a25..95cc9bf 100644
--- a/core/java/android/test/TimedTest.java
+++ b/test-runner/android/test/TimedTest.java
@@ -20,13 +20,17 @@
import java.lang.annotation.RetentionPolicy;
/**
- * This annotation can be used on an {@link junit.framework.TestCase}'s test
- * methods. When the annotation is present, the test method is timed and the
- * results written through instrumentation output. It can also be used on the
- * class itself, which is equivalent to tagging all test methods with this
- * annotation.
+ * This annotation can be used on an {@link junit.framework.TestCase}'s test methods. When the
+ * annotation is present, the test method is timed and the results written through instrumentation
+ * output. It can also be used on the class itself, which is equivalent to tagging all test methods
+ * with this annotation.
+ * <p/>
+ * Setting {@link #includeDetailedStats()} to true causes additional metrics such as memory usage
+ * and binder transactions to be gathered and written through instrumentation output.
*
* {@hide} Pending approval for public API.
*/
@Retention(RetentionPolicy.RUNTIME)
-public @interface TimedTest { }
\ No newline at end of file
+public @interface TimedTest {
+ boolean includeDetailedStats() default false;
+}
diff --git a/tests/LotsOfApps/Android.mk b/tests/LotsOfApps/Android.mk
new file mode 100644
index 0000000..3019f5c
--- /dev/null
+++ b/tests/LotsOfApps/Android.mk
@@ -0,0 +1,11 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := tests
+
+LOCAL_SRC_FILES := $(call all-subdir-java-files)
+
+LOCAL_PACKAGE_NAME := LotsOfApps
+LOCAL_CERTIFICATE := platform
+
+include $(BUILD_PACKAGE)
diff --git a/tests/LotsOfApps/AndroidManifest.xml b/tests/LotsOfApps/AndroidManifest.xml
new file mode 100644
index 0000000..1a16570
--- /dev/null
+++ b/tests/LotsOfApps/AndroidManifest.xml
@@ -0,0 +1,711 @@
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.lotsofapps">
+ <uses-permission android:name="android.permission.DEVICE_POWER" />
+ <uses-permission android:name="android.permission.WAKE_LOCK" />
+ <uses-permission android:name="android.permission.STATUS_BAR" />
+ <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
+ <uses-permission android:name="android.permission.VIBRATE" />
+
+ <application>
+ <activity android:name="00" android:icon="@drawable/ic_launcher_add_folder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="01" android:icon="@drawable/ic_launcher_alarmclock">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="02" android:icon="@drawable/ic_launcher_application">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="03" android:icon="@drawable/ic_launcher_browser">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="04" android:icon="@drawable/ic_launcher_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="05" android:icon="@drawable/ic_launcher_camera_record">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="06" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="07" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="08" android:icon="@drawable/ic_launcher_folder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="09" android:icon="@drawable/ic_launcher_folder_bluetooth">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="10" android:icon="@drawable/ic_launcher_folder_live">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="11" android:icon="@drawable/ic_launcher_folder_live_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="12" android:icon="@drawable/ic_launcher_folder_live_contacts_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="13" android:icon="@drawable/ic_launcher_folder_live_contacts_starred">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="14" android:icon="@drawable/ic_launcher_folder_open">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="15" android:icon="@drawable/ic_launcher_gallery">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="16" android:icon="@drawable/ic_launcher_home">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="17" android:icon="@drawable/ic_launcher_im">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="18" android:icon="@drawable/ic_launcher_musicplayer_2">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="19" android:icon="@drawable/ic_launcher_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="20" android:icon="@drawable/ic_launcher_record_audio">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="21" android:icon="@drawable/ic_launcher_settings">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="22" android:icon="@drawable/ic_launcher_shortcut">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="23" android:icon="@drawable/ic_launcher_shortcut_browser_bookmark">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="24" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="25" android:icon="@drawable/ic_launcher_shortcut_directdial">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="26" android:icon="@drawable/ic_launcher_shortcut_directmessage">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="27" android:icon="@drawable/ic_launcher_browser">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="28" android:icon="@drawable/ic_launcher_sim_toolkit">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="29" android:icon="@drawable/ic_launcher_slideshow_add_sms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="20" android:icon="@drawable/ic_launcher_slideshow_default_sms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="31" android:icon="@drawable/ic_launcher_smsmms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="32" android:icon="@drawable/ic_launcher_soundrecorder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="33" android:icon="@drawable/ic_launcher_video_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="34" android:icon="@drawable/ic_launcher_video_player">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="35" android:icon="@drawable/ic_launcher_wallpaper">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="36" android:icon="@drawable/ic_launcher_im">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="37" android:icon="@drawable/ic_launcher_musicplayer_2">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="38" android:icon="@drawable/ic_launcher_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="39" android:icon="@drawable/ic_launcher_record_audio">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="40" android:icon="@drawable/ic_launcher_settings">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="41" android:icon="@drawable/ic_launcher_shortcut">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="42" android:icon="@drawable/ic_launcher_sim_toolkit">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="43" android:icon="@drawable/ic_launcher_smsmms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="44" android:icon="@drawable/ic_launcher_soundrecorder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="45" android:icon="@drawable/ic_launcher_video_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="46" android:icon="@drawable/ic_launcher_wallpaper">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="47" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="48" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="49" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="50" android:icon="@drawable/ic_launcher_add_folder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="51" android:icon="@drawable/ic_launcher_alarmclock">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="52" android:icon="@drawable/ic_launcher_application">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="53" android:icon="@drawable/ic_launcher_browser">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="54" android:icon="@drawable/ic_launcher_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="55" android:icon="@drawable/ic_launcher_camera_record">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="56" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="57" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="58" android:icon="@drawable/ic_launcher_folder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="59" android:icon="@drawable/ic_launcher_folder_bluetooth">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="60" android:icon="@drawable/ic_launcher_folder_live">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="61" android:icon="@drawable/ic_launcher_folder_live_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="62" android:icon="@drawable/ic_launcher_folder_live_contacts_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="63" android:icon="@drawable/ic_launcher_folder_live_contacts_starred">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="64" android:icon="@drawable/ic_launcher_folder_open">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="65" android:icon="@drawable/ic_launcher_gallery">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="66" android:icon="@drawable/ic_launcher_home">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="67" android:icon="@drawable/ic_launcher_im">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="68" android:icon="@drawable/ic_launcher_musicplayer_2">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="69" android:icon="@drawable/ic_launcher_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="70" android:icon="@drawable/ic_launcher_record_audio">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="71" android:icon="@drawable/ic_launcher_settings">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="72" android:icon="@drawable/ic_launcher_shortcut">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="73" android:icon="@drawable/ic_launcher_shortcut_browser_bookmark">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="74" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="75" android:icon="@drawable/ic_launcher_shortcut_directdial">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="76" android:icon="@drawable/ic_launcher_shortcut_directmessage">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="77" android:icon="@drawable/ic_launcher_browser">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="78" android:icon="@drawable/ic_launcher_sim_toolkit">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="79" android:icon="@drawable/ic_launcher_slideshow_add_sms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="80" android:icon="@drawable/ic_launcher_slideshow_default_sms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="81" android:icon="@drawable/ic_launcher_smsmms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="82" android:icon="@drawable/ic_launcher_soundrecorder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="83" android:icon="@drawable/ic_launcher_video_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="84" android:icon="@drawable/ic_launcher_video_player">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="85" android:icon="@drawable/ic_launcher_wallpaper">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="86" android:icon="@drawable/ic_launcher_im">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="87" android:icon="@drawable/ic_launcher_musicplayer_2">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="88" android:icon="@drawable/ic_launcher_phone">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="89" android:icon="@drawable/ic_launcher_record_audio">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="90" android:icon="@drawable/ic_launcher_settings">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="91" android:icon="@drawable/ic_launcher_shortcut">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="92" android:icon="@drawable/ic_launcher_sim_toolkit">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="93" android:icon="@drawable/ic_launcher_smsmms">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="94" android:icon="@drawable/ic_launcher_soundrecorder">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="95" android:icon="@drawable/ic_launcher_video_camera">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="96" android:icon="@drawable/ic_launcher_wallpaper">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="97" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="98" android:icon="@drawable/ic_launcher_contacts">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name="99" android:icon="@drawable/ic_launcher_drm_file">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ </application>
+</manifest>
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_add_folder.png b/tests/LotsOfApps/res/drawable/ic_launcher_add_folder.png
new file mode 100644
index 0000000..2967926
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_add_folder.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_alarmclock.png b/tests/LotsOfApps/res/drawable/ic_launcher_alarmclock.png
new file mode 100644
index 0000000..147d2cc
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_alarmclock.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_application.png b/tests/LotsOfApps/res/drawable/ic_launcher_application.png
new file mode 100644
index 0000000..8074c4c
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_application.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_appwidget.png b/tests/LotsOfApps/res/drawable/ic_launcher_appwidget.png
new file mode 100644
index 0000000..3dc8b20
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_appwidget.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_browser.png b/tests/LotsOfApps/res/drawable/ic_launcher_browser.png
new file mode 100644
index 0000000..cdce53e
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_browser.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_camera.png b/tests/LotsOfApps/res/drawable/ic_launcher_camera.png
new file mode 100644
index 0000000..f18e4d9
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_camera.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_camera_record.png b/tests/LotsOfApps/res/drawable/ic_launcher_camera_record.png
new file mode 100644
index 0000000..d242657
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_camera_record.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_contacts.png b/tests/LotsOfApps/res/drawable/ic_launcher_contacts.png
new file mode 100644
index 0000000..69a72c4
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_contacts.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_drm_file.png b/tests/LotsOfApps/res/drawable/ic_launcher_drm_file.png
new file mode 100644
index 0000000..9df1c55
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_drm_file.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder.png
new file mode 100644
index 0000000..dd71327
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_bluetooth.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_bluetooth.png
new file mode 100644
index 0000000..78c56b7
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_bluetooth.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_live.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live.png
new file mode 100644
index 0000000..e1b1182
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts.png
new file mode 100644
index 0000000..84babe2
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_phone.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_phone.png
new file mode 100644
index 0000000..004e849
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_phone.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_starred.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_starred.png
new file mode 100644
index 0000000..73b4fa5
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_live_contacts_starred.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_folder_open.png b/tests/LotsOfApps/res/drawable/ic_launcher_folder_open.png
new file mode 100644
index 0000000..5b3fcec
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_folder_open.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_gallery.png b/tests/LotsOfApps/res/drawable/ic_launcher_gallery.png
new file mode 100644
index 0000000..3e39baa
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_gallery.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_home.png b/tests/LotsOfApps/res/drawable/ic_launcher_home.png
new file mode 100644
index 0000000..74f6bd7
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_home.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_im.png b/tests/LotsOfApps/res/drawable/ic_launcher_im.png
new file mode 100644
index 0000000..3ea3b703
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_im.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_musicplayer_2.png b/tests/LotsOfApps/res/drawable/ic_launcher_musicplayer_2.png
new file mode 100644
index 0000000..545f0e4
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_musicplayer_2.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_phone.png b/tests/LotsOfApps/res/drawable/ic_launcher_phone.png
new file mode 100644
index 0000000..0943ce5
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_phone.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_record_audio.png b/tests/LotsOfApps/res/drawable/ic_launcher_record_audio.png
new file mode 100644
index 0000000..053bd7a
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_record_audio.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_settings.png b/tests/LotsOfApps/res/drawable/ic_launcher_settings.png
new file mode 100644
index 0000000..ff34a7f
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_settings.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut.png
new file mode 100644
index 0000000..93ab2df
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_browser_bookmark.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_browser_bookmark.png
new file mode 100644
index 0000000..f861650
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_browser_bookmark.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_contact.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_contact.png
new file mode 100644
index 0000000..d86b264
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_contact.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directdial.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directdial.png
new file mode 100644
index 0000000..e7ff8f8
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directdial.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directmessage.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directmessage.png
new file mode 100644
index 0000000..5170a75
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_directmessage.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_music_playlist.png b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_music_playlist.png
new file mode 100644
index 0000000..910c654
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_shortcut_music_playlist.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_sim_toolkit.png b/tests/LotsOfApps/res/drawable/ic_launcher_sim_toolkit.png
new file mode 100644
index 0000000..ce4ac43
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_sim_toolkit.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_add_sms.png b/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_add_sms.png
new file mode 100644
index 0000000..e355474
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_add_sms.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_default_sms.png b/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_default_sms.png
new file mode 100644
index 0000000..e355474
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_slideshow_default_sms.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_smsmms.png b/tests/LotsOfApps/res/drawable/ic_launcher_smsmms.png
new file mode 100644
index 0000000..54bf64d
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_smsmms.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_soundrecorder.png b/tests/LotsOfApps/res/drawable/ic_launcher_soundrecorder.png
new file mode 100644
index 0000000..053bd7a
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_soundrecorder.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_video_camera.png b/tests/LotsOfApps/res/drawable/ic_launcher_video_camera.png
new file mode 100644
index 0000000..d242657
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_video_camera.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_video_player.png b/tests/LotsOfApps/res/drawable/ic_launcher_video_player.png
new file mode 100644
index 0000000..4815c53
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_video_player.png
Binary files differ
diff --git a/tests/LotsOfApps/res/drawable/ic_launcher_wallpaper.png b/tests/LotsOfApps/res/drawable/ic_launcher_wallpaper.png
new file mode 100644
index 0000000..dcd8709
--- /dev/null
+++ b/tests/LotsOfApps/res/drawable/ic_launcher_wallpaper.png
Binary files differ
diff --git a/tests/LotsOfApps/src/com/android/lotsofapps/Nothing.java b/tests/LotsOfApps/src/com/android/lotsofapps/Nothing.java
new file mode 100644
index 0000000..57c15c0
--- /dev/null
+++ b/tests/LotsOfApps/src/com/android/lotsofapps/Nothing.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2007 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.lotsofapps;
+
+public class Nothing {
+}
+
diff --git a/tools/layoutlib/bridge/src/android/graphics/Paint.java b/tools/layoutlib/bridge/src/android/graphics/Paint.java
index 86de56b..f3af133 100644
--- a/tools/layoutlib/bridge/src/android/graphics/Paint.java
+++ b/tools/layoutlib/bridge/src/android/graphics/Paint.java
@@ -950,7 +950,6 @@
@Override
public int breakText(String text, boolean measureForwards,
float maxWidth, float[] measuredWidth) {
- // NOTE: javadoc doesn't match. Just a guess.
return breakText(text,
0 /* start */, text.length() /* end */,
measureForwards, maxWidth, measuredWidth);
@@ -975,7 +974,18 @@
@Override
public int breakText(CharSequence text, int start, int end, boolean measureForwards,
float maxWidth, float[] measuredWidth) {
- return super.breakText(text, start, end, measureForwards, maxWidth, measuredWidth);
+ char[] buf = new char[end - start];
+ int result;
+
+ TextUtils.getChars(text, start, end, buf, 0);
+
+ if (measureForwards) {
+ result = breakText(buf, 0, end - start, maxWidth, measuredWidth);
+ } else {
+ result = breakText(buf, 0, -(end - start), maxWidth, measuredWidth);
+ }
+
+ return result;
}
/**
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java
index c455977..2df9219 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/Bridge.java
@@ -675,9 +675,12 @@
name = name.substring(BridgeConstants.PREFIX_ANDROID.length());
}
- // at this point we could have the format style/<name>. we want only the name
+ // at this point we could have the format <type>/<name>. we want only the name as long as
+ // the type is style.
if (name.startsWith(BridgeConstants.REFERENCE_STYLE)) {
name = name.substring(BridgeConstants.REFERENCE_STYLE.length());
+ } else if (name.indexOf('/') != -1) {
+ return null;
}
IResourceValue parent = null;
@@ -697,7 +700,7 @@
return (IStyleResourceValue)parent;
}
- sLogger.error(String.format("Unable to resolve parent style name: ", parentName));
+ sLogger.error(String.format("Unable to resolve parent style name: %s", parentName));
return null;
}
@@ -1069,24 +1072,24 @@
public void wallpaperOffsetsComplete(IBinder window) {
// pass for now.
}
-
+
@SuppressWarnings("unused")
public Bundle sendWallpaperCommand(IBinder window, String action, int x, int y,
int z, Bundle extras, boolean sync) {
// pass for now.
return null;
}
-
+
@SuppressWarnings("unused")
public void wallpaperCommandComplete(IBinder window, Bundle result) {
// pass for now.
}
-
+
@SuppressWarnings("unused")
public void closeSystemDialogs(String reason) {
// pass for now.
}
-
+
public IBinder asBinder() {
// pass for now.
return null;
@@ -1151,12 +1154,12 @@
int z, Bundle extras, boolean sync) {
// pass for now.
}
-
+
@SuppressWarnings("unused")
public void closeSystemDialogs(String reason) {
// pass for now.
}
-
+
public IBinder asBinder() {
// pass for now.
return null;
diff --git a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeAssetManager.java b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeAssetManager.java
index 06dd96f..6c1b5b3 100644
--- a/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeAssetManager.java
+++ b/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/BridgeAssetManager.java
@@ -32,21 +32,21 @@
* {@link Bridge} calls this method after setting up a new bridge.
*/
/*package*/ static AssetManager initSystem() {
- if (!(AssetManager.mSystem instanceof BridgeAssetManager)) {
+ if (!(AssetManager.sSystem instanceof BridgeAssetManager)) {
// Note that AssetManager() creates a system AssetManager and we override it
// with our BridgeAssetManager.
- AssetManager.mSystem = new BridgeAssetManager();
- AssetManager.mSystem.makeStringBlocks(false);
+ AssetManager.sSystem = new BridgeAssetManager();
+ AssetManager.sSystem.makeStringBlocks(false);
}
- return AssetManager.mSystem;
+ return AssetManager.sSystem;
}
/**
- * Clears the static {@link AssetManager#mSystem} to make sure we don't leave objects
+ * Clears the static {@link AssetManager#sSystem} to make sure we don't leave objects
* around that would prevent us from unloading the library.
*/
/*package*/ static void clearSystem() {
- AssetManager.mSystem = null;
+ AssetManager.sSystem = null;
}
private BridgeAssetManager() {