Skip to content

Commit c90364d

Browse files
authored
Update AndroidManifest.xml with new permissions
1 parent b7e1032 commit c90364d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
android:launchMode="singleTask"
7777
android:windowSoftInputMode="adjustResize">
7878
<intent-filter>
79-
<action android:name="android.intent.action.MAIN" />
80-
<category android:name="android.intent.category.LAUNCHER" />
79+
<action android:name="android.intent.action.VIEW" />
80+
<category android:name="android.intent.category.DEFAULT" />
8181
</intent-filter>
8282
</activity>
8383

@@ -152,4 +152,4 @@
152152
android:resource="@xml/provider_paths" />
153153
</provider>
154154
</application>
155-
</manifest>
155+
</manifest>

0 commit comments

Comments
 (0)