-6

I developped launcher for an android MDM system. I control this mdm system with Api, so I need help to know how can uninstall/install app into device that use this mdm system in background and without the installer permission.

I also need to delete the apk file from android device storage after the install.

How can I do this programmatically in java?

Any one have solution?

Ole V.V.
  • 81,772
  • 15
  • 137
  • 161

2 Answers2

1

For security purpose without the installer permission we cant install/unistall application in android.

sasikumar
  • 12,540
  • 3
  • 28
  • 48
1

It may require device rooted & make your app system. Read this for reference.

Note: this is not recomended if you want publish your app to playstore

Mochamad Taufik Hidayat
  • 1,264
  • 3
  • 21
  • 32