No Tracking

5170 apps · feature

Secur: Cross-platform 2FA client
APK
Secur is a beautiful and Secure TOTP client app for 2FA, written in Flutter. All of your TOTP secrets are stored and encrypted on-device with strong AES256 encryption. Support for being able to sync secrets to the cloud is planned and will be added in the future. Want to collaborate or report a bug? https://gitlab.com/ATechnoHazard/secur
F-Droid
Secure File Manager Beta
APK
File manager for keeping your files in safe. Features * hiding files * encrypting files * create or extract encrypted Zip files * lock app with password or biometric authentication (optional) * disable screenshots (optional) * disabling thumbnails (optional) * clear cached thumbnails * set destination for creating media files (photo / video) * checksum (MD5, SHA1, SHA256, SHA512) This app is useless if you have a rooted device! Permissions clarification: https://github.com/Secure-File-Manager/Secure-File-Manager/wiki/Frequently-Asked-Questions#why-the-app-needs-specific-permission
F-DroidGitHub
S
Secure Lockscreen Camera
APK
Secure Lockscreen Camera is an Xposed module to skip authentication on "Quickly open camera" gesture. It allows the camera to draw activity over lockscreen without invoking Keyguard.Tested only with LSPosed, ANXCamera and GCam port. Other combinations might work, though.
GitHubIzzyOnDroid
Secure QR Share
APK
Secure QR Share lets you send passwords, PINs, and sensitive text to someone nearby without typing, screenshots, or cloud services — just a QR code. HOW IT WORKS 1. Sender enters text or a password and chooses a shared PIN. 2. The app encrypts the payload with AES-256 and displays a QR code. 3. Receiver scans the code with Secure QR Share, enters the same PIN, and the original text is instantly decrypted and copied to the clipboard. FEATURES • AES-256-CBC encryption with PIN-derived keys — no server, no cloud • Works fully offline — no internet permission required at runtime • Share sheet integration — highlight text anywhere and share directly into the app • App Links support — QR codes can be opened from the camera or browser • Optional unencrypted mode for non-sensitive public links • No ads, no tracking, no analytics, no accounts PRIVACY Secure QR Share never transmits your data. Everything is processed locally on your device. The encryption key is derived from your PIN and never stored or sent anywhere. OPEN SOURCE The full source code is available on GitHub under the MIT license.
F-DroidGitHub
Secure photo viewer
APK
To be used whenever you are showing off pictures to your phone. Prevents someone seeing what they are not supposed to or doing anything to your phone. Start the app by sharing pictures or videos. This app is here to protect you from you friends and enemies. Have you ever handed over your phone to show someone the latest meme? Or a cool pic you took? How often did they scroll too far and have seen something embarrassing in your gallery or image browser? Now we have a solution: Select the pictures you want them to see in your gallery, press share and select the Secure Photo Viewer! Now they will only see what you want them to see. It works with any amount of photos or videos you share from you gallery! It's that easy to protect your privacy from nosy friends.
F-DroidGitHub
S
SecureOTP - Universal OTP Extractor
APK
SecureOTP is a smart, privacy-focused Android utility that automatically detects, extracts, and copies OTP (One-Time Password) codes from ANY app notifications to your clipboard instantly. Universal App Support • SMS Messages - All messaging apps • Email - Gmail, Outlook, Yahoo, ProtonMail, etc. • Banking Apps - All major banks and fintech apps • Social Media - WhatsApp, Instagram, Facebook, Twitter, Telegram • Payment Apps - PayPal, Paytm, PhonePe, Google Pay • ANY app that sends OTP notifications! Smart Detection • Intelligently identifies OTP codes even when notifications contain multiple numbers • Filters out phone numbers, dates, and tracking numbers • Context-aware pattern matching for maximum accuracy • Supports various OTP formats (4-8 digit codes) Privacy & Security • 100% Local Processing - All OTP extraction happens on your device • No Internet Required - Works completely offline • No Data Collection - Zero data sent to servers • Open Source - Fully transparent code you can audit • No Permissions Abuse - Only uses NotificationListenerService Battery Optimized • Efficient background processing with minimal battery impact • Smart wake lock usage (max 3 seconds per notification) • Uses coroutines for non-blocking operations • No polling, no API calls, no 24/7 background services Performance • Instant OTP detection as notifications arrive • Auto-copy to clipboard - ready to paste immediately • Minimal memory footprint • Optimized for low-end devices Requirements • Android 8.0 (API 26) or higher • No internet connection needed • No account setup required Open Source SecureOTP is fully open source. View the code, contribute, or report issues on GitHub: https://github.com/26JATIN/SecureOTP
F-DroidGitHub
SecureScreen
APK
SecureScreen helps protect sensitive app content from screenshots and screen recording. Choose exactly which apps to protect, or enable system-wide mode when stronger coverage is needed. Features: - App-wise and system-wide protection modes - Search and filter the app list by name or package - Quick enable/disable from the persistent notification - Optional watermark overlay - Auto-start option after reboot Permissions are used only for local on-device protection: - Usage Access to detect the foreground app - Notification permission for foreground service visibility and controls - Overlay permission only when optional overlay features are enabled
F-DroidGitHub
SecureYourChats
APK
Text Encryption/Decryption Supported algorithms: AES, DES, CAMELLIA, ChaCha20-Poly1305, XChaCha20-Poly1305, and Aegis256. Intuitive interface to enter text, choose an algorithm, and get the encrypted or decrypted result. Generate 256-bit Key Automatically Automatically generate random 256-bit keys in the Manage Keys section. Ideal for encrypting/decrypting without manually creating keys. Share/Import Encryption Keys via QR Share any key you’ve created so others can use the same encryption key. Export your key by pressing it in the list and choosing “Export.” Import a key using a QR code in “Import key via QR” under key management. File Encryption/Decryption Select files from your device. Encrypt or decrypt them using the same algorithms. The output file name is automatically labeled “.encrypted” or “.decrypted.” Built-In Key Manager :key: Add, delete, or generate random keys. Import keys from QR codes or export them as QR codes too. Keys are stored securely (using EncryptedSharedPreferences). Share Encryption Flow Use the Share action in other apps → choose “Encrypt” or “Decrypt” for text/files. Quick and convenient for multi-app workflows. Optional Accessibility Service :handshake: Detects selected text (when you highlight text on-screen). Detects copied text (clipboard). Displays a notification to encrypt/decrypt on the fly, opening the same activity (DialogFlowEncryptionActivity) with “Choose Operation.” Toggle Accessibility Logic A “BurbujaEncryption” button (or similar) enables/disables the logic internally without turning off the service in Android Settings. Perfect for pausing detection without leaving system settings. Dialog Flow (DialogFlowEncryptionActivity) :speech_balloon: A step-by-step sequence: “Choose Operation” (Encrypt/Decrypt) “Choose Cipher” “Pick/Enter Key” Final result Offers a guided, user-friendly experience. Android 13+ Support Requests POST_NOTIFICATIONS permission if you want to see notifications when text is selected or copied. Basic Usage :rocket: Main Screen Enter text and a key (or pick a saved key). Select the algorithm from the spinner. Tap Encrypt or Decrypt. Copy or share the resulting text. File Encryption :file_folder: Tap “FILE ENCRYPTION” on the main screen (MainActivity). Choose a file and an output folder. Pick the algorithm and a key. Tap EXECUTE. Accessibility (Optional) Enable it in Settings → Accessibility → “Encrypt-DecrypT Service.” Once enabled, selecting or copying text in any app triggers a notification. Tap it to open the DialogFlow (“Choose Operation”). In MainActivity, use “BurbujaEncryption” to enable or disable detection without turning the service off in Settings. Frequently Asked Questions (FAQ) :question: How do I enable/disable the accessibility service logic without going to system settings? Use the “BurbujaEncryption” button in MainActivity. It toggles an internal SharedPreferences flag. If disabled, the service won’t process events even if it’s still enabled in system settings. What if I forget my key? You won’t be able to decrypt your text/file. Make sure you keep a record of your keys or store them in the Key Manager. Why am I not seeing notifications when copying text? On Android 13+, you must grant the POST_NOTIFICATIONS permission. Check that the accessibility service is enabled and the internal logic is not toggled off.
F-DroidGitHub
SeekPrivacy
APK
Standard vaults create a clunky "island." SeekPrivacy creates a shield. Apps like social media and basic tools demand "Storage Access"if you refuse, they break. If you accept, they spy. This creates a painful trade-off between functionality and privacy.SeekPrivacy is built on the principle that your phone's operating system and other apps should be considered "hostile territory." It assumes the Android OS is compromised and every other app is a potential spy. Its architecture ensures that even if a malicious app gains full control of the device, your data remains a cryptographic black box.SeekPrivacy eliminates this blackmail. It provides multi-layered defense by isolating data within an encrypted sandbox, inaccessible to other apps, the OS, or unauthorized physical extraction—providing activist-grade security. Built on the belief "Privacy Without the Tradeoff of Ease", even if a malicious app has full device control, it sees nothing.
F-DroidGitHubIzzyOnDroid
Seeker
APK
Seeker is an unofficial client for Soulseek. It uses the Soulseek.NET library for communicating with Soulseek server and peers.Features:Searching (including wishlists and filters)Browsing User DirectoriesDownloads and UploadsPort Forwarding via UPnPChatrooms and MessagesAdding UsersGet and Set User InfoPrivileges
GitHubIzzyOnDroid
Seeneva: smart comic reader
APK
A libre smart powered comic book reader. Features: • Smart speech balloons zooming. 💬 • Speech balloons OCR and TTS. 👀 • Supports CBZ (.zip), limited CBR (.rar), CB7 (.7z), CBT (.tar) and PDF comic book archives. • Supports different image formats on any Android device. • View ComicRack metadata. • Supports Left-to-Right (LTR) and Right-to-Left (RTL) read directions. • Supports Android 4.1+ and all available Android ABIs arm64-v8a, armeabi-v7a, x86_64 and x86. • Smart functionality performs locally on the device. • Libre application under GPLv3 or later license. • No ads, no personal data collection. 💬 Speech balloons zooming Read digital comic books on mobile devices can be difficult especially if they have small screen. Seeneva to the rescue! Built-in Machine Learning model trained to detect speech balloons on pages allows you easily zooming and navigate through them with a touch of a finger. 👀 OCR and TTS Have you ever wanted to copy text from speech balloons? Seeneva make it possible to use Optical Character Recognition on all founded speech balloons to extract text from them. And the built-in Android Text-To-Speech allows you to use Seeneva like audio comic book reader. ❗Note: • No comic book included. • OCR and TTS features are only available for English language right now. Please read app repository https://github.com/Seeneva/seeneva-reader-android for more information about the app and known issues.
F-DroidGitHub
Seers Lodge
APK
Seers Lodge is a feature-rich chat application that runs on the Tox protocol. This app is designed to be a modern, decentralized alternative to mainstream chat apps without sacrificing the features "we all know and love". "Features? What kind?" - Decentralized P2P calling and messaging - Peer-to-peer file sharing 👮🏿 - Role-based group chat - Custom avatars - Message reactions 👍 - Text effects and styles - Animated emojis and GIFs - Embedded URL previews - Voicemail! And much more to come!
F-Droid
Sefirah
APK
Sefirah is an opinionated phone link alternative designed to enhance your workflow with seamless clipboard and notification sharing between your Windows PC and Android device. It's tailored for users who want a straightforward and efficient way to keep their devices in sync.Features:Clipboard Sync: Seamlessly share clipboard content between your Android device and Windows PC.Media Control: Control media playback and volume of your PC from android.Notification Sync: Allows toasting the notifications from your android in desktop.Storage Integration: Integrate your android storage with your pc to access files from your phone.Screen Mirroring: Control and mirror your phone screen from desktop (requires scrcpy)SMS Texting: Send and receive SMS messages in desktop.Limitations:Notification Sync: Due to Android's restrictions, sensitive notifications are not shown from android 15 onward (Only workaround is to give the required permission through adb).Permissions:Accessibility permissions: For syncing Android's clipboard to Windows.Location permissions: For checking if the Android device is in a familiar network or not and initiating auto reconnection.Storage permissions: For allowing windows to access Android storageContacts, Phone and SMS permissions: For reading and sending SMSNotification permission: For notifying device connection status, other misc feature notifications if necessary and keeping the connection alive.Notification Listener permission: To listen to incoming and active notificationNote: you will need the companion Windows app.
GitHubIzzyOnDroid
Seguime
APK
It stores GPS coordinates and sends them to your Web server so you can see where is the device. * You can build your own server (more privacy). * Send coordinates by Telegram (Bot) and SMS. * Settings from the website. * Control over time of activity and downtime to save battery. * Easy to create accounts without requesting personal data. * Timer for emergency. It's just a project, so it can only be used for experimental purposes and not for security purposes.
F-Droid
Seismo Wallpaper
APK
A live wallpaper that measures anything that vibrates, shakes or moves. Seismo Wallpaper uses your device's accelerometer to measure movements on any axis with/without noise.
F-DroidGitHub
Sekreto
APK
The application is only in Esperanto and Russian.
F-Droid
Select Text to Search
APK
This tiny app can add a "Web search" action to the text selection toolbar on Android. It also adds a "Web search" as target for sharing text. The default search engine can be configured in its settings page, openable in Custom Tabs toolbar, or the App info page for this app in system Settings. Text selection toolbar requires Android 6.0 or above, so this app requires it as well. https://github.com/zhanghai/TextSelectionWebSearch
F-DroidGitHub
Self Attendance Tracker
APK
Using Self Attendance Tracker, students can track their class attendance on their own. They can 1. See the classes they have to attend today 2. List of course for which attendance is being tracked and see presents, absents and cancelled classes per course 3. Create schedule for the week so that these schedule classes are repeated weekly 4. Create extra classes that are additional to the weekly schedule classes 5. See marked attendance record for a specific course
F-DroidGitHub
SelfPrivacy
APK
SelfPrivacy — is a platform on your cloud hosting, that allows to deploy your own private services and control them using mobile application. To use this application, you'll be required to create accounts of different service providers. Please reffer to this manual: https://selfprivacy.org/docs/getting-started/ Application will do the following things for you: Create your personal server Setup NixOS Bring all services to the ready-to-use state. Services include: E-mail, ready to use with DeltaChat NextCloud — your personal cloud storage Bitwarden — secure and private password manager Pleroma — your private fediverse space for blogging Jitsi — awesome Zoom alternative Gitea — your own Git server
F-Droid
Semitone
APK
Semitone is a tool for musicians that includes a tuner, a metronome, and a piano. The design is as simple and easy-to-use as possible while implementing many useful details, such as: * an option to set A4 pitch for alternative tunings * the ability to manually set strong beats on the metronome * dynamic resizing of the piano keyboard
F-DroidGitHub
Send Reduced
APK
Take full resolution images with your camera and share them to this app which will reduce the size again before being sent. Share via the gallery or via the messaging client. This build is based on the basic/free version but enables the EXIF options available in the pro version. Please support the author by buying the pro app from other sources.
F-DroidGitHub
Send With FTP
APK
Manage your FTP(S) URIs within the app and share files via the Android Share Menu.
F-DroidGitHub
Send to Computer
APK
You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed to use this. First visit https://send-to-computer.appspot.com on your computer and make sure popup blocking is disabled. Scan the barcode given on the screen (the app remembers the unique id at the end of the url so that it can identify your requests for web pages). Choose Open in Browser and choose Send to Computer (you may have to scroll). You are now setup and can send webpages to your computer via the browser share menu. The computer browser checks every two minutes for requests so you might have to wait a little. The source code is also available for the server side of things.
F-DroidGitHub
Send to SD card
APK
This adds an item to the share menu to save the object to the sdcard. For example, let's say you place a memory card in the phone to look at some pictures. You look at them in the gallery and as you go you copy the good ones to the internal memory. Not all things will be saved as expected: a webpage will only have it's url saved.
F-DroidGitHub
Page 168