overlay: Set PermissionController help URLs

Change-Id: Ib21950062261e8f280c16544341c35f2055c554a
This commit is contained in:
LuK1337
2025-02-11 20:59:18 +01:00
parent 4119bc6a48
commit 4ae5dc80b5
4 changed files with 42 additions and 1 deletions

View File

@@ -246,7 +246,8 @@ PRODUCT_PACKAGE_OVERLAYS += \
PRODUCT_PACKAGES += \
DocumentsUIOverlay \
NetworkStackOverlay
NetworkStackOverlay \
PermissionControllerOverlay
# Translations
CUSTOM_LOCALES += \

View File

@@ -0,0 +1,9 @@
//
// SPDX-FileCopyrightText: 2025 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//
runtime_resource_overlay {
name: "PermissionControllerOverlay",
product_specific: true,
}

View File

@@ -0,0 +1,14 @@
<?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>

View File

@@ -0,0 +1,17 @@
<?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>