support android 6.0

This commit is contained in:
Hevin
2016-03-15 15:09:40 +08:00
parent a3082d0475
commit 66729b7337
12 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -518,7 +518,7 @@ public class JPushPlugin extends CordovaPlugin {
data.put("resultCode", code);
data.put("tags", tags);
data.put("alias", alias);
String jsEvent = String.format(
final String jsEvent = String.format(
"cordova.fireDocumentEvent('jpush.setTagsWithAlias',%s)",
data.toString());
cordovaActivity.runOnUiThread(new Runnable() {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.