Skip to content

Commit

Permalink
Revert Additional priveledges not needed on manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSmartCell committed Mar 25, 2024
1 parent ea48f95 commit 32ccc50
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>

<uses-feature
android:name="android.hardware.fingerprint"
Expand Down Expand Up @@ -125,8 +123,7 @@
<service
android:name=".service.WalletConnectV2Service"
android:enabled="true"
android:exported="false"
android:foregroundServiceType="connectedDevice">
android:exported="false">
</service>

<service
Expand Down Expand Up @@ -282,11 +279,6 @@
android:name=".ui.TokenScriptManagementActivity"
android:label="@string/tokenscript_management" />

<activity
android:name=".ui.WalletConnectActivity"
android:label="WalletConnect"
android:launchMode="singleTop" />

<activity
android:name=".ui.BackupFlowActivity"
android:label="WalletConnect" />
Expand Down

0 comments on commit 32ccc50

Please sign in to comment.