From cdff407f887b08f1ccc9bdaf574f59e4d9afbed4 Mon Sep 17 00:00:00 2001 From: Abhisek Devkota Date: Sat, 3 Feb 2018 20:28:50 -0800 Subject: [PATCH] SUW: Don't export our WizardManager Even though we disable this class when GMS is present, the intent-filters are still active and cause an activity resolver to be presented to the user. Disable export of this activity to work around this. Change-Id: I5888c71b5fdb95e59e15366b66f56e7968e51f1a --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 587140f7..574f652c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -68,7 +68,7 @@