We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f85e0 commit de1c6a8Copy full SHA for de1c6a8
apidoc/Titanium/Database/Database.yml
@@ -135,11 +135,9 @@ methods:
135
type: String
136
- name: flags
137
summary: |
138
- Optional flag on Android to pass open flags. If not specified it will use
+ Optional flag on Android since 13.1.0 to pass open flags. If not specified it will use
139
CREATE_IF_NECESSARY | NO_LOCALIZED_COLLATORS.
140
- type: int
141
- platforms: [android]
142
- since: { android: "13.1.0" }
+ type: Number
143
examples:
144
- title: Open a Database from Internal Storage (iOS)
145
example: |
0 commit comments