yudong
4725b73181
use NoTitleBar style to prevent crash on HarmonyOS devices
2024-05-22 11:29:51 +01:00
Omar El Sheikh
c15078b900
Added Scoped Storage Support for Android
...
Updated permissions for the renderdoccmd app based on which version of
android the app is running on
**WRITE_EXTERNAL_STORAGE for <R
**MANAGE_EXTERNAL_STORAGE for >=R
Updated the Java portion of renderdoccmd to check/request the correct
permission based on android version
Changed the file path for renderdoc files on Android based on the
version of Android the connected device is running
**/sdcard/Android/data/$PACKAGE_NAME for <R
**/sdcard/Android/media/$PACKAGE_NAME for >=R
2020-07-09 14:29:41 +01:00
baldurk
26d823905e
Allow running on Android 5.0 but with a warning that it's unsupported
...
* The apk targets api level 21 which is 5.0, so it still won't install on
anything older.
* We pop up a big warning to the user the first time they try and select such a
remote host.
2019-03-13 22:24:45 +00:00
baldurk
17e1ea96d2
Remove inaccurate comment
2019-03-13 12:19:38 +00:00
baldurk
af656db915
Only require GLES 3.0 on Android, not 3.2
2019-03-13 12:15:02 +00:00
baldurk
ec7b2807d0
Build each architecture into its own APK
...
* This means we can have all the architectures we care about installed,
and load the right library regardless of what the app does.
2018-01-26 21:19:16 +00:00
baldurk
b8bd99a24a
Add a simple preview placeholder for android
...
* This means that at least when nothing else is happening the remote
server isn't completely blank and unresponsive.
2018-01-01 12:41:12 +00:00
Cody Northrop
2b1bc02a22
android: Set versionName and versionCode during build
...
This will allow us to determine the status of the installed
server before using it.
2017-09-15 12:17:58 -07:00
baldurk
238493a178
Give the Android remote server a nicer title, and an icon
2017-06-15 05:28:07 -07:00
Peter Gal
489cc76c07
Specify GL ES version for the Android renderdoccmd
...
For Android the minimum GL ES version must be configured
in the AndroidManifest.xml so we would not end up
with an old ES version.
2017-04-05 12:00:31 -07:00
Ian Elliott
f9024b2eb3
Add 'android:exported="true""' to "AndroidManifest.xml" file.
...
This seems needed for non-rooted devices.
2016-09-15 16:10:50 -06:00
Ian Elliott
e3a51a239f
Change "AndroidManifest.xml" for Android SDK Version 9 -> 23.
...
Vulkan requires at least API level 23.
2016-09-15 16:10:45 -06:00
Michael Rennie
e95813c5ae
RenderDocCmd.apk requires Internet manifest permissions to use sockets.
...
Also cleaned up the manifest file.
2016-08-25 11:54:49 +01:00
Michael Rennie
ad2b266f95
Makefiles to build apk for RenderDocCmd on Android & More replay fixes.
2016-06-17 13:50:00 +02:00