From 78a48f4d4ef8ecca85cdc376476edd27f4c839e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=81vels=20Nadto=C4=8Dajevs?= <7645683+bruvzg@users.noreply.github.com> Date: Tue, 1 Jul 2025 20:44:02 +0300 Subject: [PATCH] Remove PCK encryption note for Android. --- .../compiling/compiling_with_script_encryption_key.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/contributing/development/compiling/compiling_with_script_encryption_key.rst b/contributing/development/compiling/compiling_with_script_encryption_key.rst index e8da2b02b6b..6146471a866 100644 --- a/contributing/development/compiling/compiling_with_script_encryption_key.rst +++ b/contributing/development/compiling/compiling_with_script_encryption_key.rst @@ -22,12 +22,6 @@ with that same key. It is absolutely **required** to compile your own export templates to use PCK encryption. -.. warning:: - - By default, Android exports store assets directly in the APK file and - aren't affected by PCK encryption. To use PCK encryption on Android, enable - **APK expansion** in the export options. - Step by step ------------