Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 2.14 KB

README.md

File metadata and controls

64 lines (37 loc) · 2.14 KB

AndroidInfo

Automatic update

Get latest Android info from docs

Reference: Android source docs

Features

  • Without downloading all source codes
  • Full type hint for future development
  • Easy to load from JSON and dump to JSON
  • Contains all details

Data

Versions

API levels: Download

Build versions: Download

Permissions

Latest Permissions: Download

Latest SDK Permissions: Download

Permissions with API level: View

API-Permission mappings

Attention: This data is not complete, please use it with caution.

API-Permission Mappings (Only support API >= 26): View

ContentProviders

Latest ContentProviders: Download

Latest ContentProviders authority classes: Download

Latest ContentProviders with permissions: Download

Usage

python3 src/main.py

Or you can import any script you like in your code

from android_info import AndroidFrameworkPermissions
from android_info import AndroidPlatformAPIPermissions, AndroidPlatformProviderAuthorities
from android_info import AndroidProviderManifests
from android_info import AndroidVersions, AndroidAPILevel, AndroidBuildTag

Jar libs

'libs/PlatformTools' -> platform_tools.jar (Require JDK 17)