I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c59103eb authored by str4d's avatar str4d
Browse files

Comments

parent f00a35ee
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,10 @@ public class I2PAndroidHelper { ...@@ -67,6 +67,10 @@ public class I2PAndroidHelper {
* Try to bind to I2P Android, using the provided ServiceConnection and * Try to bind to I2P Android, using the provided ServiceConnection and
* flags. Call this method from * flags. Call this method from
* {@link android.app.Service#onStartCommand(android.content.Intent, int, int)}. * {@link android.app.Service#onStartCommand(android.content.Intent, int, int)}.
* The ServiceConnection will be provided with an {@link android.os.IBinder}
* that can be converted to an
* {@link net.i2p.android.router.service.IRouterState} with
* <code>IRouterState.Stub.asInterface(IBinder)</code>.
*/ */
public boolean bind(ServiceConnection serviceConnection, int flags) { public boolean bind(ServiceConnection serviceConnection, int flags) {
Log.i(LOG_TAG, "Binding to I2P Android with provided ServiceConnection"); Log.i(LOG_TAG, "Binding to I2P Android with provided ServiceConnection");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment