forked from RxReader/tencent_kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
升级 Android SDK & 适配 Android Q 本地分享(targetSdkVersion >= 29,且不豁免外部存储沙箱限制)
- Loading branch information
1 parent
9a33b35
commit b65b2be
Showing
8 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
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
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
Binary file renamed
BIN
+297 KB
android/libs/open_sdk_r6199_lite.jar → ...d0e731f134f448c1286e48c2043b484b_lite.jar
Binary file not shown.
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
6 changes: 6 additions & 0 deletions
6
android/src/main/java/io/github/v7lin/tencent_kit/content/TencentKitFileProvider.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package io.github.v7lin.tencent_kit.content; | ||
|
||
import androidx.core.content.FileProvider; | ||
|
||
public final class TencentKitFileProvider extends FileProvider { | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!--suppress AndroidDomInspection --> | ||
<paths xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<root-path name="root" path="" /> | ||
<files-path name="files" path="" /> | ||
<cache-path name="cache" path="" /> | ||
<external-path name="external" path="" /> | ||
<external-files-path name="external_files" path="" /> | ||
<external-cache-path name="external_cache" path="" /> | ||
<external-media-path name="external_media" path="" /> | ||
</paths> |
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
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