27#ifndef ANDROIDSUPPORT_H
28#define ANDROIDSUPPORT_H
40bool AndroidUnzip(wxString zipFile, wxString destDir,
int nStrip,
42wxString AndroidGetCacheDir();
43bool AndroidSecureCopyFile(wxString in, wxString out);
44void androidShowBusyIcon();
45void androidHideBusyIcon();
46void androidEnableRotation();
47void androidDisableRotation();
48int androidGetSDKVersion();