Launch correct enrollment activity from ChooseLock
Test: no noticable difference when setting up fingeprint work profile
Fixes: 130397083
Change-Id: I34be5262cc52052ce25a188f19bbcc13f938ac92
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dfbc02c..76a8770 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1562,6 +1562,11 @@
android:exported="false"
android:screenOrientation="portrait"/>
+ <!-- Must not be exported -->
+ <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
+ android:exported="false"
+ android:theme="@style/GlifTheme.Light"/>
+
<activity android:name=".biometrics.BiometricEnrollActivity"
android:exported="true"
android:theme="@style/GlifTheme.Light">