-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Currently remote preferences and remote files are only allowed to be written on the module app side. There are two reasons for this: first, bidirectional writable configurations pose security risks, and second, synchronizing multiple processes is complicated.
However, we noticed that many modules still need this feature due to unstable ContentProvider (tied to auto start permission) on some ROMs.
Issues under discussion:
- Should the callee writable configuration be stored in the same context with the module?
- Should the framework provide a way to pass a binder from the hookee to the module?
- Do you really need a permanent storage for hookee writable configuration or just need a way to "notify" the module app that something has changed?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request