Package com.opentok.android
Class PermissionsUtils
java.lang.Object
com.opentok.android.PermissionsUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
requestBatteryOptimizationIntent
(android.content.Context context) Setting Battery to Ignore Optimizations will prevent on Android 15 or above to disable network connectivity when app is on background +info: https://developer.android.com/reference/android/provider/Settings#ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
-
Constructor Details
-
Method Details
-
requestBatteryOptimizationIntent
public static void requestBatteryOptimizationIntent(android.content.Context context) Setting Battery to Ignore Optimizations will prevent on Android 15 or above to disable network connectivity when app is on background +info: https://developer.android.com/reference/android/provider/Settings#ACTION_REQUEST_IGNORE_BATTERY_OPTIMIZATIONS- Parameters:
context
- Application context.
-