summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCheng-Shiun Tsai <cheng.tsai@samsung.com>2020-11-17 10:07:03 +0000
committerAdeel Kazmi <adeel.kazmi@samsung.com>2020-11-20 15:32:55 +0000
commit704c91e58d14cf85fb7e60eae0ecdc141796d8fc (patch)
tree6152c6cd4173f07e90732b6f4cde8c86a75baf88 /README.md
parent36b871be71d9cdf58f1aa378376fdf57fd92e9e4 (diff)
downloaddali-demo-704c91e58d14cf85fb7e60eae0ecdc141796d8fc.tar.gz
dali-demo-704c91e58d14cf85fb7e60eae0ecdc141796d8fc.tar.bz2
dali-demo-704c91e58d14cf85fb7e60eae0ecdc141796d8fc.zip
changing writing directory for Android
/tmp doesn't exist for Android, need to use internal data directory Change-Id: I08d8855baa97e175a2874915076d4fd22ff83d6f
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67923328..1e2ec745 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,10 @@ To install apks:
$ adb install -r ./app/build/outputs/apk/debug/dali-demo-debug.apk
$ adb install -r ./app/build/outputs/apk/release/dali-demo-release.apk
+Manually granting permission for accessing Storage before running the demo
+ 1. Long press the DALi demo app icon => App Info
+ 2. Permissions => Storage => Enable
+
## 4. Building for MS Windows
Third party dependencies are built using vcpkg. Instructions on how to install vcpkg can be found in the