You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:06:51 UTC

[20/50] docs commit: [CB-3820] rm PGB-only Android compile prefs

[CB-3820] rm PGB-only Android compile prefs


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/474286ff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/474286ff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/474286ff

Branch: refs/heads/master
Commit: 474286ff6bcc5327ad0ca3faf45ef54982d07071
Parents: 087cabc
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 19 13:20:26 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:02:42 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md | 40 ---------------------
 1 file changed, 40 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/474286ff/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 02dc6c1..668e134 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -64,43 +64,3 @@ config.xml File for information on global configuration options.
 
         <preference name="SplashScreenDelay" value="10000"/>
 
-<!-- QUERY PGB A: do android-minSdkVersion, android-maxSdkVersion apply outside PG Build?
-
- #### Minimum and Maximum SDK Version
-
-* `android-minSdkVersion` and/or `android-maxSdkVersion`, with integer
-  values
-
-  * minSdkVersion example: `<preference name="android-minSdkVersion" value="10" />`
-
-  * maxSdkVersion example: `<preference name="android-maxSdkVersion" value="15" />`
-
-  * corresponds to the `usesSdk` attributes in the
-    `AndroidManifest.xml` file - more details are in [the Android
-    documentation](http://developer.android.com/guide/topics/manifest/uses-sdk-element.html)
-
-  * minSdkVersion defaults to 7 (Android 2.1); maxSdkVersion is unset
-    by default
-
--->
-
-<!-- QUERY A: does android-installLocation apply outside PGB?
-
- #### Install Location
-
-* `android-installLocation` with values `internalOnly`, `auto` or `preferExternal`
-
-  * example: `<preference name="android-installLocation" value="auto"
-    />`
-
-  * where an app can be installed - defaults to `internalOnly` (as the
-    Android SDK)
-
-  * `auto` or `preferExternal` allow the app to be installed on an SD
-    card - this can lead to unexpected behavior
-
-  * more details available in [the Android
-    documentation](http://developer.android.com/guide/appendix/install-location.html)
-
--->
-