overlay: Set PermissionController help URLs
Change-Id: Ib21950062261e8f280c16544341c35f2055c554a
This commit is contained in:
parent
4119bc6a48
commit
4ae5dc80b5
4 changed files with 42 additions and 1 deletions
|
|
@ -246,7 +246,8 @@ PRODUCT_PACKAGE_OVERLAYS += \
|
||||||
|
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
DocumentsUIOverlay \
|
DocumentsUIOverlay \
|
||||||
NetworkStackOverlay
|
NetworkStackOverlay \
|
||||||
|
PermissionControllerOverlay
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
CUSTOM_LOCALES += \
|
CUSTOM_LOCALES += \
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
//
|
||||||
|
// SPDX-FileCopyrightText: 2025 The LineageOS Project
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
runtime_resource_overlay {
|
||||||
|
name: "PermissionControllerOverlay",
|
||||||
|
product_specific: true,
|
||||||
|
}
|
||||||
|
|
@ -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>
|
||||||
|
|
@ -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>
|
||||||
Loading…
Add table
Reference in a new issue