Skip to content

Commit

Permalink
add network security config to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
t0thkr1s committed Feb 11, 2021
1 parent a8f2ec1 commit 7e6ad9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,22 @@
android:debuggable="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:networkSecurityConfig="@xml/network_security_config"
android:roundIcon="@mipmap/ic_launcher_round"
android:theme="@style/Theme.Allsafe"
tools:ignore="HardcodedDebugMode">
tools:ignore="HardcodedDebugMode"
tools:targetApi="n">

<activity
android:name=".challenges.DeepLinkTask"
android:theme="@style/Theme.Allsafe.NoActionBar">

<intent-filter>
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data
android:host="infosecadventures"
android:pathPrefix="/congrats"
Expand Down

0 comments on commit 7e6ad9b

Please sign in to comment.