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