Skip to content

kamaravichow/safe-dot-android

Repository files navigation

Safe Dot

Safe Dot

iOS 14 Privacy Indicators for Android

Tests Passing Issues GitHub pull requests

Subscription Tiers on Polar

README

When any permission is in use, my app checks for the app which is currently running in the foreground.

In your case, I think some other app is trying to access your sensors when another app is running in foreground(which doesn't have any permissions) which makes my app think that the app in the foreground is using those sensors.

So don't completely depend on the access logs, as for now we cannot get the information about what app is exactly using your sensors.

Feel free to ask if you didn't understand in discussions. Thanks for using my app.

Download Now

App is currently available for Production & Open Beta Testing on Google Play Store & Samsung's Galaxy Store. Use the below links to get redirected to the app page.

Stack :

  • Minimum SDK 21
  • MVVM Architecture (View - ViewModel - Model)
  • View Binding
  • Room Database
  • Accessibility Service

Libraries Used

Issue Tracking

Use the issues tab to report issues and request features Go to Issues

Contributing

This project was built on Android Studio 4.0.

git clone https://github.com/kamaravichow/safe-dot-android.git

or just fork the repository.

CONTRIBUTING.MD

Screenshots

Screenshot1 Screenshot2 Screenshot2

Star History

Star History Chart

Licence

Copyright (C) 2020-2022  Aravind Chowdary (@kamaravichow)

    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 should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.

FULL LICENCE