• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.database.sqlite"
2container: "system"
3
4flag {
5     name: "oneway_finalizer_close_fixed"
6     namespace: "system_performance"
7     is_fixed_read_only: true
8     description: "Make BuildCursorNative.close oneway if in the finalizer"
9     bug: "368221351"
10}
11
12flag {
13     name: "sqlite_apis_35"
14     is_exported: true
15     namespace: "system_performance"
16     is_fixed_read_only: true
17     description: "SQLite APIs held back for Android 15"
18     bug: "279043253"
19}
20
21flag {
22     name: "concurrent_open_helper"
23     is_exported: true
24     namespace: "system_performance"
25     is_fixed_read_only: false
26     description: "Make SQLiteOpenHelper thread-safe"
27     bug: "335904370"
28}
29
30flag {
31     name: "no_checkpoint_on_finalize"
32     namespace: "system_performance"
33     description: "Do not checkpoint WAL if closing in the finalizer"
34     bug: "397982577"
35}
36