Tell me more ×
Android Enthusiasts Stack Exchange is a question and answer site for enthusiasts and power users of the Android operating system. It's 100% free, no registration required.

For example, the Barcode Scanner app takes up:

Total: 0.96MB
Application: 0.92MB
Data: 40KB

on the phone. When I move it to the SD Card, it changes to:

Total: 524KB
Application: 484KB
Data: 40KB

How come it changes?

share|improve this question

2 Answers

up vote 12 down vote accepted

Like Bryan says (I can't comment so had to add another answer...), it doesn't move the whole app. The size given after the move is the bit still on the internal storage - it doesn't give any size for the elements that have beend moved to SD.

So in answer to your question, the app doesn't get smaller, just amount of internal storage used gets smaller.

share|improve this answer
1  
What parts of the app are moved to SD Card and what remain on phone? – LifeH2O Aug 8 '11 at 19:10

As far as I know, it moves as much of the app as it can from the internal storage to the SD card. So for instance, databases, images, or other resources would be moved over. I do not know the exact details of how it works.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.