Deprecate apfDrop802_3Frames and apfEthTypeDenyList configs in Android V

Updated documentation to clearly state that the
config_apfDrop802_3Frames and config_apfEthTypeDenyList configurations
are deprecated and no longer have any effect in Android V and later
versions.

Bug: 344798001
Test: TH
Change-Id: Ife9f6e196f510bb825226bc1cd680eb7a998e75a
diff --git a/res/values/config.xml b/res/values/config.xml
index aed375c..16364d6 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -108,12 +108,14 @@
 
     <!-- Whether the APF Filter in the device should filter out IEEE 802.3 Frames
          Those frames are identified by the field Eth-type having values
-         less than 0x600 -->
+         less than 0x600.
+         This configuration has been deprecated and is not functional in Android V+. -->
     <bool name="config_apfDrop802_3Frames">true</bool>
 
     <!-- An array of Denylisted EtherType, packets with EtherTypes within this array
-         will be dropped
-         TODO: are these proper values? -->
+         will be dropped.
+         TODO: are these proper values?
+         This configuration has been deprecated and is not functional in Android V+. -->
     <integer-array name="config_apfEthTypeDenyList">
         <item>0x88A2</item>
         <item>0x88A4</item>
diff --git a/res/values/overlayable.xml b/res/values/overlayable.xml
index 9c2172a..08a2778 100644
--- a/res/values/overlayable.xml
+++ b/res/values/overlayable.xml
@@ -79,10 +79,12 @@
             <item type="integer" name="config_evaluating_bandwidth_max_retry_timer_ms"/>
 
             <!-- Whether the APF Filter in the device should filter out IEEE 802.3 Frames
-            Those frames are identified by the field Eth-type having values less than 0x600 -->
+            Those frames are identified by the field Eth-type having values less than 0x600.
+            This configuration has been deprecated and is not functional in Android V+ -->
             <item type="bool" name="config_apfDrop802_3Frames"/>
             <!-- An array of Denylisted EtherType, packets with EtherTypes within this array
-            will be dropped -->
+            will be dropped.
+            This configuration has been deprecated and is not functional in Android V+ -->
             <item type="array" name="config_apfEthTypeDenyList"/>
             <!-- Icon used for connected captive portal notifications on wifi networks,
             notifying that internet access is now available or that a venue info page is