Skip to content

Commit 456c30c

Browse files
Getting Started
1 parent 9693967 commit 456c30c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Getting-Started/.NET-MAUI/Create-Word-document/Platforms/Android/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313
</provider>
1414
</application>
1515
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
16+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1617
</manifest>

Getting-Started/Xamarin/Create-Word-document/Create-Word-document.Android/Properties/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
</provider>
1212
</application>
1313
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
14+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
1415
</manifest>

0 commit comments

Comments
 (0)