-5

I want to install app silently in android without using user prompt and without ROOT.

I know this question has lots of answers but i can't find proper answer for same.

i.e is it possible if we make app as device admin or device owner or profile owner ?

Thanks for advance.

Mohit Trivedi
  • 699
  • 3
  • 13

1 Answers1

1

It's not possible, the only way for skip user prompt, is to be root and place the apk on the system folder instead of app folder

If the apk is in the system folder you can install it silently easely, but the system folder can only be access with ROOT

Vodet
  • 1,491
  • 1
  • 18
  • 36
  • Not to mention the **huge**, obvious security implications this would raise if this was indeed possible. – Michael Dodd May 24 '19 at 07:56
  • @MichaelDodd Is it possible if we make app as device admin or device owner or profile owner ? – Mohit Trivedi May 24 '19 at 08:05
  • @MohitTrivedi Nope, only if the device has been rooted by the user, as Vodet mentioned in their answer. Otherwise the system partition will remain read-only. – Michael Dodd May 24 '19 at 08:12