diff options
| author | Ian Elliott <ianelliott@google.com> | 2016-09-01 11:09:21 -0600 |
|---|---|---|
| committer | Ian Elliott <ianelliott@google.com> | 2016-09-13 14:53:37 -0600 |
| commit | 07d031e24df3121953aa63a7b4eb011899e16d46 (patch) | |
| tree | 31ee4e7d6bd07b63bb58aedf33e8947037f1ea55 /layers/core_validation.cpp | |
| parent | 602ca4f897121d79efb320201a52c2b194de0fa5 (diff) | |
| download | usermoji-07d031e24df3121953aa63a7b4eb011899e16d46.tar.xz | |
demos: Give Android versions permissions for internet & read/write files
This is in support of RenderDoc (and other tracing libraries). On Android,
these "native" applications must have permission to read/write files on the
Android filesystem so that a trace-capture library can write a trace file.
After building and installing the application, the following commands should be
run from a Linux shell, in order to truly grant those permissions (not normally
required for an Android Java-based app, with a GUI; but is required for these
shell-launched, native apps):
adb shell pm grant com.example.Cube android.permission.READ_EXTERNAL_STORAGE
adb shell pm grant com.example.Cube android.permission.WRITE_EXTERNAL_STORAGE
Diffstat (limited to 'layers/core_validation.cpp')
0 files changed, 0 insertions, 0 deletions
