diff --git a/odk/collect/collect_app/src/main/AndroidManifest.xml b/odk/collect/collect_app/src/main/AndroidManifest.xml index fc053f74cb0..45ffb2285d2 100644 --- a/odk/collect/collect_app/src/main/AndroidManifest.xml +++ b/odk/collect/collect_app/src/main/AndroidManifest.xml @@ -84,16 +84,16 @@ the specific language governing permissions and limitations under the License. android:supportsRtl="true" android:usesCleartextTraffic="true"> -<!-- Base application should provide this.--> -<!-- <provider--> -<!-- android:name="androidx.core.content.FileProvider"--> -<!-- android:authorities="${applicationId}.provider"--> -<!-- android:exported="false"--> -<!-- android:grantUriPermissions="true">--> -<!-- <meta-data--> -<!-- android:name="android.support.FILE_PROVIDER_PATHS"--> -<!-- android:resource="@xml/provider_paths" />--> -<!-- </provider>--> + <!-- Base application should provide this.--> + <!-- <provider--> + <!-- android:name="androidx.core.content.FileProvider"--> + <!-- android:authorities="${applicationId}.provider"--> + <!-- android:exported="false"--> + <!-- android:grantUriPermissions="true">--> + <!-- <meta-data--> + <!-- android:name="android.support.FILE_PROVIDER_PATHS"--> + <!-- android:resource="@xml/provider_paths" />--> + <!-- </provider>--> <activity android:name=".activities.FirstLaunchActivity"></activity> @@ -103,9 +103,7 @@ the specific language governing permissions and limitations under the License. android:theme="@style/Theme.Collect.SplashScreen"> <intent-filter> <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.DEFAULT" /> - <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity>