24#ifndef ANDROIDSUPPORT_H
25#define ANDROIDSUPPORT_H
37bool AndroidUnzip(wxString zipFile, wxString destDir,
int nStrip,
39wxString AndroidGetCacheDir();
40bool AndroidSecureCopyFile(wxString in, wxString out);
41void androidShowBusyIcon();
42void androidHideBusyIcon();
43void androidEnableRotation();
44void androidDisableRotation();
45int androidGetSDKVersion();