diff --git a/docs/html/guide/practices/compatibility.jd b/docs/html/guide/practices/compatibility.jd index d198166588c81..4e4ec8d1fa368 100644 --- a/docs/html/guide/practices/compatibility.jd +++ b/docs/html/guide/practices/compatibility.jd @@ -46,11 +46,8 @@ make sure they reach the right audience.
A device is “Android compatible” if it can run apps written for the
-Android execution environment. The exact details of the Android
-execution environment are defined by the Android Compatibility Definition
-Document, but the single most to the ability to install and correctly run an
-Android .apk file.
A device is “Android compatible” if it can correctly run apps written for the +Android execution environment.
There is exactly one Android API for each API level, and it’s the same @@ -222,10 +219,6 @@ microphones. ones, we will always take steps to protect existing applications so that they don’t end up being available to devices where they won’t work.
-This is implemented using the aapt tool in the SDK. To see which
-features your app explicitly requires or is implicitly assumed to require, you
-can use the command aapt dump badging.
The goal of Android is to create a huge installed base for developers to take