Monado OpenXR Runtime
android_content.h
Go to the documentation of this file.
1// Copyright 2024-2025, Collabora, Ltd.
2// SPDX-License-Identifier: BSL-1.0
3/*!
4 * @file
5 * @brief Content class function.
6 * @author Simon Zeni <simon.zeni@collabora.com>
7 * @ingroup aux_android
8 */
9#pragma once
10
11#include <xrt/xrt_config_os.h>
12
13#ifdef XRT_OS_ANDROID
14#include <stddef.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20bool
21android_content_get_files_dir(void *context, char *dir, size_t size);
22
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif
Auto detect OS and certain features.