Merge "Added an introduction to the fingerprint enrollment" into mnc-dev

This commit is contained in:
Selim Cinek
2015-06-12 21:57:44 +00:00
committed by Android (Google) Code Review
7 changed files with 185 additions and 9 deletions

View File

@@ -1430,6 +1430,7 @@
<activity android:name=".fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
<activity android:name=".fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
<activity android:name=".fingerprint.FingerprintEnrollFinish" android:exported="false"/>
<activity android:name=".fingerprint.FingerprintEnrollIntroduction" android:exported="false"/>
<!-- Note this must not be exported since it returns the password in the intent -->
<activity android:name="ConfirmLockPattern$InternalActivity"