Rename MANAGE_WIFI_AUTO_JOIN to MANAGE_WIFI_NETWORK_SELECTION

Bug: 219947411
Test: compile
Change-Id: I9b9671b72f42f1b3ac0a3e16cec64cbf4800a5de
diff --git a/tests/tests/permission2/res/raw/android_manifest.xml b/tests/tests/permission2/res/raw/android_manifest.xml
index a3ab170..e5fb737 100644
--- a/tests/tests/permission2/res/raw/android_manifest.xml
+++ b/tests/tests/permission2/res/raw/android_manifest.xml
@@ -1882,13 +1882,23 @@
         android:protectionLevel="normal" />
 
     <!-- Allows applications to enable/disable wifi auto join. This permission
-         is used to let OEMs grant their trusted app access to a subset of privileged wifi APIs
-         to improve wifi performance.
-         <p>Not for use by third-party applications. -->
+     is used to let OEMs grant their trusted app access to a subset of privileged wifi APIs
+     to improve wifi performance.
+     <p>Not for use by third-party applications.
+     @deprecated will be replaced with MANAGE_WIFI_NETWORK_SELECTION -->
     <permission android:name="android.permission.MANAGE_WIFI_AUTO_JOIN"
                 android:protectionLevel="signature|privileged|knownSigner"
                 android:knownCerts="@array/wifi_known_signers" />
 
+    <!-- This permission is used to let OEMs grant their trusted app access to a subset of
+     privileged wifi APIs to improve wifi performance. Allows applications to manage
+     Wi-Fi network selection related features such as enable or disable global auto-join,
+     modify connectivity scan intervals, and approve Wi-Fi Direct connections.
+     <p>Not for use by third-party applications. -->
+    <permission android:name="android.permission.MANAGE_WIFI_NETWORK_SELECTION"
+                android:protectionLevel="signature|privileged|knownSigner"
+                android:knownCerts="@array/wifi_known_signers" />
+
     <!-- Allows applications to get notified when a Wi-Fi interface request cannot
          be satisfied without tearing down one or more other interfaces, and provide a decision
          whether to approve the request or reject it.