Use the correct package name for DevelopmentMemtagFooterPreferenceController

The package name doesn't match the one used in
development_memtag_page.xml. This would result in the controller can't
be found when the DashboardFragment trying to instantiate the controller
defined in xml.

Bug: 245624194
Flag: EXEMPT low risk bugfix
Test: Examing the log and verify there is no "Cannot instantiate controller
from reflection" for DevelopmentMemtagFooterPreferenceController

Change-Id: I63ba96d587525c08cf1409883e2bd09bc85bfc41
This commit is contained in:
Chun-Ku Lin
2024-08-30 00:28:04 +00:00
parent ef600038a1
commit f4be805b6d

View File

@@ -14,7 +14,7 @@
* limitations under the License
*/
package com.android.settings.security;
package com.android.settings.development;
import android.content.Context;
import android.text.TextUtils;