summaryrefslogtreecommitdiff
path: root/android/android_studio_project/app/src/main/AndroidManifest.xml
AgeCommit message (Collapse)Author
2022-07-17[Android] Don't require the storage permissionTriang3l
GPU traces in the trace viewer are accessed via the Storage Access Framework, which doesn't require the storage permissions. Games will be accessed using the SAF too (directories containing games as document trees with persistable URI permissions). The storage permissions are also not required for accessing the application's external or internal storage directory that will contain the save files.
2022-07-17[Android] GPU trace viewer and launcher activitiesTriang3l
2022-02-01[UI] Android surface [skip appveyor]Triang3l
2021-09-18[UI] android.app.NativeActivity > WindowedAppActivity + code styleTriang3l
2020-11-22[Android] API, feature and permission requirementsTriang3l
2020-11-21[Android] Studio project enough to invoke NDK-BuildTriang3l