mianlaoshu
mianlaoshu

Reputation: 2592

android how to detect if an app is moved to sdcard

On rooted phone, how to detect if an application can be moved to sdcard or not?

I know i could check if ApplicationInfo.flags&ApplicationInfo.FLAG_EXTERNAL_STORAGE equals ApplicationInfo.FLAG_EXTERNAL_STORAGE or not. But if it is forced to moved to sdcard, is this flag affected?

Upvotes: 1

Views: 107

Answers (0)

Related Questions