문제

Suppose my app permits installs to external storage: android:installLocation="auto”.

Assume some of the users have installed the app to e.g. SD card.

For various reasons, in the next update, I want to enforce my app to be installable to internal storage only by updating the permission tag to android:installLocation="internalOnly”.

What would happen to the users with the app installed on external storage after the update?

도움이 되었습니까?

해결책

Nothing will change, only new users will have that applied to them.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top