Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Android API requirements

Marco Bernasocchi edited this page Aug 25, 2016 · 1 revision

this page lists some used methods that require a certain API http://developer.android.com/resources/dashboard/platform-versions.html http://developer.android.com/guide/appendix/api-levels.html http://developer.android.com/sdk/api_diff/8/changes.html

Minimal API Required: 9 (Android 2.3)

getExternalFilesDir() [api 8] "sensorLandscape" Landscape orientation, but can be either normal or reverse landscape based on the device sensor. Added in API level 9.

Clone this wiki locally