Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85cc3c88 authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Remove the usage of SystemProperties.set()" am: fe1f37de am: 1ed76ebf am: 5382021e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1465504

Change-Id: Ie38e0ce264c899b278c2e46379bbeb9e787fb25a
parents 357cd1d2 5382021e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -38,9 +38,4 @@ public class MockableSystemProperties {
    public void setTcpInitRwnd(int value) {
        NetworkProperties.tcp_init_rwnd(value);
    }
    // TODO(b/33308258): SystemProperties.set() will not be accessible if ConnectivityService
    // becomes a mainline module. Remove it and replace the usage after removing net.dns*.
    public void set(String key, String value) {
        SystemProperties.set(key, value);
    }
}