Created a new activity in settings App.
This activity displays a WifiDppQrCodeGeneratorFragment after unlocking. This will be used by the new "Share Wi-Fi" button in quick settings InternetDialog.
Bug: 294487249
Test: atest com.android.settings.wifi.dpp.WifiDppConfiguratorAuthActivityTest
Change-Id: I58b61f597db67082f23a1acb4fae5a4556238584
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 79a7171..2c61ec6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -4681,6 +4681,16 @@
</activity>
<activity
+ android:name=".wifi.dpp.WifiDppConfiguratorAuthActivity"
+ android:theme="@style/Transparent"
+ android:exported="true">
+ <intent-filter>
+ <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_AUTH_QR_CODE_GENERATOR"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ </intent-filter>
+ </activity>
+
+ <activity
android:name=".wifi.dpp.WifiDppEnrolleeActivity"
android:exported="true">
<intent-filter>