mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-29 06:35:08 +03:00
Made fast reconnect when network becomes up. (#28)
* Made fast reconnect when network becomes up. * Use `retryPeersNow`
This commit is contained in:
parent
41569a9ee2
commit
c9476a7b00
5 changed files with 58 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
package="eu.neilalexander.yggdrasil">
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
<application
|
||||
android:name=".GlobalApplication"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue