diff options
| author | Kenny Root <kroot@google.com> | 2010-02-24 14:14:13 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-02-24 14:14:13 -0800 |
| commit | e0e6a9c0fc4cda5ade07997d3ea4a53afb8762fd (patch) | |
| tree | 65a3862221a6a1968486fa8592748f1b6b371648 | |
| parent | 6550c72006cd920a7faa262a0af93f577f31bcb0 (diff) | |
| parent | 4217a3e0c2c2c76d926e0440d2ffe9c4e9246708 (diff) | |
| download | frameworks_base-e0e6a9c0fc4cda5ade07997d3ea4a53afb8762fd.zip frameworks_base-e0e6a9c0fc4cda5ade07997d3ea4a53afb8762fd.tar.gz frameworks_base-e0e6a9c0fc4cda5ade07997d3ea4a53afb8762fd.tar.bz2 | |
Merge "Fix spelling mistakes in attrs_manifest.xml"
| -rw-r--r-- | core/res/res/values/attrs_manifest.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml index 430c4b8..b3adf49 100644 --- a/core/res/res/values/attrs_manifest.xml +++ b/core/res/res/values/attrs_manifest.xml @@ -302,7 +302,7 @@ <!-- Specify whether an activity should be finished when a "close system windows" request has been made. This happens, for example, when the home key is pressed, when the device is locked, when a system - dialog like recent apps is displayed, etc. --> + dialog showing recent applications is displayed, etc. --> <attr name="finishOnCloseSystemDialogs" format="boolean" /> <!-- Specify whether an activity's task should be cleared when it @@ -487,7 +487,7 @@ the display will rotate based on how the user moves the device. --> <enum name="sensor" value="4" /> <!-- Always ignore orientation determined by orientation sensor: - tthe display will not rotate when the user moves the device. --> + the display will not rotate when the user moves the device. --> <enum name="nosensor" value="5" /> </attr> @@ -523,7 +523,7 @@ <flag name="keyboard" value="0x0010" /> <!-- The keyboard or navigation accessibility has changed, for example the user has slid the keyboard out to expose it. Note that - inspite of its name, this applied to any accessibility: keyboard + despite its name, this applied to any accessibility: keyboard or navigation. --> <flag name="keyboardHidden" value="0x0020" /> <!-- The navigation type has changed. Should never normally happen. --> @@ -610,11 +610,11 @@ <attr name="installLocation"> <!-- Let the system decide ideal install location --> <enum name="auto" value="0" /> - <!-- Explicitly request to be installed on internal phone storate + <!-- Explicitly request to be installed on internal phone storage only. --> <enum name="internalOnly" value="1" /> - <!-- Prefer to be installed on sdcard. There is no guarantee that - the system will honour this request. The application might end + <!-- Prefer to be installed on SD card. There is no guarantee that + the system will honor this request. The application might end up being installed on internal storage if external media is unavailable or too full. --> <enum name="preferExternal" value="2" /> @@ -815,7 +815,7 @@ <!-- The <code>uses-feature</code> tag specifies a specific feature used by the application. For example an application might specify that it requires - specific version of open gl. Multiple such attribute + specific version of OpenGL. Multiple such attribute values can be specified by the application. <p>This appears as a child tag of the root @@ -1361,7 +1361,7 @@ {@link android.content.Intent#setData Intent.setData()}. <p><em>Note: scheme and host name matching in the Android framework is case-sensitive, unlike the formal RFC. As a result, - Uris here should always be normalized to use lower case letters + URIs here should always be normalized to use lower case letters for these elements (as well as other proper Uri normalization).</em></p> --> <attr name="data" format="string" /> <!-- The MIME type name to assign to the Intent, as per |
