Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在root手机上,如何检测应用程序是否可以移动到sdcard?
我知道我可以检查 ApplicationInfo.flags&ApplicationInfo.FLAG_EXTERNAL_STORAGE 是否等于 ApplicationInfo.FLAG_EXTERNAL_STORAGE。但是如果它被强制移动到sdcard,这个标志会受到影响吗?