mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Automated Code Change
PiperOrigin-RevId: 658176547
This commit is contained in:
+1
-3
@@ -42,9 +42,7 @@ proto_library(
|
||||
name = "wire_format_proto",
|
||||
srcs = ["wire_format.proto"],
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [
|
||||
"//proto:sharing_enums_proto",
|
||||
],
|
||||
deps = ["//proto:sharing_enums_proto"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
|
||||
@@ -16,6 +16,7 @@ syntax = "proto2";
|
||||
|
||||
package nearby.sharing.service.proto;
|
||||
|
||||
// import "storage/datapol/annotations/proto/semantic_annotations.proto";
|
||||
import "proto/sharing_enums.proto";
|
||||
|
||||
option java_package = "com.google.android.gms.nearby.sharing";
|
||||
@@ -389,7 +390,8 @@ message PublicCertificate {
|
||||
// NEXT_ID=3
|
||||
message WifiCredentials {
|
||||
// Wi-Fi password.
|
||||
optional string password = 1;
|
||||
optional string password = 1
|
||||
/* type = ST_ACCOUNT_CREDENTIAL */;
|
||||
// True if the network is a hidden network that is not broadcasting its SSID.
|
||||
// Default is false.
|
||||
optional bool hidden_ssid = 2 [default = false];
|
||||
|
||||
Reference in New Issue
Block a user