Loading config/common.mk +2 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,8 @@ PRODUCT_PACKAGE_OVERLAYS += \ PRODUCT_PACKAGES += \ DocumentsUIOverlay \ NetworkStackOverlay NetworkStackOverlay \ PermissionControllerOverlay # Translations CUSTOM_LOCALES += \ Loading overlay/rro_packages/PermissionControllerOverlay/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line // // SPDX-FileCopyrightText: 2025 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // runtime_resource_overlay { name: "PermissionControllerOverlay", product_specific: true, } overlay/rro_packages/PermissionControllerOverlay/AndroidManifest.xml 0 → 100644 +14 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2025 The LineageOS Project SPDX-License-Identifier: Apache-2.0 --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.permissioncontroller.overlay"> <overlay android:isStatic="true" android:priority="100" android:targetPackage="com.android.permissioncontroller" android:targetName="PermissionControllerStyles" /> </manifest> overlay/rro_packages/PermissionControllerOverlay/res/values/strings.xml 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2025 The LineageOS Project SPDX-License-Identifier: Apache-2.0 --> <resources> <!-- Help URL, application permissions [DO NOT TRANSLATE] --> <string name="help_app_permissions" translatable="false">https://support.google.com/googleplay/answer/6270602</string> <!-- Help URI, action disabled by restricted settings [DO NOT TRANSLATE] --> <string name="help_url_action_disabled_by_restricted_settings" translatable="false">https://support.google.com/android/?p=restricted_settings</string> <!-- Link for Safety Label Data Sharing help center page. [CHAR LIMIT=NONE]--> <string name="data_sharing_help_center_link" translatable="false">https://support.google.com/android?p=data_sharing</string> </resources> Loading
config/common.mk +2 −1 Original line number Diff line number Diff line Loading @@ -246,7 +246,8 @@ PRODUCT_PACKAGE_OVERLAYS += \ PRODUCT_PACKAGES += \ DocumentsUIOverlay \ NetworkStackOverlay NetworkStackOverlay \ PermissionControllerOverlay # Translations CUSTOM_LOCALES += \ Loading
overlay/rro_packages/PermissionControllerOverlay/Android.bp 0 → 100644 +9 −0 Original line number Diff line number Diff line // // SPDX-FileCopyrightText: 2025 The LineageOS Project // SPDX-License-Identifier: Apache-2.0 // runtime_resource_overlay { name: "PermissionControllerOverlay", product_specific: true, }
overlay/rro_packages/PermissionControllerOverlay/AndroidManifest.xml 0 → 100644 +14 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2025 The LineageOS Project SPDX-License-Identifier: Apache-2.0 --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.permissioncontroller.overlay"> <overlay android:isStatic="true" android:priority="100" android:targetPackage="com.android.permissioncontroller" android:targetName="PermissionControllerStyles" /> </manifest>
overlay/rro_packages/PermissionControllerOverlay/res/values/strings.xml 0 → 100644 +17 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- SPDX-FileCopyrightText: 2025 The LineageOS Project SPDX-License-Identifier: Apache-2.0 --> <resources> <!-- Help URL, application permissions [DO NOT TRANSLATE] --> <string name="help_app_permissions" translatable="false">https://support.google.com/googleplay/answer/6270602</string> <!-- Help URI, action disabled by restricted settings [DO NOT TRANSLATE] --> <string name="help_url_action_disabled_by_restricted_settings" translatable="false">https://support.google.com/android/?p=restricted_settings</string> <!-- Link for Safety Label Data Sharing help center page. [CHAR LIMIT=NONE]--> <string name="data_sharing_help_center_link" translatable="false">https://support.google.com/android?p=data_sharing</string> </resources>