|
2641 | 2641 | </activity> |
2642 | 2642 |
|
2643 | 2643 | <activity android:name=".password.ConfirmLockPattern" |
| 2644 | + android:enableOnBackInvokedCallback="false" |
2644 | 2645 | android:theme="@style/GlifTheme.Light"/> |
2645 | 2646 |
|
2646 | 2647 | <activity android:name=".password.ConfirmLockPassword" |
| 2648 | + android:enableOnBackInvokedCallback="false" |
2647 | 2649 | android:windowSoftInputMode="stateHidden|adjustResize" |
2648 | 2650 | android:theme="@style/GlifTheme.Light"/> |
2649 | 2651 |
|
|
2811 | 2813 |
|
2812 | 2814 | <!-- Note this must not be exported since it returns the password in the intent --> |
2813 | 2815 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
| 2816 | + android:enableOnBackInvokedCallback="false" |
2814 | 2817 | android:exported="false" |
2815 | 2818 | android:windowSoftInputMode="adjustResize" |
2816 | 2819 | android:theme="@style/GlifTheme.Light"/> |
2817 | 2820 |
|
2818 | 2821 | <activity android:name=".password.SetupChooseLockGeneric" |
| 2822 | + android:enableOnBackInvokedCallback="false" |
2819 | 2823 | android:theme="@style/GlifTheme.Light" |
2820 | 2824 | android:exported="true" |
2821 | 2825 | android:label="@string/lock_settings_picker_title"> |
|
2826 | 2830 | </activity> |
2827 | 2831 |
|
2828 | 2832 | <activity android:name=".password.SetupChooseLockGeneric$InternalActivity" |
| 2833 | + android:enableOnBackInvokedCallback="false" |
2829 | 2834 | android:exported="false" |
2830 | 2835 | android:excludeFromRecents="true" /> |
2831 | 2836 |
|
2832 | 2837 | <activity android:name=".password.ChooseLockGeneric" |
| 2838 | + android:enableOnBackInvokedCallback="false" |
2833 | 2839 | android:label="@string/lockpassword_choose_lock_generic_header" |
2834 | 2840 | android:excludeFromRecents="true" |
2835 | 2841 | android:exported="false" /> |
2836 | 2842 |
|
2837 | 2843 | <activity android:name=".password.SetNewPasswordActivity" |
| 2844 | + android:enableOnBackInvokedCallback="false" |
2838 | 2845 | android:theme="@android:style/Theme.NoDisplay" |
2839 | 2846 | android:exported="true" |
2840 | 2847 | android:excludeFromRecents="true" > |
|
2890 | 2897 | </activity> |
2891 | 2898 |
|
2892 | 2899 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 2900 | + android:enableOnBackInvokedCallback="false" |
2893 | 2901 | android:exported="false" |
2894 | 2902 | android:label="@string/lockpassword_choose_lock_generic_header" |
2895 | 2903 | android:excludeFromRecents="true" /> |
2896 | 2904 |
|
2897 | 2905 | <activity android:name=".password.SetupChooseLockPattern" |
| 2906 | + android:enableOnBackInvokedCallback="false" |
2898 | 2907 | android:exported="false" |
2899 | 2908 | android:theme="@style/GlifTheme.Light" /> |
2900 | 2909 |
|
2901 | 2910 | <activity android:name=".password.ChooseLockPattern" |
| 2911 | + android:enableOnBackInvokedCallback="false" |
2902 | 2912 | android:exported="false" |
2903 | 2913 | android:theme="@style/GlifTheme.Light" /> |
2904 | 2914 |
|
2905 | 2915 | <activity android:name=".password.SetupChooseLockPassword" |
| 2916 | + android:enableOnBackInvokedCallback="false" |
2906 | 2917 | android:exported="false" |
2907 | 2918 | android:theme="@style/GlifTheme.Light" |
2908 | 2919 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
2909 | 2920 |
|
2910 | 2921 | <activity android:name=".password.ChooseLockPassword" |
| 2922 | + android:enableOnBackInvokedCallback="false" |
2911 | 2923 | android:exported="false" |
2912 | 2924 | android:theme="@style/GlifTheme.Light" |
2913 | 2925 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
|
0 commit comments