Merge "Improve mergeability of metrics_constants.proto" into nyc-dev

This commit is contained in:
Adrian Roos
2016-03-01 20:00:51 +00:00
committed by Android (Google) Code Review

View File

@@ -1903,5 +1903,9 @@ message MetricsEvent {
// App requested access to a directory it has already been granted // App requested access to a directory it has already been granted
// access before; action pass package name of calling package. // access before; action pass package name of calling package.
ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331; ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331;
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS
} }
} }