How should I pass in null as default value for a String argument such as this:
null
Turns out the good old @null works
@null
<argument android:name="profile_id" android:defaultValue="@null" app:argType="string" app:nullable="true" />