Fixing Testcase for CTS test for Android Security b/72505220 b/30741779

Test: successful run of newly introduced CTS test case.
Bug: 72505220
Bug: 30741779

Change-Id: Ie7e303583ca1fd2ece953d1ed74d3bc10ac04be0
Signed-off-by: Karthick Pandiarajan <karthick.pandiarajan@harman.corp-partner.google.com>
(cherry picked from commit df19e6beefb58e85fd61fd4b502f8d6228bc975a)
diff --git a/hostsidetests/security/src/android/security/cts/Poc16_10.java b/hostsidetests/security/src/android/security/cts/Poc16_10.java
index 8d38167..9f41fe8 100644
--- a/hostsidetests/security/src/android/security/cts/Poc16_10.java
+++ b/hostsidetests/security/src/android/security/cts/Poc16_10.java
@@ -120,5 +120,8 @@
         assertNotMatches("[\\s\\n\\S]*Fatal signal 11 \\(SIGSEGV\\)" +
                 "[\\s\\n\\S]*>>> /system/bin/" +
                 "mediaserver <<<[\\s\\n\\S]*", logcat);
+
+        //make sure the app is uninstalled after the test
+        AdbUtils.runCommandLine("pm uninstall com.trendmicro.wish_wu.camera2" , getDevice());
     }
 }