Android-SDK 0.12.0 scan period

Last changelog:

Added support for monitoring and ranging on Android Nougat devices.

Due to new Android restrictions, we can only start/stop scanning no more than 5 times per 30 seconds. It is strongly recommended, to set your foreground/background
scanning periods according to the new specification. If you forgot to do
so, SDK will automatically update periods to avoid scan block by
Nougat.

Are only the Nougat devices affected?
I’m using Samsung S6 edge (Android 6.0.1).
My both scan periods are:

bM.setBackgroundScanPeriod(1000, 0);
bM.setForegroundScanPeriod(1000, 0);

Will the periods in 0.12.0 sdk set to 30/5= 6 seconds (6000 ms) ?

Yup, we only do the Nougat shenanigans if we detect a Nougat host.