Re: [android-developers] how to test if app is installed on sd

2010-06-25 Thread arnold ligthart
at 12:37 PM, arnold ligthart arn...@fortuin.nl wrote: User's can force a ... How, exactly? So i want to test for sd install and warn users if they did. Just put up a generic warning message, regardless if they're installed on the SD card or not, when they update the app or mount the SD card

Re: [android-developers] how to test if app is installed on sd

2010-06-21 Thread arnold ligthart
User's can force a app to sd , even if it's not allowed in the manifest. My app uses alarmmanager to set alarms for important event from the user (calendar). If on sd , and sd is unmouted (connect to pc) then all alarms are lost...and people will blame the app. So i want to test for sd install