andybryant / android-shuffle

Automatically exported from code.google.com/p/android-shuffle
0 stars 0 forks source link

move app to sd card #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This change is pretty minor. Should just be altering the manifest file

Original issue reported on code.google.com by richonl...@gmail.com on 26 Oct 2010 at 3:18

GoogleCodeExporter commented 9 years ago
In shuffle's case its not just altering the manifest file. 
Shuffle has a widget and uses background services. Widgets will not be 
available when the app is on sd. Services are also a tricky thing on sd.

See http://developer.android.com/guide/appendix/install-location.html#ShouldNot 
for more information.

There is a way [0] to get background services and widgets working with sd, but 
this way isn't useful in shuffles case (it would require the apps shuffle, 
shuffle-synchro, and shuffle-widget).

So I think that this issue could be won't fix. 
But if someone is interested in this issue and can get app2sd AND widgets & 
services working without confusing the users too much, feel free to do it. If 
you've got questions on how to get started, feel free to ask (per mail). 

[0] 
https://groups.google.com/group/android-developers/browse_thread/thread/73486250
40efcf39/5d4fe0dbe01e6328?lnk=raot

Original comment by LippertsJan on 17 Dec 2011 at 1:09

GoogleCodeExporter commented 9 years ago
Agreed - it's not like a game with 20MB of images. I intend to use ProGuard in 
a future version to reduce the APK size as well.

Original comment by andybry...@gmail.com on 22 Dec 2011 at 1:43