Merge changes from topic "sdk_int_cp"

* changes:
  Fix testSocketKeepaliveLimitTelephony on R
  Replace FIRST_SDK_INT to DEVICE_INITIAL_SDK_INT in Connectivity
This commit is contained in:
Remi NGUYEN VAN
2021-07-19 09:47:21 +00:00
committed by Gerrit Code Review
3 changed files with 9 additions and 5 deletions

View File

@@ -153,7 +153,7 @@ public class PermissionMonitor {
* Get device first sdk version.
*/
public int getDeviceFirstSdkInt() {
return Build.VERSION.FIRST_SDK_INT;
return Build.VERSION.DEVICE_INITIAL_SDK_INT;
}
/**