Configure your Android App
Add the following line to the manifest file under <application>
<meta-data android:name="asset_statements" android:resource="@string/asset_statements" />
Add an asset_statements
string resource to the strings.xml
file
Once your app is published with these changes, you can test your setup by using the
"Test statement" button in this tool.