Skip to content

Commit

Permalink
Fixed AndroidManifest.xml for production builds
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesCandel committed Feb 23, 2018
1 parent f6c95c0 commit e0dd0f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/platforms/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<activity android:name="com.microsoft.aad.adal.AuthenticationActivity"></activity>
<application>
<activity android:name="com.microsoft.aad.adal.AuthenticationActivity"></activity>
</application>
</manifest>

0 comments on commit e0dd0f6

Please sign in to comment.