droid: add helper function for grabbing the target file from an intent
[vuplus_xbmc] / xbmc / android / activity / XBMCApp.h
index 5c6bed7..d30baba 100644 (file)
@@ -108,6 +108,7 @@ protected:
 private:
   static bool HasLaunchIntent(const std::string &package);
   bool getWakeLock();
+  std::string GetFilenameFromIntent(const CJNIIntent &intent);
   void run();
   void stop();
   void SetupEnv();