AppManager icon indicating copy to clipboard operation
AppManager copied to clipboard

Show & enable/disable app actions

Open gnuhead-chieb opened this issue 4 years ago • 4 comments

AM should be show and make toggllable app actions(written in app manifest with action tag). https://developer.android.com/reference/android/content/Intent

This feature already implemented in 3C App Manager. Screenshot_20210306-210445

gnuhead-chieb avatar Mar 06 '21 19:03 gnuhead-chieb

This is what the FOSS app Autostarts does which I've revived few months ago. Android's package manager is, unfortunately, very unreliable and full of bugs. This will be implemented after implementing my own alternative package manager.

MuntashirAkon avatar Mar 09 '21 02:03 MuntashirAkon

This is what the FOSS app Autostarts does which I've revived few months ago. Android's package manager is, unfortunately, very unreliable and full of bugs. This will be implemented after implementing my own alternative package manager.

Autostarts basically just disables broadcast receivers, right? With regard to that, I am sorely missing the listing of the intents a receiver listens to in App Manager. Autostarts does that, and e.g. MyAndroidTools looks like this:

image

whereas App Manager only shows this:

image

ltguillaume avatar Aug 26 '21 17:08 ltguillaume

Any update? Why not combining AutoStart into AppMgr

weisuofayubb avatar Mar 06 '24 02:03 weisuofayubb

Any update?

None. If there were any updates, you would find it in the labels section (at the right hand side or bottom).

Why not combining AutoStart into AppMgr

Because it's not possible to combine both as they are designed and implemented in a different way. As a result, AutoStarts also has additional issues with some APK files which cannot be solved without altering its implementation.

MuntashirAkon avatar Mar 06 '24 02:03 MuntashirAkon