Skip to content

Commit

Permalink
Re-enabled backup and restore
Browse files Browse the repository at this point in the history
  • Loading branch information
MoazSalem committed Aug 2, 2023
1 parent f929b29 commit 9d5e501
Show file tree
Hide file tree
Showing 4 changed files with 217 additions and 213 deletions.
8 changes: 6 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_MEDIA_LOCATION" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools2:ignore="ScopedStorage" />
<application
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:label="Colorful Notes">
android:label="Colorful Notes"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
Expand Down
Loading

0 comments on commit 9d5e501

Please sign in to comment.