Loading Passwords/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ android_app_import { certificate: "platform", apk: "app-universal-release.apk", system_ext_specific: true, required: [ "e_PasswordsFrameworksBaseOverlay", ], optional_uses_libs: [ "androidx.window.extensions", "androidx.window.sidecar", Loading Passwords/rro_overlays/PasswordAppBaseOverlay/Android.bp 0 → 100644 +8 −0 Original line number Diff line number Diff line package { default_applicable_licenses: ["Android-Apache-2.0"], } runtime_resource_overlay { name: "e_PasswordsFrameworksBaseOverlay", product_specific: true, } Passwords/rro_overlays/PasswordAppBaseOverlay/AndroidManifest.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="foundation.e.passwords.frameworksbaseoverlay" android:versionCode="1" android:versionName="1.0"> <application android:hasCode="false" /> <overlay android:targetPackage="android" android:priority="0" android:isStatic="true" /> </manifest> Passwords/rro_overlays/PasswordAppBaseOverlay/res/values/config.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="config_defaultAutofillService" translatable="false">foundation.e.passwords/com.hegocre.nextcloudpasswords.services.autofill.NCPAutofillService</string> </resources> Loading
Passwords/Android.bp +3 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,9 @@ android_app_import { certificate: "platform", apk: "app-universal-release.apk", system_ext_specific: true, required: [ "e_PasswordsFrameworksBaseOverlay", ], optional_uses_libs: [ "androidx.window.extensions", "androidx.window.sidecar", Loading
Passwords/rro_overlays/PasswordAppBaseOverlay/Android.bp 0 → 100644 +8 −0 Original line number Diff line number Diff line package { default_applicable_licenses: ["Android-Apache-2.0"], } runtime_resource_overlay { name: "e_PasswordsFrameworksBaseOverlay", product_specific: true, }
Passwords/rro_overlays/PasswordAppBaseOverlay/AndroidManifest.xml 0 → 100644 +13 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="foundation.e.passwords.frameworksbaseoverlay" android:versionCode="1" android:versionName="1.0"> <application android:hasCode="false" /> <overlay android:targetPackage="android" android:priority="0" android:isStatic="true" /> </manifest>
Passwords/rro_overlays/PasswordAppBaseOverlay/res/values/config.xml 0 → 100644 +4 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="config_defaultAutofillService" translatable="false">foundation.e.passwords/com.hegocre.nextcloudpasswords.services.autofill.NCPAutofillService</string> </resources>