mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-17 23:36:12 +08:00
Android 部分调整
This commit is contained in:
13
README.md
13
README.md
@ -1,7 +1,5 @@
|
||||
# tencent_kit
|
||||
|
||||
[](https://cloud.drone.io/rxreader/tencent_kit)
|
||||
[](https://codecov.io/gh/rxreader/tencent_kit)
|
||||
[](https://github.com/rxreader/tencent_kit/releases)
|
||||
[](https://pub.dartlang.org/packages/tencent_kit)
|
||||
[](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.
|
||||

|
||||
|
@ -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">
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
package io.github.v7lin.tencent_kit.content;
|
||||
package io.github.v7lin.tencent_kit;
|
||||
|
||||
import androidx.core.content.FileProvider;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user