android :testOnly 對應的是ApplicationInfo 中的 FLAG_TEST_ONLY ,這個Flag 最早在Api Level 4 就已經存在,使用它不會有任何低版本相容的問題。
確定! 回上一頁