Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4ae5dc80 authored by LuK1337's avatar LuK1337
Browse files

overlay: Set PermissionController help URLs

Change-Id: Ib21950062261e8f280c16544341c35f2055c554a
parent 4119bc6a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -246,7 +246,8 @@ PRODUCT_PACKAGE_OVERLAYS += \

PRODUCT_PACKAGES += \
    DocumentsUIOverlay \
    NetworkStackOverlay
    NetworkStackOverlay \
    PermissionControllerOverlay

# Translations
CUSTOM_LOCALES += \
+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,
}
+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>
+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>