mirror of
https://github.com/ponces/treble_aosp.git
synced 2025-05-08 15:27:35 +00:00
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From 32c9b0eca3b0e74bba9e203009355976877f8bf9 Mon Sep 17 00:00:00 2001
|
|
From: Luca Stefani <luca.stefani.ge1@gmail.com>
|
|
Date: Fri, 1 Nov 2019 23:17:59 +0100
|
|
Subject: [PATCH 3/3] Properly expose GridCustomizationsProvider
|
|
|
|
Change-Id: I8268a215257ae0e399c56ac8b44cdfdff8cc92a0
|
|
---
|
|
AndroidManifest-common.xml | 4 +++-
|
|
1 file changed, 3 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
|
|
index 80d2eaca23..b0d4e5b81e 100644
|
|
--- a/AndroidManifest-common.xml
|
|
+++ b/AndroidManifest-common.xml
|
|
@@ -138,7 +138,9 @@
|
|
<provider
|
|
android:name="com.android.launcher3.graphics.GridCustomizationsProvider"
|
|
android:authorities="${applicationId}.grid_control"
|
|
- android:exported="true" />
|
|
+ android:exported="true"
|
|
+ android:writePermission="${applicationId}.permission.WRITE_SETTINGS"
|
|
+ android:readPermission="${applicationId}.permission.READ_SETTINGS" />
|
|
|
|
<!--
|
|
The settings activity. To extend point settings_fragment_name to appropriate fragment class
|
|
--
|
|
2.34.1
|
|
|