Add handoff activity to parental consent flow.

Bug: 188847063
Test: manual
Change-Id: Ib6f38aae487a536fb8e85d608a22378a17c1bc64
This commit is contained in:
Joe Bolinger
2021-06-16 14:07:37 -07:00
parent 0fcac8bf0d
commit fb515ed608
8 changed files with 144 additions and 7 deletions

View File

@@ -1823,6 +1823,10 @@
android:exported="false"
android:screenOrientation="portrait"/>
<activity android:name=".biometrics.BiometricHandoffActivity"
android:exported="false"
android:screenOrientation="portrait"/>
<!-- Must not be exported -->
<activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
android:exported="false"