Merge "Rename ACTION_MEMTAG_SETTINGS"

This commit is contained in:
Florian Mayer
2022-11-30 01:26:43 +00:00
committed by Android (Google) Code Review

View File

@@ -348,7 +348,7 @@
android:exported="true" android:exported="true"
android:configChanges="orientation|keyboardHidden|screenSize"> android:configChanges="orientation|keyboardHidden|screenSize">
<intent-filter android:priority="1"> <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.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
</intent-filter> </intent-filter>