Browse Source

Application: Remove unneeded exported component

Signed-off-by: Samuel Holland <samuel@sholland.org>
master
Samuel Holland 6 years ago
parent
commit
88e30431cb
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      app/src/main/java/com/wireguard/android/Application.java

+ 0
- 2
app/src/main/java/com/wireguard/android/Application.java View File

@@ -55,8 +55,6 @@ public class Application extends android.app.Application {
public interface ApplicationComponent { public interface ApplicationComponent {
AsyncWorker getAsyncWorker(); AsyncWorker getAsyncWorker();


SharedPreferences getPreferences();

ToolsInstaller getToolsInstaller(); ToolsInstaller getToolsInstaller();


TunnelManager getTunnelManager(); TunnelManager getTunnelManager();


Loading…
Cancel
Save