sysandroidh.inc 747 B

12345678910111213141516171819
  1. {
  2. This file is part of the Free Pascal run time library.
  3. Copyright (c) 2016 by Yury Sidorov,
  4. member of the Free Pascal development team.
  5. Android-specific part of the System unit.
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. // Returns an Android system property
  13. function GetSystemProperty(Name: PAnsiChar): shortstring;
  14. // Returns an Android API level of the current system
  15. function SystemApiLevel: shortint;