You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: [SDK-5088] read the kill switch through the feature manager
The detector scanned the raw fetched flag list because the kill switch
key had no catalog entry. Now that it has one, DeviceGestureDetector
takes IFeatureManager and asks it for SDK_DEVICE_GESTURE_DISABLED like
every other flag, which also drops the hand-rolled case handling. The
switch still reads present-means-off, and absent still means on.
Copy file name to clipboardExpand all lines: OneSignalSDK/onesignal/core/src/test/java/com/onesignal/core/internal/gesture/DeviceGestureDetectorTests.kt
0 commit comments