第三方 SDK 列表
为保障 WisePic 的核心功能实现与服务稳定运行,我们会接入部分第三方 SDK 或开源组件。我们会对接入组件进行安全评估,并要求其遵守适用法律法规与隐私保护要求。以下为当前版本应用中使用的第三方 SDK/组件说明。
SDK 列表说明
本页面依据项目依赖与运行时依赖树整理,更新日期:2026-04-07。后续如有新增、替换或移除,我们将同步更新本页内容。
| SDK / 组件名称 | 提供方 | 使用目的 | 可能处理的信息类型 | 隐私政策 / 项目链接 |
|---|---|---|---|---|
| Firebase Analytics | Google LLC | 统计应用运行与功能使用情况,用于产品优化与问题分析。 | 设备与应用标识符、应用交互事件、设备基础信息。 | https://firebase.google.com/support/privacy |
| MMKV | Tencent | 本地高性能键值存储,用于保存应用配置与状态。 | 仅处理并存储应用写入的本地数据。 | https://github.com/Tencent/MMKV |
| Coil | Coil Contributors | 图片加载、解码与缓存。 | 图片 URL、缓存数据及网络侧信息。 | https://github.com/coil-kt/coil |
| Glide | Glide Contributors | 图片加载、转换与缓存。 | 图片 URL、缓存数据及网络侧信息。 | https://github.com/bumptech/glide |
| OkHttp(含 Okio) | Square, Inc. | 网络通信能力(传递依赖引入)。 | 请求地址、IP、网络连接与传输数据。 | https://square.github.io/okhttp/ |
| Banner | Banner Contributors | 轮播图展示组件。 | 不主动采集个人信息。 | https://github.com/youth5201314/banner |
| StateLayout | StateLayout Contributors | 页面状态展示组件。 | 不主动采集个人信息。 | https://github.com/liangjingkanji/StateLayout |
| File Core | File Core Contributors | 文件读写与管理能力。 | 文件路径、元数据和文件内容。 | https://github.com/javakam/FileOperator |
| RealtimeBlurView | RealtimeBlurView Contributors | 实时模糊视觉效果。 | 不主动采集个人信息。 | https://github.com/limuyang2/RealtimeBlurView |
| Subsampling Scale Image View | Subsampling Contributors | 大图缩放与分块显示。 | 不主动采集个人信息。 | https://github.com/davemorrissey/subsampling-scale-image-view |
| Compressor | Zelory | 图片压缩处理。 | 图片文件及元数据(尺寸、EXIF)。 | https://github.com/zetbaitsu/Compressor |
| RenderScript Toolkit | Toolkit Contributors | 图像滤镜与处理能力。 | 不主动采集个人信息。 | https://github.com/android/renderscript-samples/tree/main/RenderScriptToolkit |
| GPUImage(开源第三方 SDK) | CyberAgent / Contributors | 图像滤镜处理。 | 仅处理应用内图像数据。 | https://github.com/CyberAgent/android-gpuimage |
| uCrop(开源第三方 SDK) | Yalantis / Contributors | 图片裁剪。 | 仅处理应用内图像数据。 | https://github.com/Yalantis/uCrop |
| PhotoLibrary(开源第三方 SDK) | PhotoLibrary Contributors | 相册浏览与图片选择。 | 本地媒体文件信息与缩略图数据。 | https://github.com/limuyang2/PhotoLibrary |
| ImageCompressor(开源第三方 SDK) | Compressor Contributors | 图片压缩能力实现与封装。 | 图片文件及元数据。 | https://github.com/zetbaitsu/Compressor |
关于权限申请
部分 SDK 或组件在实现功能时可能依赖系统权限(如网络访问、读取媒体文件等)。我们仅会在实现对应功能所必需的范围内申请权限,并在触发时向您说明用途。
信息共享原则
我们不会允许第三方 SDK 将个人信息用于与其服务功能无关的目的。对于具有数据处理能力的第三方服务,我们会持续跟踪其合规状态,并在必要时进行替换或下线。
变更与更新
如因版本升级、功能变更导致 SDK 清单调整,我们会及时更新本页面。建议您在应用更新后定期查阅本页面。
联系我们
如果您对本列表或第三方 SDK 的数据处理有疑问,请通过以下方式联系我们:
邮箱:xlingdev@gmail.com
To ensure core features and stable operation of WisePic, we integrate selected third-party SDKs and open-source components. We conduct security assessments and require partners to comply with applicable privacy and data protection requirements. The list below describes third-party SDKs/components used in the current version.
About This SDK List
This page is generated from project dependencies and runtime dependency trees. Last updated: April 7, 2026. We will update this page when SDKs are added, replaced, or removed.
| SDK / Component | Provider | Purpose | Data Potentially Processed | Privacy Policy / Project Link |
|---|---|---|---|---|
| Firebase Analytics | Google LLC | App usage analytics and product optimization. | App identifiers, interaction events, device basics. | https://firebase.google.com/support/privacy |
| MMKV | Tencent | Local key-value storage. | Locally stored app configuration/state data. | https://github.com/Tencent/MMKV |
| Coil | Coil Contributors | Image loading/decoding/caching. | Image URLs, cache data, network-side info. | https://github.com/coil-kt/coil |
| Glide | Glide Contributors | Image loading/transformation/caching. | Image URLs, cache data, network-side info. | https://github.com/bumptech/glide |
| OkHttp (with Okio) | Square, Inc. | Network communication stack. | Request URLs, IP, connection and payload data. | https://square.github.io/okhttp/ |
| Banner | Banner Contributors | Carousel UI component. | No active personal data collection. | https://github.com/youth5201314/banner |
| StateLayout | StateLayout Contributors | UI state rendering component. | No active personal data collection. | https://github.com/liangjingkanji/StateLayout |
| File Core | File Core Contributors | File read/write and management. | File paths, metadata, and file content. | https://github.com/javakam/FileOperator |
| RealtimeBlurView | RealtimeBlurView Contributors | Real-time blur visual effect. | No active personal data collection. | https://github.com/limuyang2/RealtimeBlurView |
| Subsampling Scale Image View | Subsampling Contributors | Large-image zoom/tiling display. | No active personal data collection. | https://github.com/davemorrissey/subsampling-scale-image-view |
| Compressor | Zelory | Image compression. | Image files and metadata (size, EXIF). | https://github.com/zetbaitsu/Compressor |
| RenderScript Toolkit | Toolkit Contributors | Image filtering/processing. | No active personal data collection. | https://github.com/android/renderscript-samples/tree/main/RenderScriptToolkit |
| GPUImage (Open-source Third-party SDK) | CyberAgent / Contributors | Image filter processing. | In-app image data only. | https://github.com/CyberAgent/android-gpuimage |
| uCrop (Open-source Third-party SDK) | Yalantis / Contributors | Image cropping. | In-app image data only. | https://github.com/Yalantis/uCrop |
| PhotoLibrary (Open-source Third-party SDK) | PhotoLibrary Contributors | Gallery browsing and image selection. | Local media metadata and thumbnails. | https://github.com/limuyang2/PhotoLibrary |
| ImageCompressor (Open-source Third-party SDK) | Compressor Contributors | Image compression implementation. | Image files and metadata. | https://github.com/zetbaitsu/Compressor |
Permission Usage
Some SDKs/components may rely on system permissions (for example, network access or media file access) to provide related features. We request permissions only when necessary and disclose purposes when features are triggered.
Data Sharing Principles
We do not allow third-party SDKs to use personal data for purposes unrelated to their service functions. For services with data processing capability, we continuously evaluate compliance and may replace or remove them if needed.
Changes and Updates
We will update this list if SDK integrations change due to version upgrades or feature updates. Please review this page regularly after app updates.
Contact Us
If you have questions about this SDK list or third-party data processing, contact us:
Email: xlingdev@gmail.com