-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lucky
committed
Feb 16, 2022
1 parent
53ba90c
commit e482fec
Showing
13 changed files
with
26 additions
and
56 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,3 +1,3 @@ | ||
# Privacy Police | ||
# Privacy Policy | ||
|
||
The app has nothing to store. |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Clipeus</string> | ||
<string name="service_label">Щит</string> | ||
<string name="service_label">Клинер</string> | ||
<string name="clipboard_cleaned">Буфер обмена очищен</string> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">Clipeus</string> | ||
<string name="service_label">Shield</string> | ||
<string name="service_label">Cleaner</string> | ||
<string name="clipboard_cleaned">Clipboard cleaned</string> | ||
</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
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 @@ | ||
remove query permission |
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,11 +1,11 @@ | ||
Tiny app to clean clipboard. | ||
|
||
No UI. Click on the app icon to clean clipboard. | ||
Also you can grant device and app notifications permission to clean clipboard on screen off. | ||
Also you can grant device and app notifications permission to clean clipboard automatically on | ||
screen off. | ||
|
||
Permissions: | ||
* Notifications - receive screen off event | ||
* QueryAllPackages - disable notification events for all apps on Android 12 and newer | ||
* NOTIFICATION_LISTENER - receive screen off events (optional) | ||
|
||
It is Free Open Source Software. | ||
License: GPL-3 |
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,13 +1,11 @@ | ||
Минимальное приложение для очистки буфера обмена. | ||
|
||
Без пользовательского интерфейса. Нажмите на иконку приложения, чтобы очистить буфер обмена. | ||
Также Вы можете выдать разрешения на чтение уведомлений устройства для очистки буфера обмена при | ||
выключении экрана. | ||
Также Вы можете выдать разрешения на чтение уведомлений устройства для очистки буфера обмена | ||
автоматически при выключении экрана. | ||
|
||
Разрешения: | ||
* Уведомления - получать события выключения экрана | ||
* Запрашивать все пакеты приложений - отключить обработку уведомлений от всех приложений на | ||
Android 12 и новее | ||
* NOTIFICATION_LISTENER - получать события выключения экрана (опционально) | ||
|
||
Это свободное программное обеспечение с открытым исходным кодом. | ||
Лицензия: GPL-3 |
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 +1 @@ | ||
Clipeus | ||
Clipeus |