Added HyperOS Gallery 3.7 and HyperOS Gallery Editor
source : https://t.me/llionsmods
This commit is contained in:
parent
2eff9897be
commit
525791eb8c
10 changed files with 21 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
*.apk filter=lfs diff=lfs merge=lfs -text
|
||||
|
|
@ -29,6 +29,17 @@ android_app_import {
|
|||
privileged: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MiuiGalleryEditor",
|
||||
owner: "xiaomi",
|
||||
apk: "proprietary/system/priv-app/MiuiGalleryEditor/MiuiGalleryEditor.apk",
|
||||
certificate: "platform",
|
||||
dex_preopt: {
|
||||
enabled: false,
|
||||
},
|
||||
privileged: true,
|
||||
}
|
||||
|
||||
android_app_import {
|
||||
name: "MiuiVideoPlayer",
|
||||
owner: "xiaomi",
|
||||
|
|
|
|||
|
|
@ -16,4 +16,5 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
MiuiCamera \
|
||||
MiuiGallery \
|
||||
MiuiGalleryEditor \
|
||||
MiuiVideoPlayer
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
BIN
common/proprietary/system/priv-app/MiuiGalleryEditor/MiuiGalleryEditor.apk
(Stored with Git LFS)
Normal file
BIN
common/proprietary/system/priv-app/MiuiGalleryEditor/MiuiGalleryEditor.apk
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -11,4 +11,9 @@
|
|||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
<permission name="android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND"/>
|
||||
</privapp-permissions>
|
||||
<privapp-permissions package="com.miui.mediaeditor">
|
||||
<permission name="android.permission.WRITE_MEDIA_STORAGE" />
|
||||
<permission name="android.permission.INTERACT_ACROSS_USERS"/>
|
||||
<permission name="android.permission.WRITE_SECURE_SETTINGS"/>
|
||||
</privapp-permissions>
|
||||
</permissions>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue