Fix an embarrassing bug... again. am: 7f0a55e715 am: a263d568a9

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1552059

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I79731a35c91038ee50e214fffc2ff3ce49c7b9a2
diff --git a/staticlibs/device/android/net/NetworkFactory.java b/staticlibs/device/android/net/NetworkFactory.java
index 4bc45cf..bcc6089 100644
--- a/staticlibs/device/android/net/NetworkFactory.java
+++ b/staticlibs/device/android/net/NetworkFactory.java
@@ -247,7 +247,7 @@
     /** @deprecated None of the implementors use the score, remove this method */
     @Deprecated
     public boolean acceptRequest(NetworkRequest request, int score) {
-        return true;
+        return acceptRequest(request);
     }
 
     /**