Loading AndroidManifest.xml +7 −2 Original line number Diff line number Diff line Loading @@ -1945,8 +1945,13 @@ android:screenOrientation="portrait"/> <activity android:name=".biometrics.face.FaceEnrollIntroduction" android:exported="false" android:screenOrientation="portrait"/> android:exported="true" android:screenOrientation="portrait"> <intent-filter> <action android:name="android.settings.FACE_ENROLL"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity> <activity android:name=".biometrics.face.FaceEnrollEducation" android:exported="false" Loading Loading
AndroidManifest.xml +7 −2 Original line number Diff line number Diff line Loading @@ -1945,8 +1945,13 @@ android:screenOrientation="portrait"/> <activity android:name=".biometrics.face.FaceEnrollIntroduction" android:exported="false" android:screenOrientation="portrait"/> android:exported="true" android:screenOrientation="portrait"> <intent-filter> <action android:name="android.settings.FACE_ENROLL"/> <category android:name="android.intent.category.DEFAULT"/> </intent-filter> </activity> <activity android:name=".biometrics.face.FaceEnrollEducation" android:exported="false" Loading