From issues-return-101667-archive-asf-public=cust-asf.ponee.io@cordova.apache.org Tue Jul 7 11:46:36 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id DC649180656 for ; Tue, 7 Jul 2020 13:46:35 +0200 (CEST) Received: (qmail 45178 invoked by uid 500); 7 Jul 2020 11:46:35 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 45166 invoked by uid 99); 7 Jul 2020 11:46:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jul 2020 11:46:35 +0000 From: =?utf-8?q?GitBox?= To: issues@cordova.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bcordova-plugin-camera=5D_AleFons_commented_on_issu?= =?utf-8?q?e_=23611=3A_Cannot_use_saveToPhotoAlbum=3A_true_on_Android_10?= Message-ID: <159412239513.29655.10323015723277556011.asfpy@gitbox.apache.org> Date: Tue, 07 Jul 2020 11:46:35 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: AleFons commented on issue #611: URL: https://github.com/apache/cordova-plugin-camera/issues/611#issuecomment-654799666 From my understanding, what appears to be happening is that saving to photo album is triggering an access to storage outside the app's permitted storage, as android 10 comes with changes to where the app is permitted to do file operations. It may be possible to fix it with `android:requestLegacyExternalStorage="true"` but I have had issues with testing that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org