Hi i've developed an android app which is screen pinned (using admin receiver). I've also put an automatic update check (my own server). When there is an update it downloads the APK and starts an intent to install it.
As the screen is Screen pinned it will not allow me to start or see the install screen so i can click the install button.
Is there anyway round this? The update method works when the screen is not pinned but that defeats the object of me screen pinning.
Thanks