Files
sing-box-for-android/app
世界 15daef6ad2 Fix NetworkCapabilities field access for API compatibility
- mUnderlyingNetworks: Added in Android 13 (not 12), use findFieldIfExists
  for Android 12 (APEX may upgrade), findField for Android 13+
- mOwnerUid: Added in Android 11, add SDK >= R check
- mTransportInfo: Added in Android 10, add SDK >= Q check

Fixes NullPointerException on devices running Android < 13 where
setUnderlyingNetworks method doesn't exist.
2026-01-11 18:05:41 +08:00
..
2025-12-13 20:16:37 +08:00
2023-06-27 11:51:36 +08:00
2026-01-10 21:31:04 +08:00
2023-06-27 11:51:36 +08:00
2023-06-27 11:51:36 +08:00