On 11/07/2021 16:30, Mgr. Janusz Chmiel via fpc-other wrote: > I Am using Android25 Pascal header files, because Android29 Api headers > do not support some Pascal source code lines when overide word is being > used. > > Sure, I know, that Pascal systém libraryes are still generated by using > Android 15 Pascal header files. But formally, The Google Play > requirements are satisfied. Because I have used android29 target APIS to > build classes.
Indeed, that should be fine. The FPC run time library only uses very basic Java APIs, which normally will not change between different Android versions. So you should always be able to use the standard FPC run time library in combination with newer versions of the Android API headers without any problems. Jonas _______________________________________________ fpc-other maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other
