mirror of
https://github.com/lineageos4microg/docker-lineage-cicd
synced 2024-11-09 10:09:56 +01:00
Don't want or need the @hide annotations
This commit is contained in:
parent
3f6d79c5be
commit
6090ca0226
@ -1,5 +1,5 @@
|
||||
diff --git a/core/api/current.txt b/core/api/current.txt
|
||||
index 9b5316fb..9e0b9558 100644
|
||||
index 9b5316fb..1e7f6273 100644
|
||||
--- a/core/api/current.txt
|
||||
+++ b/core/api/current.txt
|
||||
@@ -95,6 +95,7 @@ package android {
|
||||
@ -24,16 +24,15 @@ index 9b5316fb..9e0b9558 100644
|
||||
}
|
||||
-
|
||||
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
|
||||
index 22591641..f3660c30 100644
|
||||
index 22591641..cede3930 100644
|
||||
--- a/core/res/AndroidManifest.xml
|
||||
+++ b/core/res/AndroidManifest.xml
|
||||
@@ -4318,6 +4318,28 @@
|
||||
@@ -4318,6 +4318,26 @@
|
||||
android:description="@string/permdesc_getPackageSize"
|
||||
android:protectionLevel="normal" />
|
||||
|
||||
+ <!-- Dummy user-facing group for faking package signature
|
||||
+ @FlaggedApi("android.permission-group.FAKE_PACKAGE")
|
||||
+ @hide
|
||||
+ -->
|
||||
+ <permission-group android:name="android.permission-group.FAKE_PACKAGE"
|
||||
+ android:label="@string/permgrouplab_fake_package_signature"
|
||||
@ -44,7 +43,6 @@ index 22591641..f3660c30 100644
|
||||
+ <!-- Allows an application to change the package signature as
|
||||
+ seen by applications
|
||||
+ @FlaggedApi("android.permission-group.FAKE_PACKAGE_SIGNATURE")
|
||||
+ @hide
|
||||
+ -->
|
||||
+ <permission android:name="android.permission.FAKE_PACKAGE_SIGNATURE"
|
||||
+ android:permissionGroup="android.permission-group.UNDEFINED"
|
||||
|
Loading…
Reference in New Issue
Block a user