作者README中的解释: ``` greylist-max-o targetSDK>=O时不允许调用,targetSDK<O时警告 greylist-max-p targetSDK>=P时不允许调用,targetSDK<P时警告 ``` 官网的解释: `these interfaces belong to the max-target-q (greylist-max-q) list, so your app can only use these interfaces if it targets Android 10 (API level 29) or lower.` [https://developer.android.com/about/versions/11/non-sdk-11#change-details](https://developer.android.com/about/versions/11/non-sdk-11#change-details) 感觉`greylist-max-o`的意思是最高支持到`Android8`
作者README中的解释:
官网的解释:
these interfaces belong to the max-target-q (greylist-max-q) list, so your app can only use these interfaces if it targets Android 10 (API level 29) or lower.https://developer.android.com/about/versions/11/non-sdk-11#change-details
感觉
greylist-max-o的意思是最高支持到Android8