https://github.com/thiru-malai/calllimiter
Call Limiter is an Android application that helps users set a time limit for phone calls to specific contacts.
https://github.com/thiru-malai/calllimiter
android call-limiter cut-phonecall deny-phonecall java limit-phonecall phonecall-limiter
Last synced: 5 months ago
JSON representation
Call Limiter is an Android application that helps users set a time limit for phone calls to specific contacts.
- Host: GitHub
- URL: https://github.com/thiru-malai/calllimiter
- Owner: Thiru-Malai
- License: gpl-3.0
- Created: 2025-03-31T17:35:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-23T04:43:57.000Z (5 months ago)
- Last Synced: 2026-01-23T22:28:51.257Z (5 months ago)
- Topics: android, call-limiter, cut-phonecall, deny-phonecall, java, limit-phonecall, phonecall-limiter
- Language: Java
- Homepage:
- Size: 6.4 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Call Limiter
Call Limiter is an Android application designed to help users set a time limit for phone calls to specific contacts. This app ensures calls do not exceed the defined duration, making it easier to manage call times effectively.



## πFeatures
- π’ **Set time limits** for specific phone numbers
- π΄ **Auto-disconnect calls** when the limit is reached
- π‘ **Bottom sheet wheel selector** for choosing time duration
- π **Global Call Limit** apply default time limit to all contacts automatically
- π **Persistent storage** β limits remain saved until deleted
- ποΈ **Delete or edit limits** for specific numbers anytime
- π¨ **Dark & Light themes** with system theme support
- β‘ **Emergency Buffer Time** (extra seconds for critical calls)
- π **Privacy-first** β works fully offline, no data is ever shared
## β How It Works
1. **Enter a Phone Number**: Manually enter a number or select a contact, with the option to add or edit the contact name.
2. **Set a Time Limit**: Choose a duration using the bottom sheet timer.
3. **Save the Limit**: The app stores the number and its corresponding time limit.
4. **Monitor Calls**: Calls to the saved number will be restricted based on the set time.
5. **Delete a Limit**: Users can remove the time restriction for a number anytime.
This app is ideal for managing call durations effectively, whether for personal use or controlling excessive call times.
## π Permissions Used
Call Limiter requires the following Android permissions:
- **READ_PHONE_STATE** β Detect ongoing calls
- **READ_CALL_LOG** β Identify call history for managing limits
- **CALL_PHONE** β Disconnect calls when limit is reached
- **ANSWER_PHONE_CALLS** β End calls programmatically
- **POST_NOTIFICATIONS** β Show reminders and call limit alerts
- **FOREGROUND_SERVICE** β Run safely in the background
> β
These permissions are **only used to enforce your call limits**.
> β
The app works **fully offline**.
> β
**Your privacy is our top priority** β no personal data is ever collected or shared.
## βοΈ Settings
- π **Theme Selection** β Choose System / Light / Dark mode
- β³ **Emergency Buffer Time** β Add 10s β 5min extra if needed
- π **Global Call Limit** β Apply default time limit to all contacts automatically
- π **Permissions Page** β View and manage required app permissions
- π **Support / Help** β Redirect to GitHub Issues for reporting bugs
- βΉοΈ **About** β Author, Repository, Change Log, Terms & Conditions and Privacy Policy
## π€ Contributing
Want to make **Call Limiter** even better? Hereβs how you can help:
- π‘ **Suggest Features** β Have an idea to improve the app? [Open a GitHub Issue](../../issues) and share your suggestion.
- π **Report Issues** β Spotted a bug? [Log it on GitHub](../../issues) so it can be fixed in future updates.
- β **Support the Project** β If you find this project useful, consider giving it a star to show your support.
## β€οΈ Sponsor
The app is open-source, free to use, and contains no ads. Your support helps sustain full-time development.
- π΅ [Buy Me A Coffee](https://www.buymeacoffee.com/thirumalaikg)
- β [Kofi](https://ko-fi.com/thirumalaikg)
- π² [Liberapay](https://en.liberapay.com/thirumalaikg/)
- BTC - `bc1q26ag0k77ez63pd0zu492vj7dncfqmknkk7sjfh`
## π‘ Credits
- [FoodYou](https://github.com/maksimowiczm/FoodYou) - I shamelessly x2 borrowed inspiration from this project.