summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author mrulhania <mrulhania@google.com> 2025-02-04 16:15:03 -0800
committer Manjeet Rulhania <mrulhania@google.com> 2025-02-05 15:20:53 -0800
commit480ceeac00a12707f410bed36662ade72f1f1efc (patch)
treebff197a5c31cba30b7aaa39494afe3098e9cd03a
parenta27cd59458a214a864cbd501131198daa6a04f18 (diff)
Remove livedata_refactor_permission_timeline_enabled flag
The code has been already cleaned up for this flag. Although the flag was marked incorrectly as exported flag, we don't expect anyone to use that flag, so removing it. Bug: 354234946 Test: atest PermissionUsageDetailsViewModelTest Test: atest PermissionHistoryTest FLAG: EXEMPT flag removal Relnote: code cleanup NO_EXPORTED_FLAG_DELETION_CHECK=internal flag marked as exported incorrectly. LOW_COVERAGE_REASON=NON_CODE_ONLY Change-Id: Id3d238bc65c714d31fe81c569fde95e574454d01
-rw-r--r--flags/flags.aconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig
index 372fed403..866d27d43 100644
--- a/flags/flags.aconfig
+++ b/flags/flags.aconfig
@@ -65,15 +65,6 @@ flag {
}
flag {
- name: "livedata_refactor_permission_timeline_enabled"
- is_exported: true
- namespace: "permissions"
- description: "This flag is used to enable modern app architecture implementation for timeline page"
- bug: "354234946"
- is_fixed_read_only: true
-}
-
-flag {
name: "odad_notifications_supported"
is_exported: true
namespace: "permissions"