You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues and haven't found anything relevant
I have read the docs
Describe a description of the new feature
As a package manager AM should allow users to reboot the phone similar to Magisk directly from the app itself.
Few cases where AM itself requires device reboot.
Apps that use storage access framework (SAF), SSAID or Android KeyStore works properly only after an immediate restart. (source)
Root users don’t need to enable ADB over TCP. If you still want to use ADB over TCP, you must revoke superuser permission for App Manager and restart your device. (source)
Manually using hardware button for reboot isn't ideal, though you don't need hardware button as some ROMs (modern android phones) provide this option on android's pull-down-menu. But I do think advanced package manager like AM should provide this basic feature.
Describe the solution you'd like
Add the Reboot options to options menu of main page (Root/ADB-only feature)
Where AM itself requires reboot - show a dialog of 30sec timer with option to "reboot now" & "cancel"
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
2. Root users don’t need to enable ADB over TCP. If you still want to use ADB over TCP, you must revoke superuser permission for App Manager and restart your device. (source)
This notice is not applicable for v4.x.x
1. Apps that use storage access framework (SAF), SSAID or Android KeyStore works properly only after an immediate restart. (source)
We only need to kill the system_server in those cases. This situation will be handled in an upcoming release.
Other ideas:
3. Since No-root users already use Accessibility service for certain operations e.g. clearing cache, UI Tracker etc, use it to trigger system "Power off dialog" when the user click 3-dot menu of main page of AM. (similar to how FNG does with Accessibility service)
4. Use as Assist app (long press the home button of system navigation bar) : Reboot options or trigger Power off dialog depending on the mode of operation used by AM without opening AM application.
Please check before submitting an issue
Describe a description of the new feature
As a package manager AM should allow users to reboot the phone similar to Magisk directly from the app itself.
Few cases where AM itself requires device reboot.
Manually using hardware button for reboot isn't ideal, though you don't need hardware button as some ROMs (modern android phones) provide this option on android's pull-down-menu. But I do think advanced package manager like AM should provide this basic feature.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: