Skip to content

Commit 5dae7f8

Browse files
Aga-Cnaveensingh
andauthored
fix: allow editing JSON files (#105)
Co-authored-by: Naveen Singh <[email protected]>
1 parent b302495 commit 5dae7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<action android:name="android.intent.action.VIEW" />
9898
<category android:name="android.intent.category.DEFAULT" />
9999
<data android:mimeType="text/*" />
100+
<data android:mimeType="application/json" />
100101
</intent-filter>
101102
</activity>
102103

0 commit comments

Comments
 (0)