Skip to content

Support For Uninstallation of Apps via activity #1274

@Tharow

Description

@Tharow

Please check before submitting an issue

  • I have searched the issues and haven't found anything relevant
  • I am using the latest version of App Manager
  • I have read the docs

Describe a description of the new feature

AppManager already accepts INSTALL_PACKAGE action
It should accept UNINSTALL_PACKAGE action as well.

The idea behind this to allow AppManager to replace the built-in android PackageInstaller
With AppManager supporting running as System, this seemed like the next step.

I'm available for any testing that my be required

Describe the solution you'd like

The AppManager to have an Uninstall Activity accepting UNINSTALL_PACKAGE action, without dependence on the built-in packageinstaller app.

Describe alternatives you've considered

No response

Additional context

activity requirements

  • android.intent.action.DELETE
  • android.intent.action.UNINSTALL_PACKAGE
  • android.intent.category.DEFAULT
  • data scheme: package

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions