Merge "Prevent mEventCache UAF in SensorEventConnection" into qt-qpr1-dev
diff --git a/include/android/multinetwork.h b/include/android/multinetwork.h
index d31d1f1..f7294a9 100644
--- a/include/android/multinetwork.h
+++ b/include/android/multinetwork.h
@@ -123,8 +123,8 @@
ANDROID_RESOLV_NO_RETRY = 1 << 0,
/**
- * Do not cache the result of the lookup. The lookup may return a result that is already
- * in the cache, unless the ANDROID_RESOLV_NO_CACHE_LOOKUP flag is also specified.
+ * Don't lookup this request in the cache, and don't cache the result of the lookup.
+ * This flag implies {@link #ANDROID_RESOLV_NO_CACHE_LOOKUP}.
*/
ANDROID_RESOLV_NO_CACHE_STORE = 1 << 1,