> Also isn't install to SD only 2.2? it is.
> Anyway I was considering making an app that was pretty much only > data. Well, app quite can't have no code if you ask me. But APK can :) > When you run the app it will ask you to unpack all the data to > the SD. Release .zip archive and write installation-steps-for-dummies so your users would know where shall they put these files on SD card and how. Or add download code to your app and install these files to SD card yourself. You can also release APK with embeeded installation code that would copy all files/resources/stuff to SD card, which looks tempting especially you do not bother any bandwidth etc as it goes from Market, but this will cause 'problems' as once users install data and then uninstall your APK no updates will appear for them in Market. Plus, they may complain on APK size anyway. I'd go for one of former ideas. Or think or any other approach -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

