Dirk Dougherty
33684f217b
Add build target for generating navtree json with all inherited members.
...
am: 7d47b55cc0
Change-Id: Ib9279dc1ec2149a535f4b7a4843612da6af27650
2016-09-16 23:58:02 +00:00
Dirk Dougherty
e444205930
Add build target for generating navtree json with all inherited members.
...
am: 7d47b55cc0
Change-Id: I66a805e871a9501bd5d19587dbc004be0cfd01d0
2016-09-16 23:56:51 +00:00
Dirk Dougherty
7d47b55cc0
Add build target for generating navtree json with all inherited members.
...
Change-Id: I142e848b5288d92e14445025705ea7596e635b6b
2016-09-13 16:44:25 -07:00
Svet Ganov
37e43275ee
Move device serial behing a permission
...
Build serial is non-user resettable freely available deivice
identifier. It can be used by ad-netowrks to track the user
across apps which violates the user's privacy.
This change deprecates Build.SERIAL and adds a new Build.getSerial()
API which requires holding the read_phone_state permission.
The Build.SERIAL value is set to "undefined" for apps targeting
high enough SDK and for legacy app the value is still available.
bug:31402365
Change-Id: Iddd13430b2bd1d9ab4966e31038ecabdbdcec06d
2016-09-11 18:44:38 +00:00
Svet Ganov
7580351e9e
[DO NOT MERGE] While-list apps to access account if already saw it am: 91d37f43c7
...
am: f56f70365d
Change-Id: I3a553a7efe34feb9fbfa5d5c504874a2780bf132
2016-09-09 02:42:23 +00:00
Svet Ganov
91d37f43c7
[DO NOT MERGE] While-list apps to access account if already saw it
...
Sync adapters without an account access cannot run until the
user approves the account access (for the case the account
access is not allowed by other policy such as being singed
with the same cert as the authenticator). However, if the
sync adapter package already got the account from another
app which means it already saw the account we white-list
the sync adapter app to access the account as it already
saw it - the bird is out of the cage.
bug:31162498
Change-Id: I2b72f3b0d6307561ed68db2f2e9c900b15e8d098
2016-09-08 16:46:46 -07:00
smain@google.com
689dc4a1fe
remove 'useUpdatedTemplates' flag that's no longer supported. Fix build.
...
am: 7dd9749246
Change-Id: I112bec6d8618a116c8abab0751849e12253e298c
2016-09-06 18:13:01 +00:00
smain@google.com
343e96ccac
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build.
...
am: 534bfe1a4a
Change-Id: Ie221252d7cc058d118ac53f3c74ea9c62a077536
2016-09-06 18:08:10 +00:00
smain@google.com
5a1d20b832
remove 'useUpdatedTemplates' flag that's no longer supported. Fix build. am: 7dd9749246 am: ff8cb50979 am: 3578867216 am: 1696dcd4b4
...
am: f6b5cde9d9
Change-Id: I2259d8cd918b76c6ef22382b08de3c22327a679d
2016-09-03 01:51:07 +00:00
smain@google.com
f6b5cde9d9
remove 'useUpdatedTemplates' flag that's no longer supported. Fix build. am: 7dd9749246 am: ff8cb50979 am: 3578867216
...
am: 1696dcd4b4
Change-Id: Ib752a8fc535b7856b0881c79d306c33026f3f5ee
2016-09-03 01:36:24 +00:00
smain@google.com
ff8cb50979
remove 'useUpdatedTemplates' flag that's no longer supported. Fix build.
...
am: 7dd9749246
Change-Id: I5a048d040dd040f40d0b5e30ea67e62de4cf7259
2016-09-03 01:19:05 +00:00
smain@google.com
7dd9749246
remove 'useUpdatedTemplates' flag that's no longer supported. Fix build.
...
Change-Id: Ic1778b6e3044c80e602f5ce9d4f825c8578c1a0a
2016-09-02 18:10:29 -07:00
smain@google.com
bf33a05ad8
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build. am: 534bfe1a4a am: 63f29277bc am: 7ed5e42567 am: 3552190ba3
...
am: 893867044b
Change-Id: I79c8660bab44e6672a975f70331855b33cc7f87c
2016-09-02 22:12:38 +00:00
smain@google.com
893867044b
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build. am: 534bfe1a4a am: 63f29277bc am: 7ed5e42567
...
am: 3552190ba3
Change-Id: I40e7ef517807b0ba5cb9d60045a0125380b218e6
2016-09-02 22:05:24 +00:00
smain@google.com
63f29277bc
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev. also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build.
...
am: 534bfe1a4a
Change-Id: I9833fe119f6e5fef4cd74439c71d6a40fb5d5db9
2016-09-02 21:36:07 +00:00
smain@google.com
9971e25056
resolve merge conflicts of dde8deb to nyc-dev-plus-aosp
...
Change-Id: I5581b6a4b27ec78b8610f2911896b17a710dbd19
2016-09-02 10:53:11 -07:00
smain@google.com
534bfe1a4a
switch all API builds to use template-sdk instead of (soon to be deleted) templates-sdk-dev.
...
also update all non-DAC builds to use the "referenceonly" flag for a cleaner output and faster build.
Change-Id: Iebd9791305479c5dc406ba3b81eaf076855bc632
2016-09-01 19:57:42 -07:00
Colin Cross
6d0edba1e3
Merge "Fix missing dependency on R.java" am: 227a176508 am: bfd4422060 am: 0903ecb99b
...
am: cdd5f65515
Change-Id: I3868e11d968d9e7c1c265d89c6991d500fc6b968
2016-09-01 07:06:58 +00:00
Colin Cross
cdd5f65515
Merge "Fix missing dependency on R.java" am: 227a176508 am: bfd4422060
...
am: 0903ecb99b
Change-Id: I2b50adaa9ed052cf3022a78a77729c3b618834f8
2016-09-01 05:52:47 +00:00
Colin Cross
0903ecb99b
Merge "Fix missing dependency on R.java" am: 227a176508
...
am: bfd4422060
Change-Id: I2090c1f16e77164d82d4e4f99f478315a81f0fc3
2016-09-01 05:47:53 +00:00
Jakub Pawlowski
2dd2fead45
Merge "Separate advertiser from GATT client (1/4)" am: 5f87c4539a am: 40a16ea242 am: 9f341e4e49
...
am: 8348bd2317
Change-Id: I15b6c8ab87822e5f33bdfabcb8e09e8ce9501cd7
2016-09-01 01:27:03 +00:00
smain@google.com
bf7ab6a90c
resolve merge conflicts of e8a3ea8 to nyc-mr1-dev-plus-aosp
...
am: 151833ab14
Change-Id: Icbde16bb62da630836fe908fa7ca088fe95701ba
2016-09-01 01:26:48 +00:00
Colin Cross
c558dd9597
Fix missing dependency on R.java
...
Compiling frameworks source is missing a dependency on the R.stamp file
generated by the frameworks-res aapt rule, likely caused by the switch
to jack. Use LOCAL_ADDITONAL_DEPENDENCIES to insert the dependency
instead of directly using build system internals.
Change-Id: Ifb830da18b3607f87ae283cea04f7d276d4bfde9
2016-08-31 18:01:06 -07:00
Jakub Pawlowski
8348bd2317
Merge "Separate advertiser from GATT client (1/4)" am: 5f87c4539a am: 40a16ea242
...
am: 9f341e4e49
Change-Id: Ic3461b98449636cfc125890f255b1332d0ef5132
2016-08-31 18:28:45 +00:00
Jakub Pawlowski
9f341e4e49
Merge "Separate advertiser from GATT client (1/4)" am: 5f87c4539a
...
am: 40a16ea242
Change-Id: I0d08f623e78fdd779b39083d0da3a45aee72ff3c
2016-08-31 18:21:00 +00:00
smain@google.com
151833ab14
resolve merge conflicts of e8a3ea8 to nyc-mr1-dev-plus-aosp
...
Change-Id: Ied5ddc04e6da65cba62698cd18ba78496f5fb646
2016-08-31 08:42:09 -07:00
Jakub Pawlowski
a480f7fe28
Separate advertiser from GATT client (1/4)
...
Bug: 30622771
Change-Id: I08c0498f8a1ea04423d3e864e9a60c7c78f1dbad
2016-08-31 03:36:53 -07:00
smain@google.com
c9ec419c9c
replace the N Preview landing page with the redirect to the package index also update version metadata (no longer preview, now 7.0)
...
am: dde8deb950
Change-Id: Ide293756b6b7a75a434ff9ed3cf15cd40fbd3452
2016-08-31 03:40:37 +00:00
smain@google.com
dde8deb950
replace the N Preview landing page with the redirect to the package index
...
also update version metadata (no longer preview, now 7.0)
Change-Id: I84af003daa9bae3bc932c8b87921ed82f813e1cf
2016-08-30 20:42:12 +00:00
Mitchell Wills
722de5f9d0
DO NOT MERGE Manually merge commit 'f28778064383821ccf48c9570191f34a24aa513f' into nyc-mr1-dev-plus-aosp
...
Change-Id: I7cb1f97a5b931c2057a811d7947f47ad7320ef1c
2016-08-29 17:46:44 -07:00
The Android Automerger
f287780643
Manually merge commit 'b0b6afc' into nyc-dev-plus-aosp
2016-08-30 00:26:21 +00:00
TreeHugger Robot
357773aa62
Merge "Add KeyAttestationApplicationIdProviderService to SystemServer"
2016-08-29 16:18:51 +00:00
Etan Cohen
00abb43588
[NAN] Renamed listeners to callback per API guidelines
...
The interfaces had multiple functions and are hence callback
and not a listener.
Note: purely a rename operation.
(cherry-pick of 0d0f0c7faf530a0fa5595dd539c3f56afeb6603a,
Change-Id: Ib12711f56a64052455843859125d72268c465fc0)
Bug: 27122760
Change-Id: Ie1905a5d907e5b09d449af52814b1aacb6426477
(cherry picked from commit 4e1af1b80735f5d61f089432a63a23937c994546)
2016-08-26 13:18:55 -07:00
Etan Cohen
b29bbcc54c
[NAN]: API update - consolidate Puslish|Subscribe Data+Subscribe -> Config
...
Simplify configuration and consolidate structures whose difference
wasn't very clear.
(cherry-pick of e4c50de75273efaec4e9e8db6174e0bfc07d3105,
Change-Id: I0651cade71eb146d9ea9219baf6d2253588db3de)
Bug: 27122760
Change-Id: I6320bd4c960e4473b4bf3c28e54a7ba492fa2cf9
(cherry picked from commit 581a4f7b31e3ccefce6c022582fd99ba0313b73c)
2016-08-26 13:18:54 -07:00
Janis Danisevskis
8ff1e193ac
Add KeyAttestationApplicationIdProviderService to SystemServer
...
Add getKeyAttestationApplicationId and the Parcelables
KeyAttestationPackageInfo and KeyAttestationApplicationId,
needed by keystore.
Bug: 22914603
Change-Id: I89a88cd9cd80e9b132ca67fc452e9cae8b8ad241
2016-08-19 13:50:55 +01:00
Dirk Dougherty
a4a2358706
dd new ds-static doc build target to generate static docs (only) for devsite without resolving @links. am: b042ab1eb6 am: d66ec65b77 am: 7e7ea76356
...
am: c05521b401
Change-Id: I6341a4d027654329209241d1955b90efd02f910e
2016-08-18 01:13:32 +00:00
Dirk Dougherty
1d7e5a6998
dd new ds-static doc build target to generate static docs (only) for devsite without resolving @links.
...
am: b042ab1eb6
Change-Id: I1c8026a7ff09cfce9049383123a143b845dcede6
2016-08-17 23:25:38 +00:00
Dirk Dougherty
c05521b401
dd new ds-static doc build target to generate static docs (only) for devsite without resolving @links. am: b042ab1eb6 am: d66ec65b77
...
am: 7e7ea76356
Change-Id: I6a9043c277e624dd3c96be9122454c937931b461
2016-08-17 23:16:03 +00:00
Dirk Dougherty
d66ec65b77
dd new ds-static doc build target to generate static docs (only) for devsite without resolving @links.
...
am: b042ab1eb6
Change-Id: I725ff3bce89572d06f76dd9f1860365514d27d56
2016-08-17 22:59:23 +00:00
Dirk Dougherty
b042ab1eb6
dd new ds-static doc build target to generate static docs (only) for devsite without resolving @links.
...
Change-Id: I7d26fabfca74d8e706fd99cbeaa1761907c31dbf
2016-08-16 16:28:20 -07:00
Todd Kennedy
8d69e9c93b
Move EphemeralResolverService am: 31b95e0265 am: fa67fad84e
...
am: 8c073e0aad
Change-Id: I2fb2add1e4431c2c802430990f99807934878e84
2016-08-05 17:58:25 +00:00
Todd Kennedy
8c073e0aad
Move EphemeralResolverService am: 31b95e0265
...
am: fa67fad84e
Change-Id: Ieabd373b5557e03c6a189f070c8f79998e7a5a0a
2016-08-05 17:52:00 +00:00
Todd Kennedy
31b95e0265
Move EphemeralResolverService
...
It should not have been under com.android.internal
Fixes: 30673742
Change-Id: I2277aa4a4799fa59bf68af7c4cfcb4e1216aeb8d
2016-08-05 07:17:52 -07:00
smain@google.com
3b2a713f92
Merge \\\"update the version number used in docs and update the offline docs landing page\\\" into nyc-dev am: 6623f4177c am: 38b71c5741
...
am: 5eac2b0d88
Change-Id: I63b57594c6d2eb833a577ff8b51c01e9d2e31d39
2016-07-18 15:22:05 +00:00
Scott Main
5eac2b0d88
Merge \\"update the version number used in docs and update the offline docs landing page\\" into nyc-dev am: 6623f4177c
...
am: 38b71c5741
Change-Id: Ice045bb360e2de70af6cc3cc721d6ec5f55e8f58
2016-07-18 15:15:14 +00:00
smain@google.com
38b71c5741
Merge \"update the version number used in docs and update the offline docs landing page\" into nyc-dev
...
am: 6623f4177c
Change-Id: Iedcaed7bc842c353bbf2dc3f66dfa5054613d1e8
2016-07-18 15:08:13 +00:00
smain@google.com
e8c3590a77
Merge \"update the version number used in docs and update the offline docs landing page\" into nyc-dev
...
am: 6623f4177c
Change-Id: I60626863804f787bf5e1435003d730427f1254df
2016-07-18 15:07:55 +00:00
smain@google.com
39426fd8f6
update the version number used in docs
...
and update the offline docs landing page
Change-Id: I36388e0a125d6349518d9c4d5368fb76fb85cf7a
2016-07-13 16:08:25 -07:00
Selim Cinek
d1c50f66f6
resolve merge conflicts of 6e57aae to master
...
Change-Id: I929929ad41df4439996755b605d084bfdcf3428a
2016-07-11 11:20:32 -07:00
Jorim Jaggi
6e57aae680
Merge \"Improve initial unlock delay (1/2)\" into nyc-mr1-dev
...
am: 165b011a74
Change-Id: Ib7bfefcd59288d144a22434e5a99124c66fa4826
2016-07-08 22:08:37 +00:00