Loading AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ android:launchMode="singleTop" android:theme="@style/ContactPickerTheme" android:uiOptions="splitActionBarWhenNarrow" android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize" android:visibleToInstantApps="true"> <intent-filter> <action android:name="android.intent.action.INSERT_OR_EDIT"/> <category android:name="android.intent.category.DEFAULT"/> Loading Loading
AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,8 @@ android:launchMode="singleTop" android:theme="@style/ContactPickerTheme" android:uiOptions="splitActionBarWhenNarrow" android:windowSoftInputMode="adjustResize"> android:windowSoftInputMode="adjustResize" android:visibleToInstantApps="true"> <intent-filter> <action android:name="android.intent.action.INSERT_OR_EDIT"/> <category android:name="android.intent.category.DEFAULT"/> Loading