blob: 87e4e42a03d4326a09e36809135a0fa053191303 [file] [log] [blame]
// Copyright 2019 The Flutter 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.share;
import androidx.core.content.FileProvider;
/**
* Providing a custom {@code FileProvider} prevents manifest {@code <provider>} name collisions.
*
* <p>See https://developer.android.com/guide/topics/manifest/provider-element.html for details.
*/
public class ShareFileProvider extends FileProvider {}