|
32 | 32 |
|
33 | 33 | <activity |
34 | 34 | android:name=".ui.email.RecoverPasswordActivity" |
35 | | - android:label="@string/title_recover_password_activity" |
36 | | - android:exported="false" /> |
| 35 | + android:label="@string/fui_title_recover_password_activity" |
| 36 | + android:exported="false"/> |
37 | 37 |
|
38 | 38 | <activity |
39 | 39 | android:name=".ui.email.RegisterEmailActivity" |
40 | | - android:label="@string/sign_in_default" |
41 | | - android:exported="false" /> |
| 40 | + android:label="@string/fui_sign_in_default" |
| 41 | + android:exported="false"/> |
42 | 42 |
|
43 | 43 | <activity |
44 | 44 | android:name=".ui.phone.PhoneVerificationActivity" |
45 | | - android:label="@string/sign_in_with_phone_number" |
46 | | - android:exported="false" |
47 | | - android:windowSoftInputMode="stateAlwaysVisible" /> |
| 45 | + android:label="@string/fui_sign_in_with_phone_number" |
| 46 | + android:windowSoftInputMode="stateAlwaysVisible" |
| 47 | + android:exported="false"/> |
48 | 48 |
|
49 | 49 | <activity |
50 | 50 | android:name=".ui.accountlink.WelcomeBackIdpPrompt" |
51 | | - android:label="@string/title_welcome_back_idp_prompt" |
52 | | - android:exported="false" /> |
| 51 | + android:label="@string/fui_title_welcome_back_idp_prompt" |
| 52 | + android:exported="false"/> |
53 | 53 |
|
54 | 54 | <activity |
55 | 55 | android:name=".ui.accountlink.WelcomeBackPasswordPrompt" |
56 | | - android:label="@string/title_welcome_back_password_prompt" |
57 | | - android:exported="false" /> |
| 56 | + android:label="@string/fui_title_welcome_back_password_prompt" |
| 57 | + android:exported="false"/> |
58 | 58 |
|
59 | 59 | <activity |
60 | 60 | android:name=".ui.idp.AuthMethodPickerActivity" |
61 | | - android:label="@string/default_toolbar_title" |
62 | | - android:exported="false" /> |
| 61 | + android:label="@string/fui_default_toolbar_title" |
| 62 | + android:exported="false"/> |
63 | 63 |
|
64 | 64 | <activity |
65 | 65 | android:name="com.facebook.FacebookActivity" |
66 | | - android:label="@string/app_name" |
| 66 | + android:label="@string/fui_app_name" |
67 | 67 | android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation" |
68 | 68 | tools:ignore="MissingRegistered" /> |
69 | 69 |
|
|
0 commit comments