✨ Two column explore
This commit is contained in:
@ -42,6 +42,12 @@
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<provider
|
||||
android:name="com.superlist.super_native_extensions.DataProvider"
|
||||
android:authorities="dev.solsynth.solian.SuperClipboardDataProvider"
|
||||
android:exported="true"
|
||||
android:grantUriPermissions="true" >
|
||||
</provider>
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
|
Reference in New Issue
Block a user