Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4be805b authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

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
parent ef600038
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;