From 37b1f6b40a8afc24404d0426d68c9739f7ed7754 Mon Sep 17 00:00:00 2001 From: mohit mali Date: Sun, 7 Mar 2021 18:44:09 +0530 Subject: [PATCH] Implemented code to change micro installation status --- AndroidManifest.xml | 2 ++ .../applications/InstalledAppDetails.java | 26 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5bb12fab3a2..d5aa3fe2781 100755 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -107,6 +107,8 @@ + + { @Override protected void onPostExecute(Void aVoid) { -- GitLab