iOS 14 Privacy Indicators for Android
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.
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.
- Minimum SDK 21
- MVVM Architecture (View - ViewModel - Model)
- View Binding
- Room Database
- Accessibility Service
- Circle Image View View Source
Gson Google View Source
Use the issues tab to report issues and request features Go to Issues
This project was built on Android Studio 4.0.
git clone https://github.com/kamaravichow/safe-dot-android.git
or just fork the repository.
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/>.