Commit Graph

3 Commits

Author SHA1 Message Date
Alexander Rvachev
01369b17fc Do not use multi-catch for reflection-related exceptions — it somehow compiles into
closest common parent, which is a ReflectiveOperationException, not supported on old
Android versions.
2015-03-16 11:38:33 +10:00
Alexander Rvachev
001ff7911a Fixed issues with new methods, not supported in API v4 (getLocalizedMessage is
worthless anyway)
2015-03-16 09:35:10 +10:00
Alexander Rvachev
13a90130e1 Move reusable application launching routines to separate library. Export AIDL interface
to use ATE from other apps. Open /dev/ptmx and use ParcelFileDescriptors in Java. Changed
minnimal API version to 4, because IntentSender.
2015-03-16 08:29:41 +10:00