Update configurator intent to be public
This updates the settings code to use the public intent instead.
Test: tests still pass
Bug: WIP
Change-Id: Id40f60b4c2209073aef8747faa5de4e7ff9692ae
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a8101f1..c71a6fb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -3048,7 +3048,7 @@
<intent-filter>
<action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
<action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
- <action android:name="android.settings.PROCESS_WIFI_DPP_QR_CODE"/>
+ <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_QR_CODE"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>