Peter Serwylo 04f899d72f Refactored API dependent implementations into classes.
See http://stackoverflow.com/a/6495399.

I thought that I could just wrap
API dependent code in an if statement, ant it would only have a problem
if it tried to execute a particular function at runtime. However when
testing on a 1.6 emulator, I was getting "VerifyErrors" which as the
link above suggest, are because it is verifying every statement in a
class. Refactoring out to another class solves this because it only
verifies classes which are loaded at runtime.
2013-04-14 08:12:34 +10:00
2013-04-12 14:53:15 +01:00
2012-08-25 09:54:35 +01:00
2013-04-12 14:53:15 +01:00
2010-10-19 23:24:04 +01:00
2013-03-24 08:56:55 +00:00
2012-08-17 16:49:15 +01:00
2012-08-17 16:48:00 +01:00
2013-04-12 14:45:48 +01:00
2011-01-20 23:34:29 +00:00
Description
No description provided
GPL-3.0 46 MiB
Languages
Java 98.5%
Shell 0.6%
Python 0.6%
AIDL 0.2%
HTML 0.1%