Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 632A9200B83 for ; Sat, 17 Sep 2016 21:39:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 61B1B160ACD; Sat, 17 Sep 2016 19:39:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CFE0D160AB5 for ; Sat, 17 Sep 2016 21:39:13 +0200 (CEST) Received: (qmail 25428 invoked by uid 500); 17 Sep 2016 19:39:13 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 25415 invoked by uid 99); 17 Sep 2016 19:39:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2016 19:39:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 82748DFC7E; Sat, 17 Sep 2016 19:39:12 +0000 (UTC) From: iursevla To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-plugin-geolocation issue #57: Fix crash on deny permission request o... Content-Type: text/plain Message-Id: <20160917193912.82748DFC7E@git1-us-west.apache.org> Date: Sat, 17 Sep 2016 19:39:12 +0000 (UTC) archived-at: Sat, 17 Sep 2016 19:39:14 -0000 Github user iursevla commented on the issue: https://github.com/apache/cordova-plugin-geolocation/pull/57 "On Android 6.0 when asking for permission to access location, answering Deny will cause application crash" Today i lost 4 hours trying to make it working on the emulator(Genymotion, Google Nexus 5X 6.0.0 - API 23), but on my case was when answering Allow which causes the application to "crash". With "crash" i mean it will show the android logo like it was starting and after 10 seconds it will be back to the main menu with the app running in background. Trying to debug was useless. Now on Genymotion, Google Nexus 6 5.0.0 - API 21. Don't know if it helps anyone but i though it would be good to share. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org