Skip to content

Commit

Permalink
new user-permission:READ_EXTERNAL_STORAGE to read cloud storage as on…
Browse files Browse the repository at this point in the history
…eDrive
  • Loading branch information
guanlisheng committed Nov 27, 2023
1 parent eb21d8b commit e372f6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<!-- sync authenticator -->
<!--<uses-permission android:name="android.permission.AUTHENTICATE_ACCOUNTS" />-->
Expand Down Expand Up @@ -502,4 +503,4 @@
<activity android:name=".investment.PriceEditActivity"></activity>
</application>

</manifest>
</manifest>

0 comments on commit e372f6e

Please sign in to comment.