Skip to content

Instantly share code, notes, and snippets.

@Aulig
Aulig / GrindyAlarmPrivacyPolicy.txt
Last active May 23, 2021 14:34
Privacy Policy for Grindy Alarm
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.
@Aulig
Aulig / Constants.java
Last active March 15, 2021 15:47
Flutter PR 3225 add support for picking multiple files
// 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";