Android 部分调整

This commit is contained in:
v7lin
2021-06-09 20:27:04 +08:00
4 changed files with 5 additions and 15 deletions

View File

@ -1,7 +1,5 @@
# tencent_kit
[![Build Status](https://cloud.drone.io/api/badges/rxreader/tencent_kit/status.svg)](https://cloud.drone.io/rxreader/tencent_kit)
[![Codecov](https://codecov.io/gh/rxreader/tencent_kit/branch/master/graph/badge.svg)](https://codecov.io/gh/rxreader/tencent_kit)
[![GitHub Tag](https://img.shields.io/github/tag/rxreader/tencent_kit.svg)](https://github.com/rxreader/tencent_kit/releases)
[![Pub Package](https://img.shields.io/pub/v/tencent_kit.svg)](https://pub.dartlang.org/packages/tencent_kit)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/rxreader/tencent_kit/blob/master/LICENSE)
@ -145,13 +143,6 @@ dependencies:
[](./example/lib/main.dart)
## Getting Started
## Star History
This project is a starting point for a Flutter
[plug-in package](https://flutter.dev/developing-packages/),
a specialized package that includes platform-specific implementation code for
Android and/or iOS.
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
![stars](https://starchart.cc/rxreader/tencent_kit.svg)

View File

@ -3,8 +3,8 @@
<application>
<provider
android:name=".content.TencentKitFileProvider"
android:authorities="${applicationId}.content.TencentKitFileProvider"
android:name=".TencentKitFileProvider"
android:authorities="${applicationId}.tencent_kit.TencentKitFileProvider"
android:exported="false"
android:grantUriPermissions="true">

View File

@ -1,4 +1,4 @@
package io.github.v7lin.tencent_kit.content;
package io.github.v7lin.tencent_kit;
import androidx.core.content.FileProvider;

View File

@ -37,7 +37,6 @@ import io.flutter.plugin.common.MethodChannel;
import io.flutter.plugin.common.MethodChannel.MethodCallHandler;
import io.flutter.plugin.common.MethodChannel.Result;
import io.flutter.plugin.common.PluginRegistry.ActivityResultListener;
import io.github.v7lin.tencent_kit.content.TencentKitFileProvider;
/**
* TencentKitPlugin