Remove package biometric2 from AOSP settings

Flag: EXEMPT Remove legacy code from AOSP
Bug: 351977012
Test: Build pass
Change-Id: I2285ab8cc2776071c329d7432849aeffc28ed8ee
This commit is contained in:
Vincent Wang
2024-07-09 08:50:11 +00:00
parent 3e393d0a46
commit e9c4adfaf1
61 changed files with 7 additions and 10449 deletions

View File

@@ -2800,20 +2800,6 @@
</intent-filter>
</activity>
<activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity"
android:exported="true"
android:theme="@style/GlifTheme.Light" />
<activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$InternalActivity"
android:exported="false"
android:theme="@style/GlifTheme.Light"
android:taskAffinity="com.android.settings.root" />
<activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$SetupActivity"
android:exported="true"
android:permission="android.permission.MANAGE_FINGERPRINT"
android:theme="@style/GlifTheme.Light" />
<activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
android:exported="false"
android:theme="@style/GlifTheme.Light"