Subject. I'm not asking what I will lose if I move app, but rather about how system detects if app is "movable" or not and enables/disables corresponding button in "App Info" activity accordingly. Hope I made myself clear, if now - please comment and suggest better terminology.
Asked
Active
Viewed 63 times
1
1 Answers
1
Okay, this is related to App Install Location and behavior in question controlled by application manifest, specifically, by android:installLocation
attribute (NB: by default system assumes internalOnly
).

Free Consulting
- 336
- 1
- 3
- 13
Manifest
– so it's easy for the system to "detect". – Izzy Jan 18 '16 at 13:55