This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Grindy Alarm only stores information needed to provide app functionality. | |
This information never leaves your device, as the app doesn't have internet access permissions. | |
To delete the information, clear the app data or uninstall the app. | |
No personal information is stored. | |
Camera access is needed for the QR code alarm mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Copyright 2019 The Chromium Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
package io.flutter.plugins.webviewflutter; | |
public class Constants { | |
static final String ACTION_REQUEST_CAMERA_PERMISSION_FINISHED = | |
"action_request_camera_permission_denied"; | |
static final String ACTION_FILE_CHOOSER_FINISHED = "action_file_chooser_completed"; |