Bill Yi
1d6d60f251
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: If249fffda6df063fd39ec95e4ba04b412a1ea9e1
2017-12-12 16:25:18 -08:00
Bill Yi
3ed385256a
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I35a94b9a271e88bf4f0384d5619c59661516131d
2017-12-07 17:08:40 -08:00
Antony Sargent
fe20f69e3f
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
am: 24f063a207
am: 3d7dbd6407
am: 9867a3ef85
am: acacd658f1
am: db6e747ab9
...
am: 26e5f828f7
Change-Id: Ia88d8014f221c5079ff33f9a10e58c2eed7b329a
2017-12-05 23:10:05 +00:00
Antony Sargent
26e5f828f7
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
am: 24f063a207
am: 3d7dbd6407
am: 9867a3ef85
am: acacd658f1
...
am: db6e747ab9
Change-Id: Ibf7cb8c3c7947dbc8cbf019ab32b872756ed7c63
2017-12-05 17:36:29 +00:00
Antony Sargent
db6e747ab9
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
am: 24f063a207
am: 3d7dbd6407
am: 9867a3ef85
...
am: acacd658f1
Change-Id: If9851b0b24c020d3a10b197fc15b6777bd88401c
2017-12-05 17:32:41 +00:00
Antony Sargent
acacd658f1
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
am: 24f063a207
am: 3d7dbd6407
...
am: 9867a3ef85
Change-Id: Ic9195106304da657092f113817ec7ad86618a2b1
2017-12-05 17:28:54 +00:00
Antony Sargent
9867a3ef85
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
am: 24f063a207
...
am: 3d7dbd6407
Change-Id: Ifa4509bbabbb346ce581f17d33e3f48fc7014971
2017-12-05 17:26:51 +00:00
Antony Sargent
3d7dbd6407
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
am: 9cf1fc73f1
...
am: 24f063a207
Change-Id: I44b42f37a638cda455bbeb3ab4bab5c02fc9c7d9
2017-12-05 17:24:48 +00:00
Antony Sargent
24f063a207
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
am: eee62e1846
...
am: 9cf1fc73f1
Change-Id: I4906dc8f97cfcfeef7bfda0896b39c032ef26ec6
2017-12-05 17:21:14 +00:00
Antony Sargent
9cf1fc73f1
Reword bluetooth confirmation dialog am: e14d38a383
am: b2b401b5f3
...
am: eee62e1846
Change-Id: Ie6fff7cf9df6827a29c04473ed3a0f1332c08ff2
2017-12-05 17:19:12 +00:00
Antony Sargent
eee62e1846
Reword bluetooth confirmation dialog am: e14d38a383
...
am: b2b401b5f3
Change-Id: I21921d41d35a87a48ad627e9889e4d00219e912b
2017-12-05 17:17:08 +00:00
Antony Sargent
b2b401b5f3
Reword bluetooth confirmation dialog
...
am: e14d38a383
Change-Id: Ibb19504f6a74015a2a4d25d5c268db975da4ebb5
2017-12-05 17:13:36 +00:00
Antony Sargent
0ceadf9fb8
Fix BluetoothPairingDialogTest to not expect device name
...
am: f20e0a492b
Change-Id: I4a74ac865db27415b232b0f460b058344adcc0ce
2017-12-01 21:21:38 +00:00
Bill Yi
9ae05458f0
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I970b01d5df730bd739ef0ad5a40d28916bf53b02
2017-11-26 12:19:05 -08:00
TreeHugger Robot
ae351b3266
Merge "Import translations. DO NOT MERGE" into oc-dr1-dev
2017-11-20 22:20:05 +00:00
Bill Yi
d4bae3a7a0
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: Ic55e0c95b19c299b290f9f22b935b0e553917264
2017-11-20 11:40:38 -08:00
Antony Sargent
e14d38a383
Reword bluetooth confirmation dialog
...
Changing the text near the checkbox allowing contacts/call history
access from "Allow $device_name to access your contacts and call
history" to just "Allow access to your contacts and call history" to
avoid problem where a properly crafted remote device name can make the
"to access your contacts and call history" text get pushed down below
the fold, and mislead users into thinking the checkbox has a different
meaning.
Bug: 62672248
Test: manual (initiate bluetooth pairing with another phone or a
computer, observe pairing dialog text)
Change-Id: I770852739f6791c2b9a36ab45c526bab3f3b9be1
2017-11-15 18:38:43 +00:00
Antony Sargent
f20e0a492b
Fix BluetoothPairingDialogTest to not expect device name
...
The functional fix for b/62672248 in ag/2856166 removes the device name
from the text near the checkbox in the bluetooth pairing dialog, so we
need to stop checking for it in this robotest. However, that functional
fix needs to be in a separate CL from this fix for the robotest, because
the robotest doesn't exist on some of the older branches where the
functional fix needs to be backported.
Bug: 62672248
Test: RunSettingsRoboTests
Change-Id: I17ff3e4f13c20d58cc4027557f275d296ecccc95
2017-11-15 18:38:36 +00:00
Bill Yi
fbdea47c44
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Bug: 64712476
Change-Id: I72e5c29e7cd17ed3ee1ae77677b74ca287baa241
2017-11-14 12:42:27 -08:00
Bill Yi
73120a4cdb
Import translations. DO NOT MERGE
...
Auto-generated-cl: translation import
Exempt-From-Owner-Approval: translation import
Bug: 64712476
Change-Id: I16dfb5a1bbcd9d062c9f24914c0715c5f0cfe95e
2017-11-06 23:21:01 -08:00
Fan Zhang
5af580a419
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours am: dbbcf65c96
-s ours am: e6a8f354fc
-s ours am: 3c19043e9c
-s ours am: d15a81f882
-s ours am: e981e0b855
-s ours
...
am: ef61a45cf6
-s ours
Change-Id: If9d124cc6a362a152345a04e0748cd71c6fac42a
2017-11-03 00:40:07 +00:00
Fan Zhang
ef61a45cf6
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours am: dbbcf65c96
-s ours am: e6a8f354fc
-s ours am: 3c19043e9c
-s ours am: d15a81f882
-s ours
...
am: e981e0b855
-s ours
Change-Id: I32df0f311eca598b6b6969f288b258f65e43ae49
2017-11-03 00:38:04 +00:00
Fan Zhang
e981e0b855
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours am: dbbcf65c96
-s ours am: e6a8f354fc
-s ours am: 3c19043e9c
-s ours
...
am: d15a81f882
-s ours
Change-Id: I937296351e0da23f441dab7c0403b1d59d78a016
2017-11-03 00:34:29 +00:00
Fan Zhang
d15a81f882
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours am: dbbcf65c96
-s ours am: e6a8f354fc
-s ours
...
am: 3c19043e9c
-s ours
Change-Id: I6e25fc7111d4ec534d0588100e1dd6ce2ced5ee1
2017-11-03 00:31:01 +00:00
Fan Zhang
3c19043e9c
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours am: dbbcf65c96
-s ours
...
am: e6a8f354fc
-s ours
Change-Id: I4ea4b1a122429accdaede04201d88f16286fa4da
2017-11-03 00:28:34 +00:00
Fan Zhang
e6a8f354fc
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours am: 7690482014
-s ours
...
am: dbbcf65c96
-s ours
Change-Id: Ia7d6e53337a1b0225e8917542fa5ae9d092b1ebf
2017-11-03 00:26:03 +00:00
Fan Zhang
dbbcf65c96
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours am: 5f02135c42
-s ours
...
am: 7690482014
-s ours
Change-Id: Ia8925895580e9e010bee69ae638272ec7a9bad1a
2017-11-03 00:22:09 +00:00
Fan Zhang
7690482014
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours am: 1de093b1a1
-s ours
...
am: 5f02135c42
-s ours
Change-Id: I97a7ff922ca6aed7f99bce5f15f104b6b7ce8411
2017-11-03 00:19:51 +00:00
Fan Zhang
5f02135c42
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours am: b17703e871
-s ours
...
am: 1de093b1a1
-s ours
Change-Id: Ia56b40b2d0de2d993a46970d5cf1e63c8e47cd81
2017-11-03 00:17:43 +00:00
Fan Zhang
1de093b1a1
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev am: 1c040c7414
-s ours
...
am: b17703e871
-s ours
Change-Id: I17c1cacc0a068c4d79e4cf568152607c3e13c4c4
2017-11-03 00:15:15 +00:00
Fan Zhang
b17703e871
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev
...
am: 1c040c7414
-s ours
Change-Id: Ibcf00afea271d12b533042711317bb2e2356c0e9
2017-11-03 00:13:11 +00:00
Fan Zhang
1c040c7414
Merge "Set device credential's Window flag to be SECURE." into lmp-mr1-dev
2017-11-03 00:07:32 +00:00
Fan Zhang
1aefa2529a
Set device credential's Window flag to be SECURE.
...
This prevents showing any pattern/pin in recent list.
Change-Id: I445cbad99344a2fcc335a5aad4a4de026ae97441
Merged-In: Ie56f725bf245961d61a66eae8a82b728600cb650
Fixes: 64339515
Bug: 38258991
Test: manual
2017-11-02 16:04:58 -07:00
Fan Zhang
1b1204be64
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours am: 0c0728a947
-s ours am: 4d9e11990d
-s ours am: 3d94477fb8
-s ours am: 9d865d0c3e
-s ours am: 7da421a293
-s ours
...
am: 76f30a360c
-s ours
Change-Id: Ib2f57e3bd9adc14be453af9fc510613d210ffe23
2017-10-31 23:15:37 +00:00
Fan Zhang
76f30a360c
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours am: 0c0728a947
-s ours am: 4d9e11990d
-s ours am: 3d94477fb8
-s ours am: 9d865d0c3e
-s ours
...
am: 7da421a293
-s ours
Change-Id: Ia717917794165cb2846f0836c9e42350028a3095
2017-10-31 23:11:55 +00:00
Fan Zhang
7da421a293
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours am: 0c0728a947
-s ours am: 4d9e11990d
-s ours am: 3d94477fb8
-s ours
...
am: 9d865d0c3e
-s ours
Change-Id: Ic2de72b09edc9f4a1a2c5be6ae9b12099eb9ae62
2017-10-31 23:08:25 +00:00
Fan Zhang
9d865d0c3e
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours am: 0c0728a947
-s ours am: 4d9e11990d
-s ours
...
am: 3d94477fb8
-s ours
Change-Id: If5fd35415471ddb7a07899d7fff170fe63dd7dca
2017-10-31 23:04:53 +00:00
Fan Zhang
3d94477fb8
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours am: 0c0728a947
-s ours
...
am: 4d9e11990d
-s ours
Change-Id: Ic7eec070d6a3f352b15b6a6e9b82af93fcbf4403
2017-10-31 23:02:45 +00:00
Fan Zhang
4d9e11990d
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
am: b4db530aa5
-s ours
...
am: 0c0728a947
-s ours
Change-Id: Ia44221b7d0e556ce26b3e50a91d68b90b6453228
2017-10-31 23:00:42 +00:00
Fan Zhang
0c0728a947
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
am: 769e1e31f5
...
am: b4db530aa5
-s ours
Change-Id: Ia9e4b612cfe9efffbad24a8a123b48dbcb6bb13d
2017-10-31 22:59:07 +00:00
Fan Zhang
b4db530aa5
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
am: cd66862b08
...
am: 769e1e31f5
Change-Id: Ie3cf781e84803ef5e602e8885fe018a2bba993e4
2017-10-31 22:57:12 +00:00
Fan Zhang
769e1e31f5
Merge "Set device credential's Window flag to be SECURE." into mnc-dev am: 8bffdc2613
...
am: cd66862b08
Change-Id: I46830f9d58174aafa138bee67b60e52d0578594b
2017-10-31 22:54:07 +00:00
Fan Zhang
cd66862b08
Merge "Set device credential's Window flag to be SECURE." into mnc-dev
...
am: 8bffdc2613
Change-Id: Ie06476c8e34cbf17f4538a477894b7bca1bdfcbd
2017-10-31 22:50:43 +00:00
Fan Zhang
8bffdc2613
Merge "Set device credential's Window flag to be SECURE." into mnc-dev
2017-10-31 22:47:13 +00:00
Fan Zhang
4aec1cee4e
Merge "Set device credential's Window flag to be SECURE." into nyc-dev am: e69c4dcb8f
am: e79c26a9da
am: 80af194f8b
am: adabc7561b
am: 0c59dca90d
-s ours
...
am: 96cc88e218
-s ours
Change-Id: Ic182e3df1a283123d0d53c13499af1ed7501767e
2017-10-31 21:29:53 +00:00
Fan Zhang
96cc88e218
Merge "Set device credential's Window flag to be SECURE." into nyc-dev am: e69c4dcb8f
am: e79c26a9da
am: 80af194f8b
am: adabc7561b
...
am: 0c59dca90d
-s ours
Change-Id: I10ea3abe4e4a04fa779cd51cee141cb80cb76acf
2017-10-31 21:25:58 +00:00
Fan Zhang
0c59dca90d
Merge "Set device credential's Window flag to be SECURE." into nyc-dev am: e69c4dcb8f
am: e79c26a9da
am: 80af194f8b
...
am: adabc7561b
Change-Id: I58bf359a98fc0b6ceb06cf4a5e83cedabfa6a0f3
2017-10-31 21:23:57 +00:00
Fan Zhang
adabc7561b
Merge "Set device credential's Window flag to be SECURE." into nyc-dev am: e69c4dcb8f
am: e79c26a9da
...
am: 80af194f8b
Change-Id: Iecfc5f05f9ede225800d12416508d71f7aeb46c0
2017-10-31 21:21:53 +00:00
Fan Zhang
80af194f8b
Merge "Set device credential's Window flag to be SECURE." into nyc-dev am: e69c4dcb8f
...
am: e79c26a9da
Change-Id: I3652f6f77479a339b9acc387a49ee96fe70921ff
2017-10-31 21:16:32 +00:00
Fan Zhang
e79c26a9da
Merge "Set device credential's Window flag to be SECURE." into nyc-dev
...
am: e69c4dcb8f
Change-Id: I30a0d2578343a7635da63a52cfc81f1427aab23b
2017-10-31 21:11:26 +00:00