mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-22 22:09:58 +00:00
!1102 modify unfocus and lock time
Merge pull request !1102 from chenbin/master
This commit is contained in:
commit
7480368a6f
@ -41,7 +41,7 @@ constexpr int32_t INDEX_2 = 2;
|
||||
constexpr int32_t INDEX_3 = 3;
|
||||
constexpr int32_t CANCEL_FOCUSED_DELAYED = 60000;
|
||||
constexpr int32_t SCREEN_OFF_DELAY_TIME = 10000;
|
||||
constexpr int64_t TIME_DELAYED = 250; // determines whether normal unfocused or lockoff
|
||||
constexpr int64_t TIME_DELAYED = 500; // determines whether normal unfocused or lockoff
|
||||
const std::string TAG = "DMSContinueSendMgr";
|
||||
const std::string TIMEOUT_UNFOCUSED_TASK = "timeout_unfocused_task";
|
||||
const std::string SCREEN_OFF_UNFOCUSED_TASK = "screen_off_unfocused_task";
|
||||
|
Loading…
Reference in New Issue
Block a user