Rename ACTION_MEMTAG_SETTINGS

Bug: 259140983
Change-Id: Ia8fd50d2c470ec44ac0aface9a80bc9ce9fc9861
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 74cf865..f4e2852 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -347,7 +347,7 @@
             android:exported="true"
             android:configChanges="orientation|keyboardHidden|screenSize">
             <intent-filter android:priority="1">
-                <action android:name="android.settings.MEMTAG_SETTINGS"/>
+                <action android:name="android.settings.ADVANCED_MEMORY_PROTECTION_SETTINGS"/>
                 <category android:name="android.intent.category.BROWSABLE" />
                 <category android:name="android.intent.category.DEFAULT"/>
             </intent-filter>