Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions docs/en/apk-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,28 @@ this warning from a harmful-app detection. See [Google's warning descriptions](h
Expand the warning details and check the exact wording. If Android offers an explicit
option to proceed, review it and use it only for an APK whose source you trust. Some
blocks offer no such option. Granting “Allow from this source” or “Allow restricted
settings” does not resolve every Play Protect block. This guide does not require
turning off Play Protect globally.
settings” does not resolve every Play Protect block.

### Temporarily pause scanning to install

If there is no option to proceed, but your device allows pausing protection or turning off
scanning, you can use that option for an APK from the
[official Message487 release](https://github.com/andre487/AndroidMessage487/releases/latest).

1. Open **Google Play → profile icon → Play Protect → ⚙️ Settings**.
2. Turn off **Scan apps with Play Protect** and confirm. If the system offers a timed pause,
choose a short period sufficient for installation. Names and available options vary by device.
3. Open the downloaded APK again and install Message487.
4. Immediately after the installation attempt, return to Play Protect and turn scanning back on,
even if installation failed. For a timed pause, also check that protection has resumed instead
of relying only on the timer.

Google documents the switch in [Play Protect help](https://support.google.com/googleplay/answer/2812853?hl=en).
While disabled, scanning protection is reduced for the entire device, not just Message487.
This does not change the APK's classification: warnings or blocks can return after scanning
resumes, and the app may be disabled or removed. If the switch is unavailable or installation
is still blocked, this method will not resolve it; device-administrator restrictions remain.
Notification access after installation must be configured separately as described below.

If installation stays blocked, report the release version, phone model, Android version
and exact warning in [Issues](https://github.com/andre487/AndroidMessage487/issues), with
Expand Down
25 changes: 24 additions & 1 deletion docs/ru/apk-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,30 @@ Message487 получает новые SMS (`RECEIVE_SMS`) и может чит
явную возможность продолжить установку, изучите её и используйте только для APK,
источнику которого доверяете. Некоторые блокировки не предлагают такого действия.
Разрешение установки из источника или доступа к ограниченным настройкам не снимает
любую блокировку Play Protect. Эта инструкция не требует глобально отключать Play Protect.
любую блокировку Play Protect.

### Временно приостановить проверку для установки

Если кнопки продолжения нет, но на вашем устройстве доступна приостановка защиты
или отключение сканирования, можно воспользоваться этим вариантом для APK из
[официального релиза Message487](https://github.com/andre487/AndroidMessage487/releases/latest).

1. Откройте **Google Play → значок профиля → Play Защита → ⚙️ Настройки**.
2. Отключите **Сканирование приложений с помощью Play Защиты** и подтвердите действие.
Если система предлагает приостановку на выбранное время, выберите короткий период,
достаточный для установки. Названия и доступность вариантов зависят от устройства.
3. Повторно откройте скачанный APK и установите Message487.
4. Сразу после попытки установки вернитесь в Play Защиту и включите сканирование обратно,
даже если установка не удалась. При временной приостановке также проверьте, что защита
возобновилась, не полагаясь только на таймер.

Google описывает переключатель в [справке Play Защиты](https://support.google.com/googleplay/answer/2812853?hl=ru).
На время отключения сканирование ослабляется для всего устройства, а не только для
Message487. Это не меняет классификацию APK: после возобновления проверки предупреждение
или блокировка могут вернуться, а приложение может быть отключено или удалено.
Если переключатель недоступен или установка всё равно запрещена, этот способ не поможет;
ограничения администратора устройства сохраняются. Доступ к уведомлениям после установки
настраивается отдельно, как описано ниже.

Если установка остаётся заблокированной, сообщите версию релиза, модель телефона,
версию Android и точный текст предупреждения в [Issues](https://github.com/andre487/AndroidMessage487/issues),
Expand Down
Loading