spocky / miproja1

254 stars 8 forks source link

Feature request : Force Close app in context menu #97

Open redneckeyeball opened 3 months ago

redneckeyeball commented 3 months ago

In the long keypress menu, where you can select "open" or "uninstall", would it be possible to add two additional items ?

This would be really useful.

Thank you, Red (premium user)

truth7seeker commented 3 months ago

This would be amazing, I 2nd this.

spocky commented 2 months ago

Projectivy is a launcher but unfortunately, that doesn't mean it becomes a System app : it can't have more privileges than any other app. Which means it can't do low level things you would not expect any app to do. This includes : kill app, change permission, clear data, clear cache, reboot device... All these features are protected and only available to system apps to preserve user privacy and security. They all require the user to manually interact with a privileged (system) app (killing apps from another app has been working on previous android versions, though, but not allowed anymore)

There might be workarounds with rooted devices or direct adb connection, but :