mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 11:58:40 -05:00
PM-29806: Move FlightRecorderWriter to the data module (#6270)
This commit is contained in:
@@ -14,6 +14,11 @@ interface BuildInfoManager {
|
||||
*/
|
||||
val applicationId: String
|
||||
|
||||
/**
|
||||
* The human readable name of the running application (untranslated).
|
||||
*/
|
||||
val applicationName: String
|
||||
|
||||
/**
|
||||
* A boolean property that indicates whether the current build flavor is "fdroid".
|
||||
*/
|
||||
@@ -48,4 +53,9 @@ interface BuildInfoManager {
|
||||
* A string representing the build type.
|
||||
*/
|
||||
val buildTypeName: String
|
||||
|
||||
/**
|
||||
* A string representing the raw build and flavor types.
|
||||
*/
|
||||
val buildAndFlavor: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user