Android: link digital assetLinks for auto-fill

This commit is contained in:
Neeraj Gupta 2021-11-11 14:36:14 +05:30
parent 5a4e2bc927
commit 667e0de9dd
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1
2 changed files with 7 additions and 1 deletions

View file

@ -48,7 +48,7 @@
<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
<meta-data android:name="flutterEmbedding" android:value="2" />
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
<meta-data android:name="io.sentry.dsn" android:value="https://2235e5c99219488ea93da34b9ac1cb68@sentry.ente.io/4" />
</application>

View file

@ -1,4 +1,10 @@
<resources>
<string name="app_name">ente</string>
<string name="backup">backup</string>
<string name="asset_statements" translatable="false">
[{
\"include\": \"https://web.ente.io/.well-known/assetlinks.json\"
}]
</string>
</resources>