Skip to content

Commit

Permalink
pkg(com.google.android.photopicker): add package (#824)
Browse files Browse the repository at this point in the history
* pkg(com.google.android.photopicker): add package

* pkg(com.google.android.photopicker): apply suggestion from code review
  • Loading branch information
AnonymousWP authored Feb 7, 2025
1 parent c0b29d5 commit 4a2787c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/assets/uad_lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -10164,6 +10164,14 @@
"labels": [],
"removal": "Recommended"
},
"com.google.android.photopicker": {
"list": "Aosp",
"description": "Photo picker\nProvides a browsable interface that presents the user with their media library, sorted by date from newest to oldest. Safe, built-in way for users to grant your app access to only selected images and videos, instead of their entire media library.\nhttps://developer.android.com/training/data-storage/shared/photopicker",
"dependencies": [],
"neededBy": [],
"labels": [],
"removal": "Expert"
},
"com.google.android.providers.media.module": {
"list": "Aosp",
"description": "Media Storage\nIn Android 11 this is literally what provides access to files.\nSafe to disable, but NOT recommended; breaks file browsers and other forms of file access.\nContent providers encapsulate data, providing centralized management of data shared between apps.\nhttps://developer.android.com/guide/topics/providers/content-providers.html",
Expand Down

0 comments on commit 4a2787c

Please sign in to comment.