Skip to content

Commit

Permalink
Hot fix: Fixed problem of webview fallback(Forgot to ask INTERNET per…
Browse files Browse the repository at this point in the history
…mission)
  • Loading branch information
LCinHK committed Feb 28, 2021
1 parent ec5b4ce commit 5d19585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="tech.alevel.social">

<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 5d19585

Please sign in to comment.