Rename ACTION_MEMTAG_SETTINGS

Bug: 259140983
Change-Id: Ia8fd50d2c470ec44ac0aface9a80bc9ce9fc9861
This commit is contained in:
Florian Mayer
2022-11-17 16:46:05 -08:00
parent 57c6df710b
commit ef5e8670a5

View File

@@ -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>