Legal Information, Privacy Policy, Terms & Licenses
🔒 Summary: Zero Telemetry, 100% On-Device Execution
SDM is built with a strict privacy-first architecture. We do not track you, we do not collect your URLs or files, there are no user accounts, and zero analytical telemetry is sent to SoftTech Service or any third-party servers.
This Privacy Policy explains how SDM (SoftTech Download Manager) ("the application", "we", "us") handles information when you use our Android application.
All data created or entered in SDM remains exclusively on your local Android device storage within the app's protected sandbox and database:
We have no access to this data. It is never uploaded, synced, or backed up to any cloud servers operated by SoftTech Service.
SDM requires network access solely to fulfill user-requested file downloads and BitTorrent swarm operations:
SDM uses Android's modern Storage Access Framework (SAF). You choose the specific folder on internal memory or external MicroSD storage where downloaded files will be written. SDM only accesses the directory tree you explicitly authorize.
Because all data is stored strictly on your device:
SDM does not knowingly collect or solicit any information from children under the age of 13. The app is a general-purpose download tool that operates entirely offline/client-side without user accounts.
If you have any questions or feedback regarding this Privacy Policy:
Developer: SoftTech Service
Email: contact@softtechservice.site
Website: https://softtechservice.site
By installing, running, or using SDM (SoftTech Download Manager), you agree to be bound by these Terms & Conditions. If you do not agree to these terms, do not install or use the application.
SDM is a high-speed utility application designed to facilitate network transfers via HTTP, HTTPS, and peer-to-peer BitTorrent protocols.
You acknowledge and understand that BitTorrent is a decentralized peer-to-peer protocol. When downloading or seeding torrents:
SDM IS PROVIDED "AS IS" AND "AS AVAILABLE", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
SoftTech Service does not warrant that the application will be uninterrupted, error-free, completely immune to network timeouts, or compatible with every web server or torrent swarm.
IN NO EVENT SHALL SOFTTECH SERVICE, ITS DEVELOPERS, OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING LOSS OF DATA, DEVICE DAMAGE, NETWORK OVERAGE CHARGES, OR INTERRUPTION OF BUSINESS) ARISING OUT OF THE USE OR INABILITY TO USE THIS APPLICATION.
We reserve the right to modify these Terms & Conditions at any time. Updates will be posted on this page with an updated modification date. Continued use of SDM following any changes constitutes your acceptance of the updated terms.
Free & Open Source Software (FOSS)
SDM is free software licensed under the GNU General Public License v3.0 or later (GPLv3+). You are free to run, study, share, and modify the software in accordance with the terms of the GPLv3.
Copyright © 2026 SoftTech Service.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You can view the full text of the GNU General Public License at https://www.gnu.org/licenses/gpl-3.0.html.
SDM utilizes the following open-source libraries and components:
| Component / Library | Author / Project | License |
|---|---|---|
| libtorrent | Arvid Norberg & contributors | BSD 3-Clause / Boost |
| libtorrent4j | FrostWire Project | MIT License |
| Kotlin Coroutines & Flow | JetBrains | Apache License 2.0 |
| AndroidX & Jetpack | Google LLC | Apache License 2.0 |
| Material Components (M3) | Google LLC | Apache License 2.0 |
| Room Database | Google LLC | Apache License 2.0 |
| WorkManager | Google LLC | Apache License 2.0 |
Android, Google Play, and the Google Play logo are trademarks of Google LLC. BitTorrent is a registered trademark of Rainberry, Inc. All other trademarks are the property of their respective owners.
SDM strictly adheres to Android's principle of least privilege. Every permission requested is essential to core download acceleration, battery management, or storage operations.
| Permission | Category | Why It Is Needed |
|---|---|---|
| FOREGROUND_SERVICE & DATA_SYNC |
Core Background | Keeps high-speed byte segments and torrent swarms active when you switch apps or lock your screen, preventing the OS from killing the transfer. |
| POST_NOTIFICATIONS | User Interface | Displays real-time download speeds, progress percentages, ETA, and quick Pause/Resume controls in the notification drawer. |
| SCHEDULE_EXACT_ALARM | Scheduling | Allows the scheduler to start or stop scheduled downloads at exact user-specified times (such as off-peak midnight Wi-Fi windows). |
| RECEIVE_BOOT_COMPLETED | Scheduling | Restores user-scheduled download alarms after your device is restarted so tasks fire accurately. |
| ACCESS_NETWORK_STATE & INTERNET |
Network | Transfers file data and detects whether the device is connected to unmetered Wi-Fi or cellular data to prevent overage charges. |
| WAKE_LOCK | Power | Prevents the device CPU from entering deep sleep while active file segments are downloading. |
| Storage Access Framework (SAF) | File System | Enables you to pick any folder on internal storage or external SD cards where completed files will be saved safely. |
💡 User Control Over Permissions
You can grant or revoke optional permissions at any time through your Android device settings (Settings > Apps > SDM > Permissions). Note that disabling background foreground services or network access may prevent downloads from completing in the background.