Skip to content

Commit

Permalink
Clarified permission requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
saelim committed Apr 13, 2021
1 parent 2898274 commit c17f842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "SINGLE",
"filters": [],
"versionCode": 1191,
"versionName": "3.6.9.3",
"versionName": "3.6.9.5",
"outputFile": "app-release.apk"
}
]
Expand Down
7 changes: 3 additions & 4 deletions fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
<b>App Permissions Explained:</b>

* Location access for location based search, location stamps, etc.
* Camera access for built-in barcode scanner
* Storage access for core functions
* Camera access for built-in barcode scanner.
* Storage access for core functions.
* Permission required by Sony devices to avoid crashes on certain models
* Permission to access network as MathJax is used for math rendering. MathJax will be cached for offline rendering later.
* Permission to receive boot completion for Tasker to schedule backup requests on legacy devices (pre-Android 8.0). It has no effect on devices running later versions of Android.

1. and 2. can be denied/revoked as needed either from Settings or via Marshmallow's runtime permissions.

Also note that by default, neutriNote uses MathJax.js for math rendering. Alternative math rendering engine can be specified via Settings.

GitHub: https://github.com/appml/neutrinote

0 comments on commit c17f842

Please sign in to comment.