mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; * etc/PROBLEMS: Document how to grant storage permissions on Wear OS.
This commit is contained in:
parent
d82d468979
commit
81ca9c75f1
1 changed files with 10 additions and 0 deletions
10
etc/PROBLEMS
10
etc/PROBLEMS
|
|
@ -3823,6 +3823,16 @@ devices manufactured by OnePlus and possibly others. Sadly, to the best
|
|||
of our knowledge such events cannot be distinguished from legitimate
|
||||
keypresses.
|
||||
|
||||
** Emacs crashes or is not acknowledged by the OS when requesting storage permissions.
|
||||
|
||||
This is only possible on Wear OS (an Android distribution), where the
|
||||
system component that provides confirmation dialogs for this type of
|
||||
permission is unavailable. You may circumvent this component by
|
||||
connecting to your device over ADB as in the preceding entries and
|
||||
executing:
|
||||
|
||||
$ adb shell appops set --uid org.gnu.emacs MANAGE_EXTERNAL_STORAGE allow
|
||||
|
||||
* Build-time problems
|
||||
|
||||
** Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue