Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
SettingsLib: add CategoryKey for Exploit protection screen
Browse files Browse the repository at this point in the history
  • Loading branch information
muhomorr committed Aug 12, 2024
1 parent 0875559 commit edb0418
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ public final class CategoryKey {
"com.android.settings.category.ia.smart_battery_settings";
public static final String CATEGORY_COMMUNAL_SETTINGS =
"com.android.settings.category.ia.communal";
public static final String CATEGORY_EXPLOIT_PROTECTION_SETTINGS =
"com.android.settings.category.ia.exploit_protection_settings";
public static final String CATEGORY_MORE_SECURITY_PRIVACY_SETTINGS =
"com.android.settings.category.ia.more_security_privacy_settings";

Expand Down

0 comments on commit edb0418

Please sign in to comment.