You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and also acquire `Permission.accessMediaLocation` using the [`permission_handler`](https://pub.dev/packages/permission_handler_tizen) plugin (to be available soon). The permission is already granted on TV devices by default.
37
39
38
-
- `getExternalStoragePaths`
39
-
- `getDownloadsPath`
40
+
- To access paths returned by
40
41
41
-
add below lines under the `<manifest>` section in your `tizen-manifest.xml` file,
add below lines under the `<manifest>` section in your `tizen-manifest.xml` file.
46
46
47
-
and also acquire the **Storage** [permission](https://docs.tizen.org/application/dotnet/tutorials/sec-privileges) using the [`permission_handler`](https://pub.dev/packages/permission_handler_tizen) plugin (to be available soon).
0 commit comments