Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <MANAGE_EXTERNAL_STORAGE-20240308115849@ram.dialup.fu-berlin.de>
Deutsch   English   Français   Italiano  
<MANAGE_EXTERNAL_STORAGE-20240308115849@ram.dialup.fu-berlin.de>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!not-for-mail
From: ram@zedat.fu-berlin.de (Stefan Ram)
Newsgroups: comp.mobile.android
Subject: Re: text editor
Date: 8 Mar 2024 10:59:38 GMT
Organization: Stefan Ram
Lines: 11
Expires: 1 Feb 2025 11:59:58 GMT
Message-ID: <MANAGE_EXTERNAL_STORAGE-20240308115849@ram.dialup.fu-berlin.de>
References: <usdpoi$31eq$1@nnrp.usenet.blueworldhosting.com> <editor-20240308025231@ram.dialup.fu-berlin.de>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: news.uni-berlin.de X4PiRxmhaFn3AVwxq6GvmAiaMhJYIxnISNXNha+Snq/wo7
Cancel-Lock: sha1:oUDXpHKdvL5F8Y6a3iXNGZj4SXU= sha256:4xt6mxejSY/63Q4nfNn39Z3b+ADYOQmCcXWGNroPkR8=
X-Copyright: (C) Copyright 2024 Stefan Ram. All rights reserved.
	Distribution through any means other than regular usenet
	channels is forbidden. It is forbidden to publish this
	article in the Web, to change URIs of this article into links,
        and to transfer the body without this notice, but quotations
        of parts in other Usenet posts are allowed.
X-No-Archive: Yes
Archive: no
X-No-Archive-Readme: "X-No-Archive" is set, because this prevents some
	services to mirror the article in the web. But the article may
	be kept on a Usenet archive server with only NNTP access.
X-No-Html: yes
Content-Language: en-US
Accept-Language: de-DE-1901, en-US, it, fr-FR
Bytes: 1886

ram@zedat.fu-berlin.de (Stefan Ram) wrote or quoted:
>                         But an app that is aware of this new
>regulation may ask the user to grant additional permissions to
>access files in more directories IIRC.

  Few years ago, to do this, the app had to:

  - declare MANAGE_EXTERNAL_STORAGE in its manifest, and

  - use the ACTION_MANAGE_ALL_FILES_ACCESS_PERMISSION intent action
    so that the user can enable this.