jni: simplify android_main
authorCory Fields <theuni-nospam-@xbmc.org>
Thu, 2 May 2013 22:17:42 +0000 (18:17 -0400)
committerCory Fields <theuni-nospam-@xbmc.org>
Fri, 10 May 2013 23:47:02 +0000 (19:47 -0400)
commite602582e77f69735c317eb772733264716c5f5c7
tree9c107e96b737c9f99039e82dc08611fc15eb0da6
parent3bba81d02b99ba3b39f4a4a6f790059ab7736b37
jni: simplify android_main

We no longer have to send this stuff to our jni handlers.

Also scope the objects we create so that they are explicitly destroyed before
we exit.
xbmc/android/activity/android_main.cpp