Skip to content

Android 8+ scan throttle #54

@oykenfurkan

Description

@oykenfurkan

After version 8.0 Android started apply limitations to the frequency of scans using. The new limitations are;

Android 8.0 and Android 8.1:

Each background app can scan one time in a 30-minute period.

Android 9:

Each foreground app can scan four times in a 2-minute period. This allows for a burst of scans in a short time.

All background apps combined can scan one time in a 30-minute period.

https://developer.android.com/guide/topics/connectivity/wifi-scan

According to these the sample application is failed to update the values after 4 scans.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions