summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Rose <rosej@google.com>2023-11-21 09:59:26 -0800
committerTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2023-12-01 18:50:05 +0000
commitbe318bdc250f75d9015a6394354c1abb7bbbb05e (patch)
tree01f19a702e878c9ed8e38cdbd7ecf141108169ae
parent9513483a6fbc69f874cbff57cc2f4a15391f517f (diff)
downloadanalytics-library-be318bdc250f75d9015a6394354c1abb7bbbb05e.tar.gz
Update studio_stats.proto
Logs-Approval: cl/584334361 Bug: n/a Test: existing Change-Id: Ib6c317c468f4309829ec55e571255d85e31d4f0b
-rw-r--r--protos/src/main/proto/studio_stats.proto4
1 files changed, 3 insertions, 1 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index e9b3b2e..69a445f 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -1582,6 +1582,7 @@ message AndroidStudioEvent {
WEAR_OS_COMPOSE_ACTIVITY = 66;
GOOGLE_WALLET_ACTIVITY = 67;
BASELINE_PROFILES_MODULE = 68;
+ EXPERIMENTAL_ACTIVITY = 69;
}
// Wizard Templates Usage (New Project, New Module and New Component)
@@ -1610,7 +1611,7 @@ message AndroidStudioEvent {
// The different template components (eg Activities, Fragments, Services,
// etc) the template engine could be asked to render
- // Next ID: 61
+ // Next ID: 63
enum TemplateType {
UNKNOWN_TEMPLATE = 0;
CUSTOM_TEMPLATE = 1;
@@ -1678,6 +1679,7 @@ message AndroidStudioEvent {
SERVICE = 54;
SLICE_PROVIDER = 55;
CONTENT_PROVIDER = 56;
+ EXPERIMENTAL_ACTIVITY = 62;
}
// The UI context used by the user to make the Template render request