| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:dist="http://schemas.android.com/apk/distribution" | |
| featureSplit="autofill_assistant"> | |
| <dist:module | |
| dist:onDemand="true" | |
| dist:title="@string/autofill_assistant_module_title"> | |
| <dist:fusing dist:include="false" /> | |
| </dist:module> | |
| <application> | |
| </application> | |
| </manifest> |