fix manifest issues
This commit is contained in:
parent
e03147c6da
commit
5696809c1d
|
@ -16,6 +16,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.PeertubeActivity"
|
||||
android:exported="true"
|
||||
tools:node="mergeOnlyAttributes">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.PeertubeActivity"
|
||||
android:exported="true"
|
||||
tools:node="merge">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
|
|
Loading…
Reference in New Issue