Hi all!

I have an application where I start Google Maps with an intent like this:

Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri));

The thing is that I can see that my app gets killed when I use the map,
especially when I go to street view.
I use: "adb shell dumpsys activity" to inspect the running processes and my
app has oom_adj=7.Why does this happen and is there anything I can do to
make my app have a higher priority, thereby preventing it from getting
killed so easily?

Cheers!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to