Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cdff407f authored by Abhisek Devkota's avatar Abhisek Devkota
Browse files

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
parent fe686053
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
        <activity android:theme="@style/NoDisplay"
                  android:label="@string/activity_label_empty"
                  android:name=".wizardmanager.WizardManager"
                  android:exported="true"
                  android:exported="false"
                  android:excludeFromRecents="true"
                  android:configChanges="keyboard|keyboardHidden|mcc|mnc|orientation|screenSize"
                  android:immersive="true">