A Alex_197 Well-Known Member Licensed User Longtime User Apr 5, 2026 #1 Hi all. I have a question - I updated my code to work with 16KB. Some of my customers are still using phones with Android 9. Do I need to ask them to upgrade before I will make the my update live? Will it work on Android 9? Thanks.
Hi all. I have a question - I updated my code to work with 16KB. Some of my customers are still using phones with Android 9. Do I need to ask them to upgrade before I will make the my update live? Will it work on Android 9? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2026 #2 It will work as the new restriction (16KB = 4 * 4) is stricter than the previous one (4KB alignment). Upvote 0
It will work as the new restriction (16KB = 4 * 4) is stricter than the previous one (4KB alignment).
A Alex_197 Well-Known Member Licensed User Longtime User Apr 8, 2026 #3 Erel said: It will work as the new restriction (16KB = 4 * 4) is stricter than the previous one (4KB alignment). Click to expand... Thank you. Upvote 0
Erel said: It will work as the new restriction (16KB = 4 * 4) is stricter than the previous one (4KB alignment). Click to expand... Thank you.