openPowerManagerSettings
Android Only
API used to navigate to the appropriate Android System settings for the device.
openPowerManagerSettings(): Promise<void>;
Call getPowerManagerInfo()
first to find out if the user's device is supported.
View the Background Restrictions documentation for more information.
import notifee from `@notifee/react-native`;
const powerManagerInfo = await notifee.getPowerManagerInfo
if (powerManagerInfo.activity) {
// 1. ask the user to adjust their Power Manager settings
// ...
// 2. if yes, navigate them to settings
await notifee.openPowerManagerSettings();
}
Copyright 2020 - 2021 © Invertase Limited
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License and code samples are licensed under the Apache 2.0 License.
All product names, logos, and brands are property of their respective owners. All company, product and service names used in this website are for identification purposes only. Use of these names, logos, and brands does not imply endorsement.