Android-cuttlefish cvd tool
Functions | Variables
cuttlefish::anonymous_namespace{notification.cc} Namespace Reference

Functions

Result< std::string > GetNoticeFilepath ()
 
Result< void > WriteNoticeFile (const std::string &contents)
 
std::string GetNoticeMessage ()
 

Variables

constexpr std::string_view kNoticeFilename = "PRIVACY_NOTICE.txt"
 
constexpr std::string_view kTermsAndPrivacyNotice
 
constexpr std::string_view kMetricsEnabledNotice
 

Function Documentation

◆ GetNoticeFilepath()

Result< std::string > cuttlefish::anonymous_namespace{notification.cc}::GetNoticeFilepath ( )

◆ GetNoticeMessage()

std::string cuttlefish::anonymous_namespace{notification.cc}::GetNoticeMessage ( )

◆ WriteNoticeFile()

Result< void > cuttlefish::anonymous_namespace{notification.cc}::WriteNoticeFile ( const std::string &  contents)

Variable Documentation

◆ kMetricsEnabledNotice

constexpr std::string_view cuttlefish::anonymous_namespace{notification.cc}::kMetricsEnabledNotice
constexpr
Initial value:
=
"This will automatically send diagnostic information to Google, such as "
"crash reports and usage data from the host machine managing the Android "
"Virtual Device."

◆ kNoticeFilename

constexpr std::string_view cuttlefish::anonymous_namespace{notification.cc}::kNoticeFilename = "PRIVACY_NOTICE.txt"
constexpr

◆ kTermsAndPrivacyNotice

constexpr std::string_view cuttlefish::anonymous_namespace{notification.cc}::kTermsAndPrivacyNotice
constexpr
Initial value:
=
"By using this Android Virtual Device, you agree to Google Terms of "
"Service (https://policies.google.com/terms). The Google Privacy Policy "
"(https://policies.google.com/privacy) describes how Google handles "
"information generated as you use Google services."