Monday, June 21, 2010

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

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 and warn users if they did.
 
But didn't find a way so far.
 
grtx , arnold


 
2010/6/21 TreKing <trekingapp@gmail.com>
On Sun, Jun 13, 2010 at 4:24 PM, arnoldl <arnold@fortuin.nl> wrote:
With froyo users can move a app to the sd card...

Only if you allow it, AFAIK.
 
How can i test if my app is on internam memory or on sd?

Not sure, but what does it matter?

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment