An open API service indexing awesome lists of open source software.

https://github.com/yureitzk/NoPhotoPickerAPI

Bypasses the Android Photo Picker API and lets apps use the classic document/file picker
https://github.com/yureitzk/NoPhotoPickerAPI

android lsposed-module photo-picker-android xposed xposed-module

Last synced: 13 days ago
JSON representation

Bypasses the Android Photo Picker API and lets apps use the classic document/file picker

Awesome Lists containing this project

README

          

# NoPhotoPickerAPI

[![GitHub license](https://img.shields.io/github/license/yureitzk/NoPhotoPickerAPI)](https://github.com/yureitzk/NoPhotoPickerAPI/blob/main/LICENSE)

This is an Xposed module. The function of this module is to "bypass" the
limitations of the new
[Photo picker API](https://developer.android.com/training/data-storage/shared/photo-picker)
and allow users to the classic document/file picker.

> [!IMPORTANT]
> Tested on a limited number of devices. Your experience may vary, and bugs are possible.

## Screenshots

View Screenshots

### Without the module
Before

### With the module
After

## Supported OSes

- Android 11-15 (Custom ROMs are **not** supported)

## Usage

1. Enable the module
2. Select:
- System Framework **(recommended)**
- Or specific apps (per-app)
3. Reboot (only if System Framework was selected)

## Important notes

- This module bypasses Android's Photo Picker privacy model.
- Apps may gain broader access to media files than intended by the system.
- Use at your own risk.