-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ICTrust/dev
Dev 1.4
- Loading branch information
Showing
157 changed files
with
3,714 additions
and
1,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,41 @@ | ||
# PObY-A | ||
PObY-A, Privacy Owned by You - Android, is an application which aim to help Android users to improve security and privacy of their devices. | ||
|
||
|
||
## Features | ||
- Check and help to enforce settings privacy based on some CIS (Center of Internet Security) recommendations | ||
- List installed applications and list their granted permissions | ||
- Malware scan using the same database as [AMDH](https://github.com/a-yatta/AMDH) | ||
|
||
| PObY-A Features | | | ||
|----------------------------------------------------------------|-----| | ||
| 🚫 No Ads or Purchases | ✅ | | ||
| 📙 Translations (FR/EN) | ✅ | | ||
| 🪲 Malware scan | ✅ | | ||
| ⏱️ Live monitoring (v1.4: install/uninstall) | ✅ | | ||
| 🔐 Enforce settings privacy based on some CIS* recommendations | ✅ | | ||
| ⚠️ Warn apps with dangerous* permissions | ✅ | | ||
| ⚡ Many more coming... | ✅ | | ||
|
||
**CIS:** Center of Internet Security | ||
|
||
**dangerous**: "A higher-risk permission that would give a requesting application access to private user data or control over the device that can negatively impact the user" [permission element](https://developer.android.com/guide/topics/manifest/permission-element) | ||
|
||
## Support | ||
Android versions from **8.0 (API 26)** | ||
|
||
## Needed permissions | ||
- Write system settings | ||
- "force-lock" admin permission | ||
- Bluetooth permission: needed to automate disable bluetooth | ||
- Wifi permission: needed to automate disable Wifi | ||
- Foreground service permission: needed for live monitoring | ||
|
||
## Screnshots | ||
<img src="screenshots/splash_1.png" alt="drawing" width="300"/> | ||
<img src="screenshots/splash_2.png" alt="drawing" width="300"/> | ||
<img src="screenshots/Device_admin.png" alt="drawing" width="300"/> | ||
<img src="screenshots/settings_permission.png" alt="drawing" width="300"/> | ||
<img src="screenshots/sidemenu.png" alt="drawing" width="300"/> | ||
<img src="screenshots/Applications_list.png" alt="drawing" width="300"/> | ||
<img src="screenshots/privacy_settings.png" alt="drawing" width="300"/> | ||
<img src="screenshots/option_settings.png" alt="drawing" width="300"/> | ||
<img src="screenshots/malware_scan.png" alt="drawing" width="300"/> | ||
<img src="screenshots/malware_scan_result.png" alt="drawing" width="300"/> | ||
<div style="display: block; margin: auto; margin-left: auto; margin-right: auto;" > | ||
<img src="screenshots/sidemenu.jpg" alt="drawing" width="200"/> | ||
<img src="screenshots/dashboard.jpg" alt="drawing" width="200"/> | ||
<img src="screenshots/AppsMenu.jpg" alt="drawing" width="225"/> | ||
<img src="screenshots/AppPermissions.jpg" alt="drawing" width="215"/> | ||
<img src="screenshots/MalwareScan.jpg" alt="drawing" width="200"/> | ||
<img src="screenshots/noThreatFound.jpg" alt="drawing" width="215"/> | ||
<img src="screenshots/PossibleMalwareFound.jpg" alt="drawing" width="200"/> | ||
<img src="screenshots/settings.jpg" alt="drawing" width="200"/> | ||
<img src="screenshots/ActionSettings.jpg" alt="drawing" width="200"/> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<background android:drawable="@color/ic_launcher_background"/> | ||
<foreground android:drawable="@mipmap/ic_launcher_foreground"/> | ||
</adaptive-icon> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="ic_launcher_background">#00FFFFFF</color> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions
8
app/src/main/java/ch/ictrust/pobya/Utillies/AppAdminReceiver.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
app/src/main/java/ch/ictrust/pobya/Utillies/AppViewPagerAdapter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.