Fix manifest
This commit is contained in:
parent
a495b7b05e
commit
2b9a52b925
|
@ -8,7 +8,7 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.Unshortify" />
|
android:theme="@style/Theme.Unshortify">
|
||||||
|
|
||||||
<activity android:name="ShareActivity"
|
<activity android:name="ShareActivity"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
|
@ -19,4 +19,5 @@
|
||||||
<data android:mimeType="text/plain" />
|
<data android:mimeType="text/plain" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
</application>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
Loading…
Reference in New Issue