OSDN Git Service

Fix Issue 5547: Apollo will not play MP3 files when using Root Explorer
[android-x86/packages-apps-Eleven.git] / src / com / andrew / apollo / IApolloService.aidl
index b44edef..b3a9b39 100644 (file)
@@ -6,6 +6,7 @@ interface IApolloService
 {\r
     void openFile(String path);\r
     void open(in long [] list, int position);\r
+    long getIdFromPath(String path);\r
     int getQueuePosition();\r
     boolean isPlaying();\r
     void stop();\r