Revert "Revert "Support highlightable Settings homepage menu for 2-pane""
This reverts commit 096c090b80
.
Reason for revert: crash is fixed in this change
Bug: 202510128
Test: manual, build
Change-Id: Ifff8d58cfdcf43e123b11dee308665b2617cb4b3
This commit is contained in:
@@ -50,7 +50,7 @@ public class SearchFeatureProviderImpl implements SearchFeatureProvider {
|
||||
if (isSettingsPackage || isAllowlistedPackage) {
|
||||
return;
|
||||
}
|
||||
throw new SecurityException("Search result intents must be called with from a "
|
||||
throw new SecurityException("Search result intents must be called with from an "
|
||||
+ "allowlisted package.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user