[tor-commits] [orbot/master] added new method for remote server interface for Share service

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jul 18 02:44:32 UTC 2013


commit c4810d485db4ec32aca81fcb830ca3f136dce136
Author: n8fr8 <nathan at freitas.net>
Date:   Tue Feb 12 14:29:02 2013 +0700

    added new method for remote server interface for Share service
---
 src/org/torproject/android/service/ITorService.aidl |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/org/torproject/android/service/ITorService.aidl b/src/org/torproject/android/service/ITorService.aidl
index 07fa808..1d659f9 100644
--- a/src/org/torproject/android/service/ITorService.aidl
+++ b/src/org/torproject/android/service/ITorService.aidl
@@ -53,4 +53,9 @@ interface ITorService {
     */
     String getInfo (String args);
     
+    /**
+    * Add Onion Share
+    */
+    String addOnionShare (in Uri uriData, String contentType);
+    
 }





More information about the tor-commits mailing list