Skip to content

Commit

Permalink
Request permission to start service
Browse files Browse the repository at this point in the history
Possibly related to #865
  • Loading branch information
nop33 committed Oct 16, 2024
1 parent e77e2bc commit 38fcc6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/mobile-wallet/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default {
permissions: [
'android.permission.FOREGROUND_SERVICE',
'android.permission.FOREGROUND_SERVICE_DATA_SYNC',
'android.permission.START_FOREGROUND_SERVICES_FROM_BACKGROUND', // To potentially fix crash due to ForegroundServiceStartNotAllowedException
'android.permission.WAKE_LOCK'
],
package: 'org.alephium.wallet'
Expand Down

0 comments on commit 38fcc6d

Please sign in to comment.