<!-- Message displayed in dialog when APK is not 16 KB aligned on 4 KB device. [CHAR LIMIT=NONE] -->
<string name="page_size_compat_apk_warning_4kb">This warning is showing because this is a debuggable app which is currently being tested.
If you are not the developer, please report this to the developer and ask for a non-debuggable app.
<br><br>
This app isn\’t 16 KB compatible. APK alignment check failed.
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a> </string>
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a>
<br><br>
Following libraries are not properly aligned:
<br><br>
</string>
<!-- Message displayed in dialog when ELF is not 16 KB aligned on 4 KB device. [CHAR LIMIT=NONE] -->
<string name="page_size_compat_elf_warning_4kb">This warning is showing because this is a debuggable app which is currently being tested.
If you are not the developer, please report this to the developer and ask for a non-debuggable app.
<br><br>
This app isn\’t 16 KB compatible. ELF alignment check failed.
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a></string>
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a>
<br><br>
Following libraries are not properly aligned:
<br><br>
</string>
<!-- Message displayed in dialog when APK and ELF are not 16 KB aligned on 4 KB device. [CHAR LIMIT=NONE] -->
<string name="page_size_compat_apk_and_elf_warning_4kb">This warning is showing because this is a debuggable app which is currently being tested.
If you are not the developer, please report this to the developer and ask for a non-debuggable app.
<br><br>
This app isn\’t 16 KB compatible. APK and ELF alignment checks failed.
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a></string>
Please follow the steps on <a href=\"https://developer.android.com/16kb-page-size\">https://developer.android.com/16kb-page-size</a>.
<br><br>
Following libraries are not properly aligned:
<br><br>
</string>
<!--Confirmation text for page size mismatch dialog to never show-->
<string name="page_size_compat_never_show"> Don\'t Show Again</string>
<string name="page_size_compat_elf_not_aligned">&#8226; %1$s : LOAD segment not aligned</string>
<string name="page_size_compat_apk_not_aligned">&#8226; %1$s : Uncompressed library not aligned</string>
<string name="page_size_compat_apk_and_elf_not_aligned">&#8226; %1$s : LOAD segment and uncompressed library are not aligned</string>