iconex_android icon indicating copy to clipboard operation
iconex_android copied to clipboard

ICONex for Android

ICONex

ICONex Android version

ICONex is a wallet where you can keep not only ICX but also other various crypto-currencies.

Dependencies

Requirement

  • Android Studio

Open in Android Studio

Clone repository

git clone https://github.com/icon-project/iconex_android.git

Finally open the iconex_android directory in Android Studio

Developer mode

ICONex for Android supports developer mode since version 1.5.0

How to

  • Require 3rd party app or Web pages
  • Using communication protocol ICONex connect
  • Set action, "DEVELOPER" to broadcast Intent.
Intent intent = new Intent()
                .setClassName("foundation.icon.iconex", "foundation.icon.connect.ConnectReceiver")
                .setAction("DEVELOPER")
                .addFlags(Intent.FLAG_INCLUDE_STOPPED_PACKAGES);

sendBroadcast(intent);
  • When activated, users can choose ICON Service provider via App Info menu.
  • ICON Network
  • Note: ** It won't be changed until user deactivates mode. **

Download

Experimental

  • This project contains lots of experimental elements.