Skip to content

Commit

Permalink
Release Student 6.15.0 (232) (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannakos authored Nov 26, 2021
1 parent 6dd314a commit b47e5b6
Show file tree
Hide file tree
Showing 330 changed files with 23,369 additions and 1,793 deletions.
2 changes: 1 addition & 1 deletion android-vault
6 changes: 4 additions & 2 deletions apps/flutter_parent/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CAMERA" android:required="false"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> <!-- For notifications plugin -->

<application
android:label="Canvas Parent"
android:icon="@mipmap/ic_launcher"
android:allowBackup="false"
android:fullBackupContent="false">
android:fullBackupContent="false"
android:requestLegacyExternalStorage="true">
android:usesCleartextTraffic="true"

<meta-data
Expand Down
Loading

0 comments on commit b47e5b6

Please sign in to comment.