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:
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License
|
* limitations under the License
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package com.android.settings.security;
|
package com.android.settings.development;
|
||||||
|
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
import android.text.TextUtils;
|
import android.text.TextUtils;
|
||||||
|
Reference in New Issue
Block a user