(String path)
| 54 | public class Kid3Activity extends QtActivity { |
| 55 | // Implemented in androidutils.cpp |
| 56 | public static native void setFilePathFromIntent(String path); |
| 57 | |
| 58 | private static boolean isIntentPending; |
| 59 | private static boolean isInitialized; |