blob: 4305554470c46aa1d90e104ef9108f81985df0e1 [file] [log] [blame]
syntax = "proto2";
package com.android.settings.spa;
message SpaSearchLandingKey {
oneof page {
SpaSearchLandingSpaPage spa_page = 1;
}
}
message SpaSearchLandingSpaPage {
/** The destination of SPA page. */
optional string destination = 1;
}