Skip to content

Commit

Permalink
Merge pull request #1021 from zhwanng/v3.0.2-pre-t
Browse files Browse the repository at this point in the history
update SeafConnection
  • Loading branch information
zhwanng authored Jul 25, 2024
2 parents 2f191c0 + 9efbb13 commit 4cb412d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1,215 deletions.
7 changes: 3 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
<uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
<uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />

<!-- get list of Seadroid accounts -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />

<!--Set/Get the auth token from the account manager -->
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<!-- auth accounts -->
<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />

<!-- get list of Seadroid accounts -->
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
<!-- Add/Remove/Update Seafile accounts -->
<uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />

Expand Down
Loading

0 comments on commit 4cb412d

Please sign in to comment.