Have you tried something like
int level = this.getIntent().getIntExtra("level", 0);
int scale = this.getIntent().getIntExtra("scale", 100);
if((level * 100 / scale) > 70){
// dl
}
monmonja
http://almondmendoza.com/2009/01/04/getting-battery-information-on-android/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---