├── Android 05 ├── Android_5.0_API_21_L.md └── Android_5.1_API_22_L_MR1.md ├── Android 06 └── Android_6_API_23_M.md ├── Android 07 ├── Android_7.0_API_24_N.md └── Android_7.1_API_25_N_MR1.md ├── Android 08 ├── Android_8.0_API_26_O.md └── Android_8.1_API_27_O_MR1.md ├── Android 09 └── Android_9_API_28_P.md ├── Android 10 └── Android_10_API_29_Q.md ├── Android 11 └── Android_11_API_30_R.md ├── Android 12 └── Android_12_API_31_S.md ├── Android 13 ├── Android_13_DP2.md └── images │ ├── Android 13 计划时间轴.svg │ └── tmp ├── LICENSE ├── README.md └── platforms ├── Android_12_API_31_S └── Android_13_API_32_T /Android 05/Android_5.0_API_21_L.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 05/Android_5.1_API_22_L_MR1.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 06/Android_6_API_23_M.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 07/Android_7.0_API_24_N.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 07/Android_7.1_API_25_N_MR1.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 08/Android_8.0_API_26_O.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 08/Android_8.1_API_27_O_MR1.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 09/Android_9_API_28_P.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 10/Android_10_API_29_Q.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 11/Android_11_API_30_R.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Android 12/Android_12_API_31_S.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengxurui/AndroidPlatforms/HEAD/Android 12/Android_12_API_31_S.md -------------------------------------------------------------------------------- /Android 13/Android_13_DP2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengxurui/AndroidPlatforms/HEAD/Android 13/Android_13_DP2.md -------------------------------------------------------------------------------- /Android 13/images/Android 13 计划时间轴.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengxurui/AndroidPlatforms/HEAD/Android 13/images/Android 13 计划时间轴.svg -------------------------------------------------------------------------------- /Android 13/images/tmp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengxurui/AndroidPlatforms/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pengxurui/AndroidPlatforms/HEAD/README.md -------------------------------------------------------------------------------- /platforms/Android_12_API_31_S: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /platforms/Android_13_API_32_T: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------