mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-02 07:15:21 +00:00
app: switch to M3 APS theme
This commit is contained in:
@@ -28,13 +28,12 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:requestLegacyExternalStorage="true"
|
android:requestLegacyExternalStorage="true"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/APSThemeM3"
|
||||||
tools:ignore="GoogleAppIndexingWarning">
|
tools:ignore="GoogleAppIndexingWarning">
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.passwords.PasswordStore"
|
android:name=".ui.passwords.PasswordStore"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize" />
|
||||||
android:label="@string/app_name" />
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.onboarding.activity.OnboardingActivity"
|
android:name=".ui.onboarding.activity.OnboardingActivity"
|
||||||
@@ -51,7 +50,7 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".ui.main.LaunchActivity"
|
android:name=".ui.main.LaunchActivity"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
android:label="@string/app_name"
|
android:exported="true"
|
||||||
android:theme="@style/NoBackgroundTheme">
|
android:theme="@style/NoBackgroundTheme">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
@@ -95,7 +94,8 @@
|
|||||||
android:label="@string/new_password_title"
|
android:label="@string/new_password_title"
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
|
|
||||||
<activity android:name=".ui.crypto.PasswordCreationActivityV2"
|
<activity
|
||||||
|
android:name=".ui.crypto.PasswordCreationActivityV2"
|
||||||
android:label="@string/new_password_title"
|
android:label="@string/new_password_title"
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
|
|
||||||
@@ -115,6 +115,7 @@
|
|||||||
android:process=":password_export_service_process" />
|
android:process=":password_export_service_process" />
|
||||||
<service
|
<service
|
||||||
android:name=".util.services.OreoAutofillService"
|
android:name=".util.services.OreoAutofillService"
|
||||||
|
android:exported="true"
|
||||||
android:permission="android.permission.BIND_AUTOFILL_SERVICE">
|
android:permission="android.permission.BIND_AUTOFILL_SERVICE">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.service.autofill.AutofillService" />
|
<action android:name="android.service.autofill.AutofillService" />
|
||||||
|
Reference in New Issue
Block a user