Skip to content

Commit aec6cd2

Browse files
committed
minetest
1 parent 7a3bcdf commit aec6cd2

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

_includes/videopages/type1/minetest.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<div class="col s12 tag-div">
1+
<!-- <div class="col s12 tag-div">
22
<div class="user-content">
33
<p>
44
Description of this bug.
55
</p>
66
</div>
7-
</div>
7+
</div> -->
88

99
<!-- <embed src="/assets/res/videos/NoteBuddy_v1.3.2.mp4" autostart="false"/> -->
1010

minetest.md

+38-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,48 @@ layout: page
33
css: ["projects.css"]
44
# js: ["https://cdnjs.cloudflare.com/ajax/libs/geopattern/1.2.3/js/geopattern.min.js", "projects.js"]
55
---
6-
76
---
87

98
| Device Name | Android Version | App Name | App Version |
109
|:--------------------:|:---------------:|:--------------:|:-----------:|
11-
| Samsung Galaxy Note4 | 6.0.1 | EtchDroid | 1.5 |
10+
| Samsung Galaxy Note4 | 6.0.1 | Minetest | 5.2.0.26 |
1211

1312
---
1413

15-
{% include videopages/type1/minetest.html %}
14+
{% include videopages/type1/minetest.html %}
15+
16+
##### Description
17+
Reproduce steps:
18+
1. enter the app from the home screen and allow the storage permission request
19+
2. go to system setting and revoke the storage permission
20+
3. go back to the app and it crashes
21+
22+
##### Aper Outputs
23+
```
24+
API:
25+
<android.os.Environment: java.io.File getExternalStorageDirectory()>
26+
---
27+
PERMISSIONS:
28+
[android.permission.READ_EXTERNAL_STORAGE,android.permission.WRITE_EXTERNAL_STORAGE]
29+
---
30+
CALLCHAIN:
31+
net.minetest.minetest.MinetestAssetCopy.onCreate(android.os.Bundle)void
32+
net.minetest.minetest.MinetestAssetCopy$copyAssetTask.doInBackground(java.lang.Object[])java.lang.Object
33+
net.minetest.minetest.MinetestAssetCopy$copyAssetTask.doInBackground(java.lang.String[])java.lang.String
34+
android.os.Environment.getExternalStorageDirectory()java.io.File
35+
36+
======
37+
38+
DANGEROUS: android.permission.READ_EXTERNAL_STORAGE
39+
Is Declared: false
40+
Check Sites: NONE
41+
Request Sites: NONE
42+
Has Handle: in <android.app.Activity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
43+
44+
---
45+
DANGEROUS: android.permission.WRITE_EXTERNAL_STORAGE
46+
Is Declared: true
47+
Check Sites: NONE
48+
Request Sites: NONE
49+
Has Handle: in <android.app.Activity: void onRequestPermissionsResult(int,java.lang.String[],int[])>
50+
```

0 commit comments

Comments
 (0)