| commit | 1fa42c03891ba203a321b597fb5709e3a9131f0e | [log] [tgz] |
|---|---|---|
| author | Tommy Webb <tommy@calyxinstitute.org> | Wed Mar 22 09:05:18 2023 -0400 |
| committer | Tommy Webb <tommy@calyxinstitute.org> | Mon Jul 10 15:04:39 2023 -0400 |
| tree | 09b1ed93ada38d31346fcbf3d595b230d0323446 | |
| parent | 07c465641ad78e1afa20665bb23f2ae26a0ff6a4 [diff] [blame] |
Expose new isUidCurrentlyDisallowedByPolicy Allows determining if a UID is blocked based on its transports. Change-Id: I2729b61c349ec2812a74d7d1c04b90a58b0f5b88
diff --git a/framework/src/android/net/IConnectivityManager.aidl b/framework/src/android/net/IConnectivityManager.aidl index bb36bb8..a837b56 100644 --- a/framework/src/android/net/IConnectivityManager.aidl +++ b/framework/src/android/net/IConnectivityManager.aidl
@@ -247,4 +247,5 @@ void replaceFirewallChain(int chain, in int[] uids); void setUidsAllowedTransports(in int[] uids, in long[] allowedTransportsPacked); + boolean isUidCurrentlyDisallowedByPolicy(int uid); }