]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/PROBLEMS: Document how to grant storage permissions on Wear OS.
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Feb 2025 06:46:37 +0000 (14:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Feb 2025 19:31:49 +0000 (20:31 +0100)
(cherry picked from commit 81ca9c75f1170f2b4cc85c69e859f68da4c508e4)

etc/PROBLEMS

index 5c95afa67ca14522c85c541da47a4828ccb9ddd0..5fdb4bd95dbee48c8ce553fdf79242c318157b19 100644 (file)
@@ -3804,6 +3804,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