Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release/20190925-opensignalswitch' into 'release/20190925'
Browse files Browse the repository at this point in the history
[Android] open enableAlarmSignal config

[Android] open enableAlarmSignal config

See merge request !538094
  • Loading branch information
YorkShen committed Sep 27, 2019
2 parents 55c1da4 + 555ae82 commit 43fa33d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2285,7 +2285,7 @@ private WXParams assembleDefaultOptions() {
customOptions.put("__enable_native_promise__","true");
}

String enableAlarmSignal = "false";
String enableAlarmSignal = "true";
IWXConfigAdapter adapter = WXSDKManager.getInstance().getWxConfigAdapter();
if (null != adapter){
try {
Expand Down

0 comments on commit 43fa33d

Please sign in to comment.