Features
- Check if Auto Start Setting is available
await AndroidAutostart.autoStartSettingIsAvailable;
- Navigate to Auto Start Setting screen
AndroidAutostart.navigateAutoStartSetting();
- Manually navigate to Auto Start Setting screen from a unsupported manufacturer.
AndroidAutostart.customSetComponent(
manufacturer: "example",
pkg: "com.org.example",
cls: "com.org.autostart.AutoStartActivyExample",
);
Supported device manufacturers:
- Asus
- Honor
- Letv
- Nokia
- OnePlus
- Oppo
- Samsung
- Vivo
- Xiaomi
Changelog
- Flutter libs updated