mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-03 20:13:02 +08:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
export const SDK_VERSION = android.os.Build.VERSION.SDK_INT;
|
|
export function supportsGlass(): boolean {
|
|
return false;
|
|
}
|