File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ To enable _QuickDemo_ you need to do two things.
7
7
1 . Enable the System UI demo mode on your phone.
8
8
2 . Grant the ` android.permission.DUMP ` to the QuickDemo app. This permissions is protected and can't be requested at runtime.
9
9
10
- Both steps can be performed from you command line via ` adb ` .
10
+ This can be achieved by running the following ` gradle ` task.
11
+
12
+ ```
13
+ ./gradlew setupDemoMode
14
+ ```
15
+
16
+ If you don't have the project. Both steps can be performed manually from command line via ` adb ` .
11
17
12
18
```
13
19
# Ensure demo mode is activated.
@@ -17,4 +23,4 @@ adb shell settings put global sysui_demo_allowed 1
17
23
adb shell pm grant com.pspdfkit.labs.quickdemo android.permission.DUMP
18
24
```
19
25
20
- ** Please note:** The permissions is granted until you revoke it or uninstall the app.
26
+ ** Please note:** The permissions is granted until you revoke it or uninstall the app.
You can’t perform that action at this time.
0 commit comments