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

Commit 62f14579 authored by Roman Birg's avatar Roman Birg
Browse files

SetupWizard: declare setupwizard category in manifest



In case there's more than one setup wizard package, we can only grant
permissions to one by default. That is queried by the
Intent.CATEGORY_SETUP_WIZARD which needs to be declared so we are in the
line up to receive the permission.

Change-Id: Ia9bf7ef2dfdaedfc567f038cd860abafa0e2d657
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 8c472fc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@

                <category android:name="android.intent.category.HOME" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.SETUP_WIZARD" />
            </intent-filter>
        </activity>