-
Notifications
You must be signed in to change notification settings - Fork 95
兼容性 Compatibility
Rui Zhao edited this page Feb 29, 2020
·
5 revisions
Some functionalities of Easer have to be implemented in a hacky way because of the restriction of Android. This page lists that, and points to the relevant contents for future use (if any).
由於Android的限制,Easer的部分功能不得不用hacky的方式實現。本頁面列出它們,並指向相關的內容以便(或許存在的)未來使用。
This page is not complete. Please feel free to add more relevant information.
Generally speaking, if something is not supported by API, it can't be done reliably at all -- something works on one device may not work on another, on one ROM but not on another.
In most cases, they are done either by using "hidden API" or using "root".
可以認爲,沒有API支持的功能完全無法被可靠實現——部分設備可能能用,其他的可能不能;某個ROM上能用,但另一個上不行。
絕大多數情況下,實現依賴「隱藏API」或「root」。
[#248