From 51d812b83b75634235ee5fb70c6295a356d538eb Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 14 May 2010 13:52:30 -0700 Subject: Doc change: adjust compatibility doc. Change-Id: I74f9fba81de4d358ecccfe1ef0c69f0e83e1a7c5 --- docs/html/guide/practices/compatibility.jd | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'docs/html/guide/practices/compatibility.jd') diff --git a/docs/html/guide/practices/compatibility.jd b/docs/html/guide/practices/compatibility.jd index d198166..4e4ec8d 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.

What does “Compatibility” mean?

-

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.

-

Conclusion

The goal of Android is to create a huge installed base for developers to take -- cgit v1.1