Skip to content

Commit ed75571

Browse files
committed
Fix android build permission issue [skip e2e]
1 parent 8c10949 commit ed75571

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

packages/mobile/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<uses-permission android:name="com.fingerprints.service.ACCESS_FINGERPRINT_MANAGER"/>
2121
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY"/>
2222

23+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />
24+
2325
<application
2426
android:name=".MainApplication"
2527
android:label="@string/app_name"

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.195.7",
44
"license": "AGPL-3.0",
55
"main": "dist/app.js",
6-
"author": "Standard Notes.",
6+
"author": "Standard Notes",
77
"private": true,
88
"files": [
99
"dist"

0 commit comments

Comments
 (0)