Skip to content

Instantly share code, notes, and snippets.

@blaswan
Created March 10, 2017 07:51
Show Gist options
  • Save blaswan/c79e72392078b33eb22e45be8545e6fb to your computer and use it in GitHub Desktop.
Save blaswan/c79e72392078b33eb22e45be8545e6fb to your computer and use it in GitHub Desktop.

Revisions

  1. blaswan created this gist Mar 10, 2017.
    8 changes: 8 additions & 0 deletions MyApplication.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    public class MyApplication extends Application {
    @Override
    public void onCreate() {
    super.onCreate();
    ChannelPlugin.initialize(this, pluginKey);
    // ChannelPlugin.initialize(this, pluginKey, true); // for debug
    }
    }