Call super.onCreate() in Application.

Just in case Application#onCreate() does something, though as of now it
does nothing for real.
This commit is contained in:
Garfield Tan 2017-07-11 15:25:21 -07:00
parent 61bc8e3389
commit 495631e724

View file

@ -49,6 +49,8 @@ public class SambaProviderApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
final ConnectivityManager manager =
(ConnectivityManager) getSystemService(CONNECTIVITY_SERVICE);
manager.registerNetworkCallback(