Skip to content

Commit

Permalink
[#39] Fix 2 launcher icons
Browse files Browse the repository at this point in the history
  • Loading branch information
karntrehan committed Apr 11, 2023
1 parent 242a1b2 commit 01a53e3
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions odk/collect/collect_app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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>

Expand Down

0 comments on commit 01a53e3

Please sign in to comment.