Created
June 9, 2017 06:36
-
-
Save imgly-gists/339b702b7b5d3ff06f1d1c68d75b4ee7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @Override | |
| public void initialize(CordovaInterface cordova, CordovaWebView webView) { | |
| super.initialize(cordova, webView); | |
| PESDK.init(cordova.getActivity().getApplication(), "LICENSE_ANDROID"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment