)]}'
{
  "log": [
    {
      "commit": "fae177363ccb6c9ef9c5710446b687a5b20876d0",
      "tree": "dca5671e0ffe51fa25d822d3f5bdca591297f5f3",
      "parents": [
        "9f1885dee8fe5cbce8f7150ab8b26df6d363ac34"
      ],
      "author": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Wed Jun 06 18:08:01 2018 -0700"
      },
      "committer": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Wed Jun 06 18:08:01 2018 -0700"
      },
      "message": "Fix cts.\n\nBug: 109837886\nTest: atest CtsIncidentHostTestCases:com.android.server.cts.IncidentdTest\nChange-Id: I8cfc36b652fff4b7b4d752f57fba922ac479cd12\n"
    },
    {
      "commit": "936c0868f8e5d71d61449b94e16a56e1ceaea424",
      "tree": "9051ff0f1b5a730ad02a38563e739107ffd16993",
      "parents": [
        "82c0b73e98a81e4b2d2f50da44112381bcef6755",
        "6b649257377b4ba2dd8a2a02b8dd692a72a2cc1e"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Tue Apr 17 00:04:53 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 17 00:04:53 2018 +0000"
      },
      "message": "Merge \"Protect usage data with OP_GET_USAGE_STATS.\" into pi-dev"
    },
    {
      "commit": "6b649257377b4ba2dd8a2a02b8dd692a72a2cc1e",
      "tree": "f06149447b480ee548d00896ec5847adee3896a8",
      "parents": [
        "167032ab002714d26a14735bbcdc072c5fa693b7"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Apr 16 09:50:22 2018 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Apr 16 12:44:32 2018 -0600"
      },
      "message": "Protect usage data with OP_GET_USAGE_STATS.\n\nAPIs that return package usage data (such as the new StatsManager)\nmust ensure that callers hold both the PACKAGE_USAGE_STATS permission\nand the OP_GET_USAGE_STATS app-op.\n\nAdd noteOp() method that can be called from native code.\n\nAlso add missing security checks on command interface.\n\nBug: 77662908, 78121728\nTest: builds, boots\nChange-Id: Ie0d51e4baaacd9d7d36ba0c587ec91a870b9df17\n"
    },
    {
      "commit": "8a9ad362cd97c2ab3831dd8ea9cdc000d4660022",
      "tree": "f1f47fd455918d314dd12760fd4be91100be0490",
      "parents": [
        "8ef1cb9d1072b3e1b34eb471817495ce78a05a8b"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Sun Apr 15 22:49:53 2018 -0700"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Apr 16 15:12:46 2018 +0000"
      },
      "message": "Add permission whitelist for EmergencyInfo app.\n\nThis is the \"Emergency Info\" screen available from the lock screen.\nIt requires the CALL_PRIVILEGED permission in order for it to be able to\nplace emergency calls.  This can occur if a user adds an emergency number\nto their emergency contacts.\n\nTest: make checkbuild\nBug: 76086838\nMerged-In: I2cfc893f8e636790a837e0f71f9f42ea723c8e31\nChange-Id: I2cfc893f8e636790a837e0f71f9f42ea723c8e31\n(cherry picked from commit cdc555f4890479813c72a928f67bcbaf0e6847d8)\n"
    },
    {
      "commit": "9d89543d48b1bd286355f3b2730bee954c8dda1f",
      "tree": "701151fd82ae7f583a87aaf746e62062597e15e1",
      "parents": [
        "de3569ef84cbe35c7d5e482b8a9d271ed052dd09"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Wed Apr 04 16:08:21 2018 +0100"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Wed Apr 04 17:49:48 2018 +0100"
      },
      "message": "Exempt platform-cert signed apps from hidden API checks.\n\nThis means that APKs signed with the platform cert are allowed to use\nhidden APIs, even if they are not on the package whitelist, and if they are\nnot in the system image. It will also allow a number of packages to be\nremoved from the package whitelist.\n\nAlso remove all platform cert signed apps from the package whitelist, as\nthere is no longer any need for them to be in there.\n\nBug: 64382372\nTest: device boots\nChange-Id: Id805419918de51f946c1f592581bab36ae79de83\n"
    },
    {
      "commit": "117367a4ecf8431b004fe7ab26ee36afd080c66f",
      "tree": "118758d0b96dd7d6f8242b128532e6347d6e0e88",
      "parents": [
        "85d4aeb5c5df49cb32e8954f289f2646734bf386"
      ],
      "author": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Apr 03 16:51:56 2018 +0100"
      },
      "committer": {
        "name": "Nicolas Geoffray",
        "email": "ngeoffray@google.com",
        "time": "Tue Apr 03 16:51:56 2018 +0100"
      },
      "message": "Add com.android.development to the package whitelist.\n\nbug: 77477866\nTest: m\nChange-Id: I9ac27dd3e7ee0d764d61ab9a8d2ae1065ce151e5\n"
    },
    {
      "commit": "b8e2fa707e3cca98a46619aaac3ec44bc60f094a",
      "tree": "619f7c99b95b531699226811917485d1f8229f51",
      "parents": [
        "8404d082c41d6e3510d072df0df5739b3ccccc3a"
      ],
      "author": {
        "name": "Sunny Goyal",
        "email": "sunnygoyal@google.com",
        "time": "Mon Mar 26 17:30:52 2018 -0700"
      },
      "committer": {
        "name": "Sunny Goyal",
        "email": "sunnygoyal@google.com",
        "time": "Mon Mar 26 17:31:19 2018 -0700"
      },
      "message": "Whitelisting Launcher3 for hidden APIs\n\nBug: 76169471\nTest: N/A\nChange-Id: I72d4ab22acec3ea5095d6f8fb9fe6ff11df097a8\n"
    },
    {
      "commit": "2e9ba053c1da9dfd8a1418b8a847dbd86d9dab10",
      "tree": "21a64748fd0b98ae8194cecbc4d09548b83a56b5",
      "parents": [
        "3785417848f95c24d2095daeaed0d1cb6b04fb35"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Thu Mar 15 14:05:53 2018 +0000"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Wed Mar 21 09:30:12 2018 +0000"
      },
      "message": "Amend package whitelist.\n\nNow that Antons cleanup of all packages is complete, we can generate this\nwhitelist from those packages that specify\n\n  LOCAL_PRIVATE_PLATFORM_APIS :\u003d true\n\nThis is the resulting list of packages. This change also includes fixes to\nthe method; previously, packges that didn\u0027t specify any certificate may\nhave been exluded.\n\nTest: Verify that device boots.\nThis is a cherry-pick of change I1f578322135274b80708d4bb7664f7732ac33cc7\nfrom AOSP.\n\nBug: 64382372\nChange-Id: Iada043cb85f9b3281893ed9a2828771b8f1ef045\n"
    },
    {
      "commit": "58fb749d42faf0d9691804bf81ff0869a5b2dfb2",
      "tree": "5b2ac1eb6feadc6eb6dcf5e2791b3349f31f0297",
      "parents": [
        "4cda02f25f87f6163fdd873a727dad02687d6e7b"
      ],
      "author": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Sat Mar 17 12:51:14 2018 -0700"
      },
      "committer": {
        "name": "Winson Chung",
        "email": "winsonc@google.com",
        "time": "Mon Mar 19 18:48:15 2018 -0700"
      },
      "message": "Allow the shell to start task overlay activities.\n\n- Fix issue with testFinishPipActivityWithTaskOverlay failing due to\n  new permission check in the system\n\nBug: 71716434\nTest: atest CtsActivityManagerDeviceTestCases:ActivityManagerPinnedStackTests#testFinishPipActivityWithTaskOverlay\n\nChange-Id: Ifbcd6c182d928f5aa5372d2db9fa71a142dc8474\n"
    },
    {
      "commit": "d32fc7d20a70747cfdff773f1952e142c73fddf5",
      "tree": "e7ca709d7f9f8a910ec54925cb71f7027bd54fb3",
      "parents": [
        "3b8eedcb34ed18e04105ce65403f170a6fa24ccf"
      ],
      "author": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Tue Mar 13 16:14:03 2018 +0000"
      },
      "committer": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Wed Mar 14 11:27:52 2018 +0000"
      },
      "message": "Add PrintRecommendationService to hidden API package whitelist\n\nThis app builds directly against the platform. Add it to the whitelist.\n\nBug: 64382372\nTest: make\nTest: device boots\nChange-Id: I16574374d2c233221cd1305f031f78aca1947f05\n(cherry picked from commit 06c8a439f7641b59e3648f691ae1a1921244c68e)\n"
    },
    {
      "commit": "f7e625c19c8fbf0fc6cac5b7a724fe6548d5821f",
      "tree": "2b895eee1af39d7b9225ec102d4681bf31f2e658",
      "parents": [
        "0b4626aa234078280be1e6f48dc166624b4b2566"
      ],
      "author": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Fri Mar 09 13:39:59 2018 +0000"
      },
      "committer": {
        "name": "David Brazdil",
        "email": "dbrazdil@google.com",
        "time": "Fri Mar 09 13:45:37 2018 +0000"
      },
      "message": "Add PrintSpooler to system app whitelist\n\nThis app builds directly against the platform. Add it to the whitelist.\n\nBug: 64382372\nTest: make\nTest: device boots\nChange-Id: I4c308d93d66391da2d3691eb45e5d7b1c1fdd582\n"
    },
    {
      "commit": "23b73c45fb4d02feeafa61c27a865c1799b1d922",
      "tree": "b59b57851311a12f2cee10fd72d62ca027361d9a",
      "parents": [
        "34ab4d95ca5f81c5761095b09f36d00b44e41199",
        "0f73c659580a9a818eb5b0ed30ec6cde711b7188"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Wed Mar 07 18:01:26 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Mar 07 18:01:26 2018 +0000"
      },
      "message": "Merge \"Remove BIND_SLICE\" into pi-dev"
    },
    {
      "commit": "0f73c659580a9a818eb5b0ed30ec6cde711b7188",
      "tree": "721ea928d736cb380f72561a77526dc905deefcb",
      "parents": [
        "999e97f405b8f01b12a6fb8e844d33dc807813fa"
      ],
      "author": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Tue Mar 06 09:27:39 2018 -0500"
      },
      "committer": {
        "name": "Jason Monk",
        "email": "jmonk@google.com",
        "time": "Tue Mar 06 18:39:15 2018 +0000"
      },
      "message": "Remove BIND_SLICE\n\nIts not being used anymore and shouldn\u0027t be API.\n\nTest: update-api\nFixes: 74240589\nChange-Id: I27d8e3fa5e0570ff268e6160c683d7190c96ef9b\n"
    },
    {
      "commit": "3f4c99d3eb319dfa3254d9530f8235fa77246c18",
      "tree": "7f547aab3b93ba12cc90247795de204ad7130baa",
      "parents": [
        "94e5d34d4e2143e15b21f6612d97748ef63e6b36"
      ],
      "author": {
        "name": "mswest46",
        "email": "westmichael@google.com",
        "time": "Thu Feb 01 10:13:10 2018 -0800"
      },
      "committer": {
        "name": "Michael West",
        "email": "westmichael@google.com",
        "time": "Mon Mar 05 19:50:12 2018 +0000"
      },
      "message": "Add set-time and set-timezone shell cmds to alarm service\n\nThese commands allow a user to set the time and the timezone\nfrom the shell. The shell now has signature|privileged\nSET_TIME and SET_TIME_ZONE permissions.\n\nBug: 67751701\nTest: manual - correctly sets the time and timezone from unrooted adb.\nChange-Id: I1d2820fd7dadd8b1f3900c0592eb28210370ce88\n"
    },
    {
      "commit": "93d7d0e56ed6ea3ff5a6a5d4c60bc5060cbee24f",
      "tree": "002b8fd72574712ff313b1c9e1cdfc2a5c9cb1c3",
      "parents": [
        "f658bd75fbc5d8e73c9202801d51da86b4536842",
        "ca7e42317f464fa4cc6a202ac20c20c603b5b860"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Thu Feb 22 19:26:19 2018 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 22 19:26:19 2018 +0000"
      },
      "message": "Merge \"Populate hiddenapi whitelist.\" am: 2519de11c3 am: 37d670a083\nam: ca7e42317f\n\nChange-Id: I9549a42daaf469d286b92b249881838b3a50fab6\n"
    },
    {
      "commit": "2f09c3bc5bf00ae3450f958c0b5f91b742e83bf6",
      "tree": "01d57fb62ca1d4dc8e6e30a550153c32229bdc1b",
      "parents": [
        "787c193ee5fb5009cfabfdb72f87038f0dd242de"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Fri Feb 16 13:32:19 2018 +0000"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Thu Feb 22 11:05:15 2018 +0000"
      },
      "message": "Populate hiddenapi whitelist.\n\nThis list of packages is derived from all packages in the tree that do not\nspecify LOCAL_SDK_VERSION in their Android.mk. It was done by:\n\n1.  Modifying biuld/core/package_internal.mk to output a warning for all\n    packages that do not specify LOCAL_SDK_VERSION, including some\n    metadata about the target.\n\n2.  Parsing the output fom the build, then filtering out those that specify\n    a test certificate, or with LOCAL_MODULE_TAGS :\u003d tests, that depend\n    on android.test.runner or whose name includes \"Test\"\n\n3.  Look up the java package name of each \u0026 build the list from these.\n\nTest: N/A, this change is a no-op while all system apps are excluded\nfrom the checks.\n\nBUG: 73244707\n\nChange-Id: Ie3dcb1b4b83c32e93609bc58dc7a1cd513eeea64\n"
    },
    {
      "commit": "787c193ee5fb5009cfabfdb72f87038f0dd242de",
      "tree": "d28ac0e45acb2519512e26e57abe3eb7d8f6d594",
      "parents": [
        "033de4676b6dbffeec1cfa3832fe651cc0550cf2"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Fri Feb 16 11:49:20 2018 +0000"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Thu Feb 22 11:05:14 2018 +0000"
      },
      "message": "Package whitelist for hiddenapi checks.\n\nSome packages in the system image are not built against the SDK, so\nenforcing hiddenapi checks for these will break them. Add a whitelist\nfor such packages.\n\nFor now, just add the contacts provider to the whitelist. The list will be\nfurther populated later.\n\nTest: Added test app package name to whitelist to verify.\n\nBug: 73244707\n\nMerged-In: I94746b7f12dd9371d5068bb235eb853f63ee4d97\nChange-Id: I1cbbd220c61b1b4b767c301f97096607ee902a7b\n"
    },
    {
      "commit": "017afff1123d45000c83085a39eac5376933ee2f",
      "tree": "144fefc12738fcffbd43a56fe3dde679f80c3c15",
      "parents": [
        "9fd3d2f6d13857720ff9a467bd07bbb1a5c24715",
        "9b31dd86da956e9b31549b299bf1dce95718799b"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Thu Feb 22 00:43:12 2018 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Thu Feb 22 00:43:12 2018 +0000"
      },
      "message": "Merge \"Check for location access on TelephonyRegistry\" am: 31230bb193 am: f581580fdb\nam: 9b31dd86da\n\nChange-Id: Icd2feab82a9350fa2b6539617863ad91a44e5208\n"
    },
    {
      "commit": "31230bb1934870aa595ef458953e4b65da91b1b1",
      "tree": "a3f0e1c122425433092270de633595fcaeda3bfb",
      "parents": [
        "0780b18a9ffdd1a7ed187b4d77a01a9ada8b919b",
        "5fb337ff8590bd1c66a603a39551e12d4e84bd6d"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 21 22:42:08 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Feb 21 22:42:08 2018 +0000"
      },
      "message": "Merge \"Check for location access on TelephonyRegistry\""
    },
    {
      "commit": "4693a75eda3c95794789f729bc1202d3e3df47e0",
      "tree": "e137dd945c7b5219c6b15b65e8a43959272dd3ff",
      "parents": [
        "78cab5a5961b37d984069697dd0ba684184de6bd"
      ],
      "author": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Tue Feb 20 16:04:25 2018 +0000"
      },
      "committer": {
        "name": "Mathew Inwood",
        "email": "mathewi@google.com",
        "time": "Wed Feb 21 12:50:45 2018 +0000"
      },
      "message": "Package whitelist for hiddenapi checks.\n\nSome packages in the system image are not built against the SDK, so\nenforcing hiddenapi checks for these will break them. Add a whitelist\nfor such packages.\n\nFor now, just add the contacts provider to the whitelist. The list will be\nfurther populated later.\n\nTest: Added test app package name to whitelist to verify.\n\nBug: 73244707\nChange-Id: I94746b7f12dd9371d5068bb235eb853f63ee4d97\n"
    },
    {
      "commit": "2d20fb47f4a7162450f993728876c74762b93112",
      "tree": "eaac12d61e2c3165bfc18a04fb9da24967c9c682",
      "parents": [
        "7d5beeb25530ec016557f37bb900b201ba4d498c"
      ],
      "author": {
        "name": "Svetoslav Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Thu Feb 08 15:52:10 2018 -0800"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Fri Feb 16 18:29:04 2018 -0800"
      },
      "message": "APIs to watch active op changes\n\nSystem singed components can watch for starting/finishing of\nlong running app ops. Also protected the APIs to watch op mode\nchanges with a singature permission for the cross-uid use case.\n\nTest: atest com.android.server.appops.AppOpsActiveWatcherTest\n\nbug:64085448\n\nChange-Id: Id7fe79ce1de4c5690b4f52786424ec5a5d9eb0fa\n"
    },
    {
      "commit": "052fbabc35c35273fe44e8ebb0772ba2259f5db7",
      "tree": "74de86d696dab49fa636e76ee301bbc006c970a4",
      "parents": [
        "c0c9f53175f460b7451d1b18ee0f73b24e5a2e77"
      ],
      "author": {
        "name": "Holly Jiuyu Sun",
        "email": "jiuyu@google.com",
        "time": "Tue Dec 12 20:17:09 2017 -0800"
      },
      "committer": {
        "name": "Holly Jiuyu Sun",
        "email": "jiuyu@google.com",
        "time": "Tue Feb 13 12:53:45 2018 -0800"
      },
      "message": "Public EuiccManager APIs.\n\nPublic EuiccManager and other related necessary files.\nMark EuiccCardManager and other related necessary files as @SystemApi.\nSolve lint errors and warnings.\n\nBug: 35851809\nTest: test on phone\nChange-Id: I8a2c78804cae56b679d311d613edca5be4bc2522\nMerged-In: I68853e134e1e31fa9b91a83af6c491a2a8cca971\n"
    },
    {
      "commit": "4f73b9c09ac6ae73c22ad02872e362c817ab2d4c",
      "tree": "dd3c17b8d5136758146f7ebddf295bf45afdb928",
      "parents": [
        "af018ce38774262c634dbaee65cc1293aca21912"
      ],
      "author": {
        "name": "Holly Jiuyu Sun",
        "email": "jiuyu@google.com",
        "time": "Tue Dec 12 20:17:09 2017 -0800"
      },
      "committer": {
        "name": "Holly Jiuyu Sun",
        "email": "jiuyu@google.com",
        "time": "Thu Feb 08 11:12:30 2018 -0800"
      },
      "message": "Public EuiccManager APIs.\n\nPublic EuiccManager and other related necessary files.\nMark EuiccCardManager and other related necessary files as @SystemApi.\nSolve lint errors and warnings.\n\nBug: 35851809\nTest: test on phone\nChange-Id: I68853e134e1e31fa9b91a83af6c491a2a8cca971\n"
    },
    {
      "commit": "520b975dede38ab68c2d88d198f0995701f791f0",
      "tree": "a5cec07e476cc7766b78a75954a108ab2219ed4e",
      "parents": [
        "3d0ea0d4ebb127da0bd6d6a33ed782890c8d19af",
        "07e1d78346a43f0fabaffd0f4e1c4a5afac78909"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Feb 07 03:16:29 2018 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Wed Feb 07 03:16:29 2018 +0000"
      },
      "message": "Merge \"Revert \"Check for location access on TelephonyRegistry\"\" am: 39393f889a am: 772d17c263\nam: 07e1d78346\n\nChange-Id: I9ab304409e6f777593e6c927bb0d76b8f82038fc\n"
    },
    {
      "commit": "5fb337ff8590bd1c66a603a39551e12d4e84bd6d",
      "tree": "05db5a81bdf7a84e08fb9f401bb86abecb74c752",
      "parents": [
        "39393f889a207365fa983b8b488e88648cf175d1"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Nov 22 17:38:15 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 06 14:01:47 2018 -0800"
      },
      "message": "Check for location access on TelephonyRegistry\n\nWhen sending outbound callbacks on CELL_INFO and CELL_LOCATION, check to\nmake sure that the user has authorized us and the receiving app to get\ninformation on their location.\n\nBug: 69637693\nTest: manual: telephony testapp\nChange-Id: Iacfc894428b11a7ec973567d7a797eedb281355f\n"
    },
    {
      "commit": "39393f889a207365fa983b8b488e88648cf175d1",
      "tree": "9b2bb7490815f408db9a783e4a3ece7975c7e8e0",
      "parents": [
        "a3ccb8d85426fb43dcf3e2d2ff9240e6b3e35135",
        "3d30946e8ef1815fdba405ff3b7eeaca8cef660c"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 06 21:15:42 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Feb 06 21:15:42 2018 +0000"
      },
      "message": "Merge \"Revert \"Check for location access on TelephonyRegistry\"\""
    },
    {
      "commit": "3d30946e8ef1815fdba405ff3b7eeaca8cef660c",
      "tree": "39a1cf5618531f5e926993207b13e96d86d0fb48",
      "parents": [
        "8d584f0a91b0709b28ebc64abf0a6063429c8d58"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 06 18:13:36 2018 +0000"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Tue Feb 06 18:13:36 2018 +0000"
      },
      "message": "Revert \"Check for location access on TelephonyRegistry\"\n\nThis reverts commit 8d584f0a91b0709b28ebc64abf0a6063429c8d58.\n\nReason for revert: b/72967560\n\nChange-Id: I9ca3c4a586e740a7b7d4cc5940ca8d4e4ebf3654\n"
    },
    {
      "commit": "b49b3f1e57784c2d00ee66aac247f64bcc92257e",
      "tree": "2ef3953db4469ffe7f15e87c9980505933d2a4be",
      "parents": [
        "e35ef2778e260632a7f73950bd15725e0a06b279",
        "86684240eb5753bb97c2cfc93d1d25fa1870f8f1"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@google.com",
        "time": "Sun Feb 04 00:12:22 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Feb 04 00:12:22 2018 +0000"
      },
      "message": "Merge \"Media process should run with \"write\" access.\""
    },
    {
      "commit": "86684240eb5753bb97c2cfc93d1d25fa1870f8f1",
      "tree": "02ef27a8a065805a8d29476beca57daca6a85380",
      "parents": [
        "4a740846223aa58af065e2256fb0caa0ce6f9c53"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sat Feb 03 15:32:31 2018 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sat Feb 03 15:33:04 2018 -0700"
      },
      "message": "Media process should run with \"write\" access.\n\nThe WRITE_MEDIA_STORAGE permission had inadvertently been giving apps\nthe \"default\" view of storage.  This had worked for a long since,\nsince we also gave them the \"sdcard_rw\" permission, but a recent\nsecurity patch broke this for secondary users.\n\nApps holding this permission should have been mounted \"write\" all\nalong, and relied on that view to access storage devices.  This also\nmeans they no longer need the \"sdcard_rw\" GID.\n\nTest: builds, boots, secondary user media/camera works\nBug: 72732906, 71737806, 72224817\nChange-Id: I5cd687a1e128024f33b4acd93c15e75192ed1c85\n"
    },
    {
      "commit": "0276f4290fa09059f8284080ba2138534dd1830f",
      "tree": "3c96938c2a73e18d169e29ecfdde218c3bda015e",
      "parents": [
        "853628db726caf4109bb116aec2e6defe5b1b49d",
        "87b69637400e5d27d7ba37331e5c36cc0ffbcfbd"
      ],
      "author": {
        "name": "Treehugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat Feb 03 04:40:06 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Sat Feb 03 04:40:06 2018 +0000"
      },
      "message": "Merge \"Added permission for binding data service\""
    },
    {
      "commit": "59c490f29bd81a1ba6f7f2979633865aa623ef8c",
      "tree": "3346ca72bde27d73370abcd02ac8128d8806f69c",
      "parents": [
        "414a7c2b0fd00864a0fa9dd0dd924cbb82407cf9",
        "568b81ac3f664da6e24534ae31f5eba861dd8df6"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Sat Feb 03 02:01:46 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sat Feb 03 02:01:46 2018 +0000"
      },
      "message": "Merge \"Renamed BIND_DATA_SERVICE to BIND_TELEPHONY_DATA_SERVICE\""
    },
    {
      "commit": "568b81ac3f664da6e24534ae31f5eba861dd8df6",
      "tree": "c6bd11e72c3dd082948ee5cef9c88bdc934a6def",
      "parents": [
        "85d8a9931046edf0127505bc9dff78cd45c87429"
      ],
      "author": {
        "name": "Jack Yu",
        "email": "jackyu@google.com",
        "time": "Fri Feb 02 10:40:11 2018 -0800"
      },
      "committer": {
        "name": "Jack Yu",
        "email": "jackyu@google.com",
        "time": "Fri Feb 02 22:04:43 2018 +0000"
      },
      "message": "Renamed BIND_DATA_SERVICE to BIND_TELEPHONY_DATA_SERVICE\n\nAlso grated the permission to the phone process.\n\nTest: Manual\nBug: 64132030\nChange-Id: I1fc82a4e8038b1b05b56dcfa43c0c94955967700\n"
    },
    {
      "commit": "87b69637400e5d27d7ba37331e5c36cc0ffbcfbd",
      "tree": "2d60f13ef729acbc0ce129a93e7f8b9ec4827143",
      "parents": [
        "b6d5a85a9ccd2f691dc2e18746e91758414cdfdf"
      ],
      "author": {
        "name": "Jack Yu",
        "email": "jackyu@google.com",
        "time": "Wed Jan 31 16:40:33 2018 -0800"
      },
      "committer": {
        "name": "Jack Yu",
        "email": "jackyu@google.com",
        "time": "Fri Feb 02 13:52:20 2018 -0800"
      },
      "message": "Added permission for binding data service\n\nThis is to make sure only the system can bind the data service.\n\nTest: Manual\nBug: 64132030\nMerged-In: Iaf4e4a604396ec37c83516f1d1f163614ef23c3d\nChange-Id: Iaf4e4a604396ec37c83516f1d1f163614ef23c3d\n"
    },
    {
      "commit": "54ab6b91a839aa44ac2f741079b9e420ccab1e11",
      "tree": "7af6876dedb189acd6232726f74a1d1ea2e8d6fc",
      "parents": [
        "e2a66df86ca31403a6f28d363b9d5b57b12af98c",
        "56e6bd2cd1d6a37c6e55e33d8ad9c7ed1d0caf6c"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Fri Feb 02 08:12:32 2018 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Feb 02 08:12:32 2018 +0000"
      },
      "message": "Merge \"Check for location access on TelephonyRegistry\" am: 871202da2f am: cf59665a75\nam: 56e6bd2cd1\n\nChange-Id: If9989e10138a4fe923439c919807ca745d616043\n"
    },
    {
      "commit": "e2a66df86ca31403a6f28d363b9d5b57b12af98c",
      "tree": "9172b8bf106d3b017b71e1cf7c1a5d92f40afc05",
      "parents": [
        "058c408622a3c5134979b6e131aaa5373af5c0d7",
        "29d94726bedb0ac1d1491e018dcb3dafa576d9c3"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Fri Feb 02 08:02:44 2018 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Feb 02 08:02:44 2018 +0000"
      },
      "message": "Merge \"Add call recording tone support.\" am: 8d5b08c430 am: eb74233ff9\nam: 29d94726be\n\nChange-Id: I67496b63f6a7f6362faed8c6a8cbff7cd665876c\n"
    },
    {
      "commit": "871202da2f7e09e5de395d8aac8b229d47b99b8f",
      "tree": "aae8f5ef7be597bdb4a1706a71fe984fc6199302",
      "parents": [
        "8d5b08c4302f4963a442a113c503c3f9108eee14",
        "8d584f0a91b0709b28ebc64abf0a6063429c8d58"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Thu Feb 01 23:05:22 2018 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Feb 01 23:05:22 2018 +0000"
      },
      "message": "Merge \"Check for location access on TelephonyRegistry\""
    },
    {
      "commit": "8d584f0a91b0709b28ebc64abf0a6063429c8d58",
      "tree": "a01921b7d30142df96f89a6a35f04ccaeef84b54",
      "parents": [
        "cb9cd96c506a8255fbd2ad5f0ed1dde4a6c16e74"
      ],
      "author": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Wed Nov 22 17:38:15 2017 -0800"
      },
      "committer": {
        "name": "Hall Liu",
        "email": "hallliu@google.com",
        "time": "Thu Feb 01 01:00:52 2018 +0000"
      },
      "message": "Check for location access on TelephonyRegistry\n\nWhen sending outbound callbacks on CELL_INFO and CELL_LOCATION, check to\nmake sure that the user has authorized us and the receiving app to get\ninformation on their location.\n\nBug: 69637693\nTest: manual: telephony testapp\nChange-Id: Ib4c8c6a9765f504823016e538dd46768d1032792\n"
    },
    {
      "commit": "acdb686635fade1bc4bb6bafbd3e721392940f90",
      "tree": "980572ee3952d068c835d205776af886c314ac38",
      "parents": [
        "af5b90ff458fcbf923542bc0e79b290b83d265ab"
      ],
      "author": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Mon Jan 29 14:30:52 2018 -0800"
      },
      "committer": {
        "name": "Tyler Gunn",
        "email": "tgunn@google.com",
        "time": "Tue Jan 30 11:38:54 2018 -0800"
      },
      "message": "Add call recording tone support.\n\nAdding carrier configuration option to specify whether the carrier requires\nthe incall recording tone be played.\nAdded phone account extra used in Telephony to communicate this to\nTelecom.\nAdded permission pregrant for Telecom for MODIFY_AUDIO_ROUTING; this is\nneeded as Telecom listening to the AudioRecordingConfiguration callback\nfrom the audio framework.  It needs the permission so that it can be\ninformed of the package names of recording apps.\n\nTest: Manually enabled for local carrier and confirmed that recording\ntone plays to remote party when a recording app is started on the device.\nBug: 64138141\n\nChange-Id: I1ab521b79cbeeb4ff4dcbf83de7c17c539637bdc\n"
    },
    {
      "commit": "2a9cd149004e3457eb99043b781954e5fe4d921e",
      "tree": "fac27ae4b98cd83f4277d5f66ca745e3b65bc84c",
      "parents": [
        "8ed7f2b76930e4e52d222d6c2d55649e66be4c7a",
        "a3b692113c8c196349399857b6659774a6ef3bea"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Tue Jan 30 11:20:50 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jan 30 11:20:50 2018 +0000"
      },
      "message": "Merge \"Conditionally remove android.test.base from bootclasspath\""
    },
    {
      "commit": "76f0ccb5f1079040b28505e48fe8822b88d474f1",
      "tree": "d52efc5fe3044cc494fa2211fc22322290cbf2b0",
      "parents": [
        "e715ce13cbf4eb45aaafeb29a9955c38a3386f45"
      ],
      "author": {
        "name": "Alison Cichowlas",
        "email": "asc@google.com",
        "time": "Mon Jan 29 16:34:33 2018 -0500"
      },
      "committer": {
        "name": "Alison Cichowlas",
        "email": "asc@google.com",
        "time": "Mon Jan 29 16:34:33 2018 -0500"
      },
      "message": "Revert \"Security model for moving sharesheet to systemui\"\n\nThis reverts commit 88f3d4dbe1dbc08316d8a9e25edce1ad16fe2eab.\n\nBug: 72554856\nTest: repro instructions in bug\n"
    },
    {
      "commit": "a3b692113c8c196349399857b6659774a6ef3bea",
      "tree": "f78f9107796b2d2cb13d5e5e2b1473a5a760a34b",
      "parents": [
        "43c84465942a250aca938a5c3e939b73034d6a5a"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Thu Jan 25 09:58:32 2018 +0000"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Mon Jan 29 11:48:44 2018 +0000"
      },
      "message": "Conditionally remove android.test.base from bootclasspath\n\nThis makes the runtime handling of the android.test.base library\nconditional based on a build flag REMOVE_ATB_FROM_BCP.\n\nWhen REMOVE_ATB_FROM_BCP\u003dtrue:\n* The framework-atb-backward-compatibility is added to the\n  bootclasspath instead of android.test.base.\n* Any APK that targets pre-P (or has a dependency on android.test.runner)\n  has android.test.base added to their library list.\n\nOtherwise:\n* The android.test.base library is added to the bootclasspath.\n* Any APK that explicitly specifies that it depends on the\n  android.test.base library has the library removed as the classes\n  are available at runtime.\n\nAdded android.test.base to platform libraries so it can be used when\nnot on the bootclasspath.\n\nTested both cases by building with or without the build flag, flashing,\nsetting up, adding an account, adding a trusted place.\n\nAlso, tested that all combinations of REMOVE_ATB_FROM_BCP and\nREMOVE_OAHL_FROM_BCP work.\n\nadb install -r -g out/target/product/marlin/testcases/FrameworksCoreTests/FrameworksCoreTests.apk\nadb shell am instrument -w -e class android.content.pm.PackageBackwardCompatibilityTest,android.content.pm.AndroidTestRunnerSplitUpdaterTest,android.content.pm.OrgApacheHttpLegacyUpdaterTest,android.content.pm.RemoveUnnecessaryOrgApacheHttpLegacyLibraryTest,android.content.pm.RemoveUnnecessaryAndroidTestBaseLibraryTest,android.content.pm.AndroidTestBaseUpdaterTest com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner\n\nBug: 30188076\nTest: as above\nChange-Id: I4b9d8a5bed6787cd334c2b13a458bbc0efc3f3b6\n"
    },
    {
      "commit": "2627d72e61ff68b237d243e2b10ab85eb8dd6edf",
      "tree": "9fde24cbe23d6024792c43a2251a448f400a2bce",
      "parents": [
        "65b79f7edba9dd6c8a34f2f753a08113dafcd553"
      ],
      "author": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Fri Jan 19 12:16:49 2018 -0800"
      },
      "committer": {
        "name": "Selim Cinek",
        "email": "cinek@google.com",
        "time": "Wed Jan 24 23:29:28 2018 +0000"
      },
      "message": "Launching Notification animations inline\n\nUsing the new control mechanism introduced in order\nto coordinate notification launches and smoothly\ntransform the notification into the launching window.\n\nBug: 69168591\nTest: add notification, launch it\nChange-Id: Ib2d671c65f276ec596a2f07edf64d65bf27a2882\n"
    },
    {
      "commit": "d997d191edf668de177496e4e00e69d7d3c6b001",
      "tree": "be5a840ffca8dfd73067b0500e8c1b182fa06fb1",
      "parents": [
        "1387aaecc03855b16b96c7c4192321da852350e1",
        "88f3d4dbe1dbc08316d8a9e25edce1ad16fe2eab"
      ],
      "author": {
        "name": "Geoffrey Pitsch",
        "email": "gpitsch@google.com",
        "time": "Wed Jan 24 17:33:59 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed Jan 24 17:33:59 2018 +0000"
      },
      "message": "Merge \"Security model for moving sharesheet to systemui\""
    },
    {
      "commit": "88f3d4dbe1dbc08316d8a9e25edce1ad16fe2eab",
      "tree": "13e8dea03e0f1c5a91f51f6b4212e2bcfdfcbd0a",
      "parents": [
        "e437a074fa62b7b42d7d8b374f7be31f386fe059"
      ],
      "author": {
        "name": "Geoffrey Pitsch",
        "email": "gpitsch@google.com",
        "time": "Wed Nov 22 13:31:11 2017 -0500"
      },
      "committer": {
        "name": "Geoffrey Pitsch",
        "email": "gpitsch@google.com",
        "time": "Tue Jan 23 10:23:55 2018 -0500"
      },
      "message": "Security model for moving sharesheet to systemui\n\nResolverActivity (still in frameworks) now requests a \"permission token\"\nthat it hands to a stubbed system ui activity ChooserActivity.\n\nThis permission token allows an app (SysUI) with the signed permission\n\"START_ACTIVITY_AS_CALLER\" to call\nActivityManagerService#startActivityAsCaller. Permission tokens are a\none-time use, limited-time offer.\n\nTest: runtest systemui \u0026\u0026 manual testing\nBug: 69850752\nChange-Id: I3600e1a8ff9eea7397f5f59853423c79b6401f98\n"
    },
    {
      "commit": "974e56f141c31c596f89d2ed1725416245962a68",
      "tree": "726d227e69bf8097758846d9f7a6650294600bb0",
      "parents": [
        "e7193038c2a743c696a465acb87b73c6080ae691"
      ],
      "author": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Mon Jan 22 10:48:04 2018 -0800"
      },
      "committer": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Mon Jan 22 14:41:19 2018 -0800"
      },
      "message": "Enable incidentd.rc also add dump and usage_stats permission to statsd\nso it bypass incidentd\u0027s permission check\n\nTest: manual\nChange-Id: I65b501fe46f66f9f62fedfcfc75aa17f29fc1076\n"
    },
    {
      "commit": "82f09bcf93cc2e0f9a363f40bf8a64bcaa6d8b9f",
      "tree": "32a71e546599d857870a07775762411fb2587c54",
      "parents": [
        "6e3be007786a8b0cc46b50f96438f2860f7f868b"
      ],
      "author": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Fri Jan 12 22:08:40 2018 -0800"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Sun Jan 21 02:55:49 2018 -0800"
      },
      "message": "No camera for idle uids - framework\n\nIf a UID is idle (being in the background for more than\ncartain amount of time) it should not be able to use the\ncamera. If the UID becomes idle we generate an eror and\nclose the cameras for this UID. If an app in an idle UID\ntries to use the camera we immediately generate an error.\nSince apps already should handle these errors it is safe\nto apply this policy to all apps to protect user privacy.\n\nTest: Pass - cts-tradefed run cts -m CtsCameraTestCases\n      Added - CameraTest#testCameraAccessForIdleUid\n\nChange-Id: If6ad1662f2af6592b6aca1aeee4bd481389b5e00\n"
    },
    {
      "commit": "d1238e7b506bd691a1e1fe35a3d54209b4bac839",
      "tree": "9b3f9a0eceef20332de6ea553829cf5425b31fc4",
      "parents": [
        "9c68323763f8c1cba088227c1058f194b84f36b2",
        "4bab3a191a70cbefac07c8fac90ec29081d91f89"
      ],
      "author": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Fri Jan 19 23:27:32 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Jan 19 23:27:32 2018 +0000"
      },
      "message": "Merge \"Fix permissions problems of incidentd.\""
    },
    {
      "commit": "1d2ddf8edefa1c4a19804085d6d62fabfab53aa8",
      "tree": "0278143baf137aca7396f84ddadbceae27d951ef",
      "parents": [
        "4fa2aa03ea0dac86367bec08ed09df0345c4647a",
        "fb263323800ef866fb37545f67f373a867c1b9fb"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Thu Jan 18 17:41:35 2018 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Thu Jan 18 17:41:35 2018 +0000"
      },
      "message": "Merge \"Put contacts/calendar providers in except-idle whitelist\""
    },
    {
      "commit": "4bab3a191a70cbefac07c8fac90ec29081d91f89",
      "tree": "3b56867a79ee254ec102356755d43103bd0a98fd",
      "parents": [
        "f9b7201a6358cd55c7df9149ea46e0f05dbe409d"
      ],
      "author": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Wed Jan 10 16:50:59 2018 -0800"
      },
      "committer": {
        "name": "Yi Jin",
        "email": "jinyithu@google.com",
        "time": "Wed Jan 17 19:16:49 2018 -0800"
      },
      "message": "Fix permissions problems of incidentd.\n\nTest: manual\nChange-Id: I4ee0d1f2349ee1a25a422cabf1b5b87c612710d2\n"
    },
    {
      "commit": "fb263323800ef866fb37545f67f373a867c1b9fb",
      "tree": "4aceeecff3b66a986353e97f981600546280c6d0",
      "parents": [
        "03863ba52620d3c078bad5a69105b85ab6304be5"
      ],
      "author": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Wed Jan 17 13:23:50 2018 -0800"
      },
      "committer": {
        "name": "Makoto Onuki",
        "email": "omakoto@google.com",
        "time": "Wed Jan 17 13:23:50 2018 -0800"
      },
      "message": "Put contacts/calendar providers in except-idle whitelist\n\nBug: 71911050\nTest: Boot and dumpsys deviceidle\nChange-Id: I544b660583c2752dadec920305b33b5a8557ce61\n"
    },
    {
      "commit": "33a701a55c28dd20390acee1ba7881a500830d7d",
      "tree": "bd8d2ea141606aeae20be4eade300d3e9c018906",
      "parents": [
        "4876b4a273cdefaa7dfc11d5fdaa0ee5c9ea4055"
      ],
      "author": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Fri Dec 01 14:58:18 2017 +0100"
      },
      "committer": {
        "name": "Jorim Jaggi",
        "email": "jjaggi@google.com",
        "time": "Wed Jan 17 15:12:19 2018 +0100"
      },
      "message": "Remote animations (app-controlled animations)\n\nAdds the ability for another app to control an entire app\ntransition. It does so by creating an ActivityOptions object that\ncontains a RemoteAnimationAdapter object that describes how the\nanimation should be run: Along of some meta-data, this object\ncontains a callback that gets invoked from WM when the transition\nis ready to be started.\n\nWindow manager supplies a list of RemoteAnimationApps into the\ncallback. Each app contains information about the app as well as\nthe animation leash. The controlling app can modify the leash like\nany other surface, including the possibility to synchronize\nupdating the leash\u0027s surface properties with a frame to be drawn\nusing the Transaction.deferUntil API.\n\nWhen the animation is done, the app can invoke the finished\ncallback to get WM out of the animating state, which will also\nclean up any closing apps.\n\nWe use a timeout of 2000ms such that a buggy controlling app can\nnot break window manager forever (duration subject to change).\n\nTest: go/wm-smoke\nTest: RemoteAnimationControllerTest\n\nBug: 64674361\nChange-Id: I34e0c9a91b28badebac74896f95c6390f1b947ab\n"
    },
    {
      "commit": "0f2171041ef0615fcf10fdf95b8e096fef99d955",
      "tree": "658a7399b544cb716abe50bdf23596bdeffc173b",
      "parents": [
        "422a67987f2157cf709c07cb9132bdd775ebfc96"
      ],
      "author": {
        "name": "Yao Chen",
        "email": "yaochen@google.com",
        "time": "Tue Jan 09 10:33:15 2018 -0800"
      },
      "committer": {
        "name": "Yao Chen",
        "email": "yaochen@google.com",
        "time": "Thu Jan 11 11:58:10 2018 -0800"
      },
      "message": "make statsd run in its own uid\n\n+ Assign permission android.permission.STATSCOMPANION to statsd\n+ Fixes in StatsCompanionService to allow statsd to get uid mapping\n\nTest: manual\nChange-Id: I3e6ca79eefed7f93a4588578c156321c4c278fd3\n"
    },
    {
      "commit": "4a539441d844f85fd899862078b4c27641c1b606",
      "tree": "b0a849cc161ed072e799982a117cb053142e9837",
      "parents": [
        "61823f3a23750d672947ba7b5bb6dd4f1ff5503f"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Jan 05 17:09:52 2018 -0700"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sun Jan 07 19:40:29 2018 -0700"
      },
      "message": "Start using new reserved disk GID.\n\nWe recently created a new GID that can be granted to critical system\nprocesses, so that the system is usable enough for the user to free\nup disk space used by abusive apps.\n\nDefine a permission for the GID so we can grant it to system apps,\nand add the GID to core apps needed for system stability.  (The list\nwas mostly derived from filling a disk and seeing what caused the\ndevice to fall over.)\n\nTest: builds, boots\nBug: 62024591\nChange-Id: Icdf471ed3bed4eeb8c01f1d39f0b40c1ea098396\n"
    },
    {
      "commit": "b743b067e51143330de144290fe406a0eb0ea0c5",
      "tree": "3c4c0d59baa23fda21a558831f3ff4ef0755bfbb",
      "parents": [
        "c26b093ce522f459d71c232163cd3743370a5ee4",
        "14ab967eddc1cb2790765564152c250ecf05bcb6"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Dec 26 03:39:42 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Dec 26 03:39:42 2017 +0000"
      },
      "message": "Merge \"Don\u0027t record audio if UID is idle - core framework\""
    },
    {
      "commit": "f76dc03d6f8def2bedbfecc9ec199e2026d7349c",
      "tree": "bb85d4cb340b60818bba7792ba8d287658855b14",
      "parents": [
        "2ca87d2f72688b1eee9a8f6846a884e22013fe1c"
      ],
      "author": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Thu Dec 14 10:34:00 2017 -0800"
      },
      "committer": {
        "name": "Roshan Pius",
        "email": "rpius@google.com",
        "time": "Wed Dec 20 14:09:20 2017 -0800"
      },
      "message": "Settings: Add LOCAL_MAC_ADDRESS permission\n\nThis permission is needed for displaying the WIFI MAC address.\n\nBug: 70638295\nTest: Wifi network details page shows the wifi MAC address.\nChange-Id: Iaa595d520abf36ba55cfa9e888b169baae6ea1fb\n"
    },
    {
      "commit": "c3a6ed25a645459d9491348cbdeefdab697b97b9",
      "tree": "c91a93d3f17a7e053c4427eab8a99d0701fb5208",
      "parents": [
        "a3dcd16044a4d8ad57293edfa94cf9b644bd506d"
      ],
      "author": {
        "name": "Fan Zhang",
        "email": "zhfan@google.com",
        "time": "Thu Nov 30 14:11:44 2017 -0800"
      },
      "committer": {
        "name": "Fan Zhang",
        "email": "zhfan@google.com",
        "time": "Thu Nov 30 15:50:54 2017 -0800"
      },
      "message": "Whitelist SettingsIntelligence to manage fingerprint\n\nThis permission used to be Settings. With new settings suggestion\nsystem we need the permission in the unbundled app (SettingsIntelligence)\n\nBug: 69427300\nTest: rebuild\nChange-Id: Iaf8dd3281f4cdf5460dd544f50391ca241716d37\n"
    },
    {
      "commit": "14ab967eddc1cb2790765564152c250ecf05bcb6",
      "tree": "33f3258e5ba266a04c835ae82c7fdf113f1ee9ef",
      "parents": [
        "a98bd9989e88896c2caf945bf52c9164587bffc3"
      ],
      "author": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Wed Nov 22 18:49:32 2017 -0800"
      },
      "committer": {
        "name": "Svet Ganov",
        "email": "svetoslavganov@google.com",
        "time": "Wed Nov 22 20:59:14 2017 -0800"
      },
      "message": "Don\u0027t record audio if UID is idle - core framework\n\nIf a UID is in an idle state we don\u0027t allow recording to protect\nuser\u0027s privacy. If the UID is in an idle state we allow recording\nbut report empty data (all zeros in the byte array) and once\nthe process goes in an active state we report the real mic data.\nThis avoids the race between the app being notified aboout its\nlifecycle and the audio system being notified about the state\nof a UID.\n\nTest: Added - AudioRecordTest#testRecordNoDataForIdleUids\n      Passing - cts-tradefed run cts-dev -m CtsMediaTestCases\n                        -t android.media.cts.AudioRecordTest\n\nbug:63938985\nChange-Id: I15264c5c4b47813ca60280bce30b22b8b1f87eab\n"
    },
    {
      "commit": "220871a697290529278ed16db508eda8e12f3fc7",
      "tree": "bc13101b63c6fe39a9d92706ecb7ded7f98f5a9c",
      "parents": [
        "802f191b2b84a1b1b82c7f6f3268846084b35dfb",
        "98e12851336b7db16e583f9afac63ecc97465980"
      ],
      "author": {
        "name": "Xin Li",
        "email": "delphij@google.com",
        "time": "Tue Nov 14 12:31:11 2017 -0800"
      },
      "committer": {
        "name": "Xin Li",
        "email": "delphij@google.com",
        "time": "Tue Nov 14 12:31:11 2017 -0800"
      },
      "message": "Merge commit \u002798e12851336b7db16e583f9afac63ecc97465980\u0027 from\noc-mr1-dev-plus-aosp-without-vendor into stage-aosp-master.\n\nChange-Id: Ia7b8da4a00d215160e4a4fa40f6044208d1297b7\nMerged-In: I19846d2a3ee27aecbae2367a74ee49082eea154d\n"
    },
    {
      "commit": "b0e44af1d4f97625b5c66d9e4154bc8c6c633981",
      "tree": "9f651733bdbbedb821a00e5e5610f26394856412",
      "parents": [
        "4a55f0ad278e3b1c2f560860e2713bee98bf2635"
      ],
      "author": {
        "name": "Fan Zhang",
        "email": "zhfan@google.com",
        "time": "Wed Nov 08 11:26:44 2017 -0800"
      },
      "committer": {
        "name": "Fan Zhang",
        "email": "zhfan@google.com",
        "time": "Thu Nov 09 09:48:32 2017 -0800"
      },
      "message": "Whitelist SettingsIntelligence to read search indexables.\n\nThis permission used to be Settings. With moving ranking to\nSettingsIntelligence we need to move permission whitelisting as well\n\nIn a follow up we will remove the permission from Settings list.\n\nBug: 65065268\nTest: flash with a clean build\nChange-Id: I81fafe0b390df5990989da81629e4c6d67f1480a\n"
    },
    {
      "commit": "b119f85d3438413147997c280e03ee147cf8d1cf",
      "tree": "2ab0e4e975c8d98e4b2da3b49026734b996bfe00",
      "parents": [
        "94dffbcbfd5779b7904b3b396218a261bf640973",
        "957e50ccdfa46aeae7549fe354e6defa3b3d97d0"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Nov 07 17:24:27 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Nov 07 17:24:27 2017 +0000"
      },
      "message": "Merge \"Custom message in AoD\""
    },
    {
      "commit": "4470ab9c33cb12d056c0e64b03a2a73f0600caee",
      "tree": "f36aeba275ca79a311ffecf8b109014c2000f4b1",
      "parents": [
        "181799bc53c45282ffa50669430a5cb41f5c194d"
      ],
      "author": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Tue Oct 31 13:29:00 2017 -0700"
      },
      "committer": {
        "name": "Amith Yamasani",
        "email": "yamasani@google.com",
        "time": "Thu Nov 02 21:12:18 2017 -0700"
      },
      "message": "Make CHANGE_APP_IDLE_STATE a system API\n\nAllows a privileged app to set standby bucket states for apps.\n\nBug: 63527785\nTest: adb shell am set-standby-bucket com.example.foo 0\nChange-Id: I613f8872ae816e39b167aad1c289187362aa6094\n"
    },
    {
      "commit": "957e50ccdfa46aeae7549fe354e6defa3b3d97d0",
      "tree": "33d5542e582a27ebe3ac7e439ea46cbdc90be080",
      "parents": [
        "99ac4bdd16ce512c78f5bb9aa9bcd68b0f0e1da9"
      ],
      "author": {
        "name": "Lucas Dupin",
        "email": "dupin@google.com",
        "time": "Tue Oct 10 11:23:27 2017 -0700"
      },
      "committer": {
        "name": "Lucas Dupin",
        "email": "dupin@google.com",
        "time": "Thu Nov 02 18:03:40 2017 -0700"
      },
      "message": "Custom message in AoD\n\nOptional message that lives under the clock and also\nin AoD. Implemented using a slice.\n\nTest: launch sysui, look at the date in AoD\nTest: runtest -x packages/SystemUI/tests/src/com/android/systemui/keyguard/KeyguardSliceProviderTest.java\nChange-Id: I9dbc827bd48c6a3d1b25b0a481ffaecc0dd37f25\n"
    },
    {
      "commit": "d877f14834292c0ae24404b492c6f023667cd8a3",
      "tree": "a8cf16e850a98e65129293b07e0968f9d1d2f0fb",
      "parents": [
        "3683289e84f4dff45fa77ebf85a0ac129c0277de",
        "e2ef47f1bdc88883ae6c48e252bf97d2e4691961"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Oct 30 03:42:16 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Oct 30 03:42:16 2017 +0000"
      },
      "message": "Merge \"Define OWNERS for permission grant changes.\" am: 8d2a5bd42a am: 4ab5a3f8cd\nam: e2ef47f1bd\n\nChange-Id: I32c2ddf0f6c5f21651750579e045198438045d12\n"
    },
    {
      "commit": "e2ef47f1bdc88883ae6c48e252bf97d2e4691961",
      "tree": "d2e1f3dbe9a97b60b44555054ba8eea50854f80d",
      "parents": [
        "002a48f3619d5eec358e94a6e901a44d4b4a3cb7",
        "4ab5a3f8cd70ad62de14b051da63a848acffe8a7"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Oct 30 03:26:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Mon Oct 30 03:26:54 2017 +0000"
      },
      "message": "Merge \"Define OWNERS for permission grant changes.\" am: 8d2a5bd42a\nam: 4ab5a3f8cd\n\nChange-Id: Ie27d6ee76a7ab6585881d5f83c197ab99f7d26f4\n"
    },
    {
      "commit": "e40d8409bded6fc0d0a6b6e1c1127f3b50842f75",
      "tree": "263821c0699f43ac609dfc057f8e90f1b7f13c01",
      "parents": [
        "1fab41e77119c95a6f3a9708b506489e15ecd36d"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Fri Oct 27 12:13:37 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Sun Oct 29 19:32:02 2017 -0600"
      },
      "message": "Define OWNERS for permission grant changes.\n\nPermission grant changes need explicit approval from product and\nSWE leadership to ensure that CTS/CDD requirements are met.\n\nChange-Id: I0a84712b5c5b4e11e72bf5921b72ef6a47e7fdc1\n"
    },
    {
      "commit": "7e7c48ae9c247c87a32aa2daf87ee6cbf0f70735",
      "tree": "d99705a9625734a30b75045c0b0177ee002e4f42",
      "parents": [
        "97868f233f2bf1ad34360855f3a79bc7242e7cfc"
      ],
      "author": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Thu Oct 19 12:26:32 2017 -0700"
      },
      "committer": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Fri Oct 20 14:42:24 2017 -0700"
      },
      "message": "Updated the whitelist to match the state of platform apps\n\nSome apps in frameworks/base are only included in AOSP targets and\ndiscrepancies weren\u0027t discovered by CI tests.\n\nTest: manual\nBug: 67718369\nChange-Id: If88aa90f4dcab51b6e11562cadbe003948b6c149\n"
    },
    {
      "commit": "21ec85f12a4f6b0e1e64c831805c63e7549bee78",
      "tree": "0ad0d11037f21daaffd430fd7d41cf9dbd33a383",
      "parents": [
        "8cb2dcf08184c32d00e2f40cba9666f6eab80970"
      ],
      "author": {
        "name": "Kang Li",
        "email": "kanlig@google.com",
        "time": "Thu Oct 19 11:48:20 2017 -0700"
      },
      "committer": {
        "name": "Kang Li",
        "email": "kanlig@google.com",
        "time": "Thu Oct 19 15:02:11 2017 -0700"
      },
      "message": "Update package name for ExtServices to whitelist permissions.\n\nTest: shared images in Camera to verify this.\n\nChange-Id: Iebbe7405afa7de5246e02d7dbdb84fb0f319db5f\n"
    },
    {
      "commit": "c56106a13edde7404275bcf97ae143f600857d7c",
      "tree": "9963c933233c64ab72b0b2aebebb637ede502fc9",
      "parents": [
        "9eb155567d911516ed23bad643b47486d6cc6fcd"
      ],
      "author": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Fri Oct 06 17:02:21 2017 -0700"
      },
      "committer": {
        "name": "Fyodor Kupolov",
        "email": "fkupolov@google.com",
        "time": "Mon Oct 09 14:27:47 2017 -0700"
      },
      "message": "Crash if not all privileged permissions are whitelisted\n\nTest: reboot device - no crashes\nTest: Ran privapp_permissions.py for fugu/marlin/taimen\nBug: 64693550\nChange-Id: I9522ccaa75858b9a3d153c95c529eff70cd13994\n"
    },
    {
      "commit": "8a56855ec438f07a760996b64e39273ac80fe5d4",
      "tree": "ed51761d00b25a62b372f11eee00ce18cb3535dc",
      "parents": [
        "c7b36eb77beed889fc8b0e5f068b9b04bfd3a40b",
        "e13b57b3b98b1ba0df28636866f025a22f5a3e49"
      ],
      "author": {
        "name": "Shubang",
        "email": "shubang@google.com",
        "time": "Sat Oct 07 01:22:28 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Sat Oct 07 01:22:28 2017 +0000"
      },
      "message": "Merge \"Add permissions for LiveTv (AOSP)\" into oc-mr1-dev am: 4dc2938418\nam: e13b57b3b9\n\nChange-Id: I91925da75262c8980d27e3e33f5822aa0b4495b4\n"
    },
    {
      "commit": "d06de348b60707fd6bb94bc9186bd18192aead7c",
      "tree": "9aac35086824aab01aa21f61d3ba524af58088bf",
      "parents": [
        "a2fbb123da6b932138240fdf4c8fa06bfecebbc7"
      ],
      "author": {
        "name": "Shubang",
        "email": "shubang@google.com",
        "time": "Thu Oct 05 18:31:00 2017 -0700"
      },
      "committer": {
        "name": "Shubang",
        "email": "shubang@google.com",
        "time": "Fri Oct 06 14:06:26 2017 -0700"
      },
      "message": "Add permissions for LiveTv (AOSP)\n\nIt crashes without the permissions\n\nBug: 67474061\nTest: make; flashall; install and open LiveTv;\nChange-Id: Ifec8bfb4ee93ac6b9189a9c337fdd2ef9ec34537\n"
    },
    {
      "commit": "158c98cee13acaa14ae96b526723347f5330f5db",
      "tree": "8e7ab0fdf11350b952dfd6c2a18c2692c61d02d5",
      "parents": [
        "a5739f199e9fd0a9a14e4442cd481ccb7d2cd21c",
        "1c56c2333178c75fe00d58e8d99deaf39199bf1f"
      ],
      "author": {
        "name": "Sunny Goyal",
        "email": "sunnygoyal@google.com",
        "time": "Fri Sep 29 23:14:54 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri Sep 29 23:14:54 2017 +0000"
      },
      "message": "Merge \"Fixing Launcher package name for privilege permission\" into oc-mr1-dev am: 22f7ae8d07\nam: 1c56c23331\n\nChange-Id: I00aca55b29ff96f5db393b1130727d6dec5e612a\n"
    },
    {
      "commit": "71d4bcc053fa34366eebbedb8baf048d09661841",
      "tree": "2e7cd0edaef4370df202f01c1d32184badb83106",
      "parents": [
        "bbdc422bb1358f039207f5a6c322fb1327e3bee8"
      ],
      "author": {
        "name": "Sunny Goyal",
        "email": "sunnygoyal@google.com",
        "time": "Thu Sep 28 14:15:30 2017 -0700"
      },
      "committer": {
        "name": "Sunny Goyal",
        "email": "sunnygoyal@google.com",
        "time": "Fri Sep 29 20:08:15 2017 +0000"
      },
      "message": "Fixing Launcher package name for privilege permission\n\nTest: None\nBug: 67017745\nChange-Id: I37b903c0c771e54a68bf4dac42a0ce39641b7933\n"
    },
    {
      "commit": "df41b3eecd0ce5dab1a90e546a0f01f151f6c947",
      "tree": "484d66b15a5ec978b8c872247032f69e91831c8a",
      "parents": [
        "e63e6fc6437563a36fdd4ead0e1e543c2316f07e"
      ],
      "author": {
        "name": "Robert Quattlebaum",
        "email": "rquattle@google.com",
        "time": "Mon Aug 14 18:34:03 2017 -0700"
      },
      "committer": {
        "name": "Robert Quattlebaum",
        "email": "rquattle@google.com",
        "time": "Wed Sep 20 23:36:12 2017 +0000"
      },
      "message": "Ensure lowpan UID can manage LoWPAN interfaces\n\nBug: b/64399805\nChange-Id: Idd0bd7ef0c4de48c95699efc43324bc4dce8e70a\n"
    },
    {
      "commit": "0a22778237dd0c05c588b06af6440869083b56fa",
      "tree": "48e247246e627c1f528cb1967d012e0e53bdbb50",
      "parents": [
        "61330a3346fa64eaf36d4a298d480b7567837a94"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Wed Jul 26 14:24:19 2017 +0100"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Mon Sep 11 11:28:41 2017 +0100"
      },
      "message": "Remove org.apache.http.legacy from bootclasspath\n\nUpdated data/etc/platform.xml to make the org.apache.http.legacy library\nusable by applications. The runtime location of the\norg.apache.http.legacy library is\n/system/framework/org.apache.http.legacy.boot.jar not\n/system/framework/org.apache.http.legacy.jar.\n\nStop removing org.apache.http.legacy from the required and optional\nshared library lists and instead add it to the required list if it is\nnot present in either and the package is targeted at SDK\nversion \u003c\u003d O_MR1.\n\nBug: 18027885\nTest: make FrameworksCoreTests, install and run\nChange-Id: I686e3c20f5860e58825e1b88f220f9b8c335849c\n"
    },
    {
      "commit": "93bfd052a8a76909cb56eea0ecb5bd22cb25ba77",
      "tree": "faa4d3b547e587f8010ac59e8f028c323cb7b0fc",
      "parents": [
        "9d484f015f777a786eb83cbeed28b0ed0ad67f78"
      ],
      "author": {
        "name": "Sudheer Shanka",
        "email": "sudheersai@google.com",
        "time": "Fri Sep 01 16:41:10 2017 -0700"
      },
      "committer": {
        "name": "Sudheer Shanka",
        "email": "sudheersai@google.com",
        "time": "Fri Sep 01 16:48:05 2017 -0700"
      },
      "message": "Add PACKAGE_USAGE_STATS permission to shell.\n\nThis is needed for calling AM.registerUidObserver.\n\nFixes: 64400666\nTest: cts-tradefed run singleCommand cts-dev -m CtsAppTestCases -t \\\n      android.app.cts.ActivityManagerProcessStateTest\nChange-Id: I4f500d0d8d516b6b8961ea2f8c083add3ae949a9\n"
    },
    {
      "commit": "615b37fbacb069affb6294b7dc9ce6474a848bf7",
      "tree": "1767bb53708b286361a215a1234c1cf18faff530",
      "parents": [
        "1b08a4a8a3271f04b98c34747fe077610b7ee534"
      ],
      "author": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Aug 17 17:24:09 2017 -0700"
      },
      "committer": {
        "name": "Christopher Tate",
        "email": "ctate@google.com",
        "time": "Thu Aug 17 17:24:09 2017 -0700"
      },
      "message": "Add Audio effect session intent to config file\n\nCurrently audio effect panel can\u0027t receive session\nintent if app targetSdkVersion is Android O or later.\nBecause the intent is limited on background.\nHowever this kind of application needs to receive\nthe intent when application plays music.\n\nBug: 62777192\nTest: manual\n\nCherrypick of partner CL 870245\n\nChange-Id: Ibcebb938fa9177a9b0a7be079b1c7374ba9424ee\n"
    },
    {
      "commit": "a40b8b7431ae5265f719620b0d36737733368dc6",
      "tree": "58f007e3dbc8f617b0ed8456dfe9a792675505da",
      "parents": [
        "3c8b5d1cf2d23cf7c2e2e356205034a0aa3ed036",
        "93bf6200ebd94e93038fbc659276da38d24a951e"
      ],
      "author": {
        "name": "fionaxu",
        "email": "fionaxu@google.com",
        "time": "Tue Aug 08 09:02:23 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Aug 08 09:02:23 2017 +0000"
      },
      "message": "Merge \"app link handling under restricted mobile data\" into oc-dr1-dev\nam: 93bf6200eb\n\nChange-Id: I1a506e9f8dae6fd76c74c3f9d7f93c40ce64a387\n"
    },
    {
      "commit": "d60a9d0e586e95be2f2730a940afdf1ed436c612",
      "tree": "8e42f290e7068268faaeb57658800ea15aa5f5f4",
      "parents": [
        "81977b8929c1b258cfb91d02821cbc68ee4589c7"
      ],
      "author": {
        "name": "fionaxu",
        "email": "fionaxu@google.com",
        "time": "Tue May 23 14:55:27 2017 -0700"
      },
      "committer": {
        "name": "fionaxu",
        "email": "fionaxu@google.com",
        "time": "Fri Aug 04 18:13:12 2017 -0700"
      },
      "message": "app link handling under restricted mobile data\n\n1. new actions to allow default carrier app dynamically enable/disable\napp-link filtering\n2. new intent to notify registered carrier apps of other default\nnetworks\n3. signal-to-actions config to sepcify carrier actions on default\nnetwork change\ndefault network available -\u003e disable intent filter for app-link\ndefaut network lost -\u003e enable intent filter for app-link\n4. new carrier actions to allow carrier apps to register/unregister\nother network status dynmacially\n\nBug: 62487488\nTest: Manual\nChange-Id: Ie9fa9f3f4ca38f9f26a90a3dbf95f7f20a8ad773\n"
    },
    {
      "commit": "68a0dafc135a28cf6bbc72e44798083075aac872",
      "tree": "f4689ae7922efc5ec31c781c4682566876a13ad9",
      "parents": [
        "64aa52c135c4c17c36746c90592684ac38ce568c",
        "df77643cd8024b381c7df2f509175c7be719fae9"
      ],
      "author": {
        "name": "Tomasz Wasilczyk",
        "email": "twasilczyk@google.com",
        "time": "Tue Jul 25 17:18:50 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Jul 25 17:18:50 2017 +0000"
      },
      "message": "Merge \"Rename ACCESS_FM_RADIO to ACCESS_BROADCAST_RADIO permission.\" into oc-mr1-dev"
    },
    {
      "commit": "df77643cd8024b381c7df2f509175c7be719fae9",
      "tree": "35f31e845c6b9c56c25f5797a1b0a6cdc6516372",
      "parents": [
        "cfc55bb0a6be0e65317cd216486f15f428832f7a"
      ],
      "author": {
        "name": "Tomasz Wasilczyk",
        "email": "twasilczyk@google.com",
        "time": "Fri Jul 21 14:07:09 2017 -0700"
      },
      "committer": {
        "name": "Tomasz Wasilczyk",
        "email": "twasilczyk@google.com",
        "time": "Fri Jul 21 14:22:05 2017 -0700"
      },
      "message": "Rename ACCESS_FM_RADIO to ACCESS_BROADCAST_RADIO permission.\n\nThis is a backwards incompatible change against System API,\nbut as there are no existing radio apps, nobody uses it.\n\nBug: b/63405337\nTest: manual\nChange-Id: Iaf6085914434be01e1c1e363609e5b0087ffe127\n"
    },
    {
      "commit": "02689a78847fa4f8b6077e23b35a2f9b30322036",
      "tree": "b35f2c55f8e0912be9f26e102a5bad1f7bc2854a",
      "parents": [
        "3a419bee91b6cc14c6807eed1f9578e71a1aa80f"
      ],
      "author": {
        "name": "Andrii Kulian",
        "email": "akulian@google.com",
        "time": "Thu Jul 06 14:28:59 2017 -0700"
      },
      "committer": {
        "name": "Andrii Kulian",
        "email": "akulian@google.com",
        "time": "Fri Jul 21 18:31:20 2017 +0000"
      },
      "message": "DO NOT MERGE Add permission to launch activities on VD\n\n1. Added permission ACTIVITY_EMBEDDING which allows apps to launch\nactivities on virtual displays.\n2. Allow owner of display to launch activities from same app without\npermission check to owned display.\n3. Added permission checks for launching on secondary displays to\nmore target task/stack resolution paths in ActivityStarter.\n\nBug: 63117330\nTest: android.server.cts.ActivityManagerDisplayTests\nTest: go/wm-smoke\nChange-Id: If169a77fb56241e06f7de20168dc38c4b0a217f5\n(cherry picked from commit 71587649836d8e97c2ca00d968fc95293b59b0d3)\n"
    },
    {
      "commit": "9f09e6a73df1748e980eff26a57e611d68c7ee9a",
      "tree": "cb742002214a750dd9fc490a1e9cd1ae464e4ce1",
      "parents": [
        "1d47c55407f539d7d57ed16bd088de0a79a6ad82"
      ],
      "author": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jun 26 11:24:47 2017 -0600"
      },
      "committer": {
        "name": "Jeff Sharkey",
        "email": "jsharkey@android.com",
        "time": "Mon Jul 17 16:10:55 2017 -0600"
      },
      "message": "Unify permissions under UPDATE_DEVICE_STATS.\n\nThe UPDATE_DEVICE_STATS permission has become the de-facto mechanism\nthat platform components use to shift blame for resource usage, so\nit\u0027s confusing to also have a separate MODIFY_NETWORK_ACCOUNTING\npermission.  So this change replaces MODIFY_NETWORK_ACCOUNTING with\nUPDATE_DEVICE_STATS.\n\nBug: 62483389\nTest: builds, boots\nExempt-From-Owner-Approval: Bug 63673347\nChange-Id: I872759f02327b6d531ec2338bd876890aded60ad\n"
    },
    {
      "commit": "c8d6ad8b70c63f7105f201c768771b9ea573bddf",
      "tree": "5f9e1279e005e4bad5431b7b27741c5a716b85d5",
      "parents": [
        "99f0e0ef1e5be661a3f18c4eb7acee133dea2f8c",
        "aa7f92dc6a53890599b129ea67c462cfe276c942"
      ],
      "author": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Tue Jul 11 02:03:11 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Jul 11 02:03:11 2017 +0000"
      },
      "message": "Merge \"Move eUICC permissions to com.android namespace.\" into oc-dr1-dev am: 3fc57019bb\nam: aa7f92dc6a\n\nChange-Id: Ibd65e174e4067a8d45c8b9d45a7f020a48e1cdab\n"
    },
    {
      "commit": "6ed04553eff6f91fbdfb4a50299a1cb92bc9344e",
      "tree": "6eee8345dd8c357bbdd03ce7c9fc6b2ae652346a",
      "parents": [
        "c276c79e83680c4d14e790ba002c14e4a7dacb49"
      ],
      "author": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Fri Jul 07 12:12:06 2017 +0100"
      },
      "committer": {
        "name": "Paul Duffin",
        "email": "paulduffin@google.com",
        "time": "Fri Jul 07 12:12:06 2017 +0100"
      },
      "message": "Add android.test.mock to the optional runtime libraries\n\nThis is needed in order to make the following manifest entry work\nproperly.\n  \u003cuses-library android:name\u003d\"android.test.mock\"/\u003e\n\nTested by adding the entry to an APK and installing it which caused an\nerror about an unknown library. Then updated this file, rebuilt,\nreflashed and installed APK again at which point it worked.\n\nFollow up change to cts/tests/signature will add proper test for this\nlibrary.\n\nBug: 30188076\nTest: see above\nChange-Id: I630b7bc48a50ab1c52bb5feed54c2e4deb876339\n"
    },
    {
      "commit": "3b16d3fc1ebfbd7b318c328a6060cb61d5a94e0b",
      "tree": "4694527f6369612baa04a55a61dfcaaac5e7a4f7",
      "parents": [
        "484d742af094a6a2038e5f9f18c4d95dea938132"
      ],
      "author": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Wed Jul 05 16:17:27 2017 -0700"
      },
      "committer": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Wed Jul 05 23:42:54 2017 +0000"
      },
      "message": "Move eUICC permissions to com.android namespace.\n\nChange-Id: I3457fbb29d04ec82cb5bf819ca479bfe707e3e3f\nTest: eSIM sanity check + CTS PermissionPolicyTest\nFixes: 62375320\n"
    },
    {
      "commit": "210625408818c03a8e9e20c0cfc45c72c84d3c2f",
      "tree": "0527372faf979be0384e3d982795a66b45cee828",
      "parents": [
        "d49d82b4c10d69bab7483f5026bf80df38e385b9"
      ],
      "author": {
        "name": "Malcolm Chen",
        "email": "refuhoo@google.com",
        "time": "Tue Jun 20 11:36:01 2017 -0700"
      },
      "committer": {
        "name": "Malcolm Chen",
        "email": "refuhoo@google.com",
        "time": "Thu Jun 29 16:32:24 2017 -0700"
      },
      "message": "Adding \"Mobile data\" and \"Data usage\" button in mobile settings.\n\nGrant \"READ_NETWORK_USAGE_HISTORY\" permission to phone because\n\"Datat usage\" button summary needs it. Settings provides new\nintent to open mobile data usage page.\n\nBug: 62201918\nTest: Manual\nChange-Id: Ie317109c723f3946ace4d34c743081a7ae046462\n"
    },
    {
      "commit": "fa028b414509a5b6c75653586125b0c6f4c28235",
      "tree": "c07185d9275756079accce2f0b611321160e4faf",
      "parents": [
        "13851a791dbe4e3faa2f99cd82a0e0378ee2ab9e",
        "c1ef5336bc4907300c050896296d918d92eda5db"
      ],
      "author": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Wed May 24 01:01:25 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Wed May 24 01:01:32 2017 +0000"
      },
      "message": "Merge \"Declare new permission for Phone process.\""
    },
    {
      "commit": "8b3d839a5e402e69cc5dce4a30105ba8889e0465",
      "tree": "4657dff0d9ba383d7fecc793803acaf39f01fd69",
      "parents": [
        "b2d50b4f9260bac241d59b993069604571291610"
      ],
      "author": {
        "name": "Lucas Dupin",
        "email": "dupin@google.com",
        "time": "Tue May 23 09:45:50 2017 -0700"
      },
      "committer": {
        "name": "Lucas Dupin",
        "email": "dupin@google.com",
        "time": "Tue May 23 15:43:54 2017 -0700"
      },
      "message": "Add change_overlay permission to systemui\n\nSystemUI needs to be able to enable and disable\noverlays in order to invert text and surface colors.\n\nBug: 38164700\nTest: make\nChange-Id: I7685d5fddb5a476e10012dab2d6e7ee5da206f80\n"
    },
    {
      "commit": "c1ef5336bc4907300c050896296d918d92eda5db",
      "tree": "ea6d45b5c4c553f6fd04131f218b6878dc5f3e7a",
      "parents": [
        "5649d3e93b8ae553b5b167071d69c166fc3e5000"
      ],
      "author": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Mon May 15 17:29:59 2017 -0700"
      },
      "committer": {
        "name": "Jeff Davidson",
        "email": "jpd@google.com",
        "time": "Mon May 15 17:57:51 2017 -0700"
      },
      "message": "Declare new permission for Phone process.\n\nBug: 37480432\nTest: TreeHugger + E2E IPC test\nChange-Id: I7881651986b73ec6e21f121a8c5c2b85c9e52c3f\n"
    },
    {
      "commit": "d2b712fae941c0225caede6fc96d24273edf71f3",
      "tree": "ae476d6ff10f235bd9d40c64cf9dcd7fce1bee84",
      "parents": [
        "58a772cfa757560a58a649e3596a16f4df76be57",
        "b78aad827cb1a74e2746b9ebd320857714c33646"
      ],
      "author": {
        "name": "Siarhei Vishniakou",
        "email": "svv@google.com",
        "time": "Fri May 12 03:49:55 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri May 12 03:49:55 2017 +0000"
      },
      "message": "Merge \"Merge \"Adding \u0027uhid\u0027 permission for bluetooth stack.\" am: 3e010d1353 am: 96d3b668bb am: 50c5253c2d\" into oc-dev-plus-aosp\nam: b78aad827c\n\nChange-Id: Ifbef6c022fc9d944e6126051977f181eca49a29a\n"
    },
    {
      "commit": "b1080dbf95e0e7f71048108fc5fb8dd85a5c5c5d",
      "tree": "ddb8b0b57da29711eec8859bf96c2d6879504223",
      "parents": [
        "cd9c540f38f50fecba3fbb8e7fc21c83d1ec45fd",
        "e0375adaaf127eea46d276c94fe318252947da02"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Fri May 12 03:43:09 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri May 12 03:43:09 2017 +0000"
      },
      "message": "Merge \"Merge \"Finish issue #37815224: DeviceManagementService is incorrectly...\" into oc-dev am: 8d0ba598cf\" into oc-dev-plus-aosp\nam: e0375adaaf\n\nChange-Id: I675107ab7e7cb5a497e56ca10307aed50e6df735\n"
    },
    {
      "commit": "4bb8bea04a75194bd693b28a96fb1b1647ae465d",
      "tree": "c6f1df072cd45c7af331be1170d0ac4f0abb69f6",
      "parents": [
        "e0375adaaf127eea46d276c94fe318252947da02",
        "50c5253c2d1f757d457faf45cd7104d45114f107"
      ],
      "author": {
        "name": "Siarhei Vishniakou",
        "email": "svv@google.com",
        "time": "Fri May 12 01:00:34 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Fri May 12 01:00:34 2017 +0000"
      },
      "message": "Merge \"Adding \u0027uhid\u0027 permission for bluetooth stack.\" am: 3e010d1353 am: 96d3b668bb\nam: 50c5253c2d\n\nChange-Id: I965b2ad6b603dba82116180a43fc20684d2f1b59\n"
    },
    {
      "commit": "06640fea7bd8a799ff717e5b447d9d62e165ca18",
      "tree": "eaeab5c0c9ee78a335460d010e2521c316e5fe59",
      "parents": [
        "fb194bb81c234faa7b4e7253f8cf4228dbda4534"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu May 11 12:14:31 2017 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Thu May 11 12:15:08 2017 -0700"
      },
      "message": "Finish issue #37815224: DeviceManagementService is incorrectly...\n\n...starting services from jobs\n\nRemove dmagent from whitelist.\n\nTest: manual\n\nChange-Id: Id13b95b9ca4f8fa890f4e20cf133a6f4bc0e3cc5\n"
    },
    {
      "commit": "9e089567fdbbce18549d9a6fd7e4603bbc8aa2b2",
      "tree": "6208ffccf55ac37763080bc5d28b82d77ccd40ea",
      "parents": [
        "9d9aab48fa832b60b56f3c905017da1ef2737ff3"
      ],
      "author": {
        "name": "Siarhei Vishniakou",
        "email": "svv@google.com",
        "time": "Mon May 08 15:42:14 2017 -0700"
      },
      "committer": {
        "name": "Siarhei Vishniakou",
        "email": "svv@google.com",
        "time": "Thu May 11 01:35:25 2017 +0000"
      },
      "message": "Adding \u0027uhid\u0027 permission for bluetooth stack.\n\nThis CL is in support of another CL c/2048848, topic\n\u0027Refactor hid command in /frameworks/base/cmds\u0027\nin internal master. Adding the permissions for bluetooth\ndevices here to access uhid_node as part of the new \u0027uhid\u0027\ngroup.\n\nBug: 34052337\nTest: Tested on angler, bluetooth mouse works OK.\n\nChange-Id: I63963984a0a3dccb4fccc64bb6fef4e809e2737e\n"
    },
    {
      "commit": "55b4d62c4bd903d6fff17a468830acd1d61c17a3",
      "tree": "c75893c9a99cab8db8a675267dc635a7c52d74a4",
      "parents": [
        "4fab38f1be0791464dd175141b04fd4fb1c46b56",
        "c812cf27ab3d081cae5fd81bc2f4cfbd8014b01e"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Tue May 02 18:00:22 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue May 02 18:00:22 2017 +0000"
      },
      "message": "Merge \"Work on issue #37815224: DeviceManagementService is incorrectly...\" into oc-dev am: 72c0ab518a\nam: c812cf27ab\n\nChange-Id: I7a7b4b17a4eeeeda7619e6fa9702ef059af7d76f\n"
    },
    {
      "commit": "d1f3df43c066c3141d1ac028df1b65c0ae162821",
      "tree": "8e728d816c98b4b07902566f17580b4ba156c0d3",
      "parents": [
        "f1a4b507394f32a9a1fe83b5f6a9d5c543587a6c"
      ],
      "author": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon May 01 14:33:05 2017 -0700"
      },
      "committer": {
        "name": "Dianne Hackborn",
        "email": "hackbod@google.com",
        "time": "Mon May 01 14:33:57 2017 -0700"
      },
      "message": "Work on issue #37815224: DeviceManagementService is incorrectly...\n\n...starting services from jobs\n\nBring back the correct bg check restrictions on jobs, but also\nbring back whitelisting of dmagent so it doesn\u0027t crash.\n\nTest: booted and ran\n\nChange-Id: I78892386bdcd4f39e0b1a6d33b224bdff958af37\n"
    },
    {
      "commit": "4ac16f9a40a92dc470e482eea06bcfefa46118be",
      "tree": "c4722f0f8aca8f2afc41dfa7b4f1c0d17b76581e",
      "parents": [
        "f3024d69ec137eba558974c0dee44533f255756b",
        "5cfba6f7eed9fd1f6650857de5b252db03e4392a"
      ],
      "author": {
        "name": "Tony Mak",
        "email": "tonymak@google.com",
        "time": "Tue Apr 25 20:22:51 2017 +0000"
      },
      "committer": {
        "name": "android-build-merger",
        "email": "android-build-merger@google.com",
        "time": "Tue Apr 25 20:22:51 2017 +0000"
      },
      "message": "Merge \"Revert \"Whitelist DMAgent from bg check\"\" into oc-dev am: 730bf42e44\nam: 5cfba6f7ee\n\nChange-Id: I328bea0b7a38822feeea27cc9966815ffb2da013\n"
    },
    {
      "commit": "730bf42e446b021e720088eb6dfa6ec94d86a641",
      "tree": "c011c86593c6f50d64c06d60ae1f8e27adb0441e",
      "parents": [
        "bad4573bd459c7a0219f56ddc208e84ff45cb7c6",
        "39d081015acabae8f983681df2c402fadf067045"
      ],
      "author": {
        "name": "TreeHugger Robot",
        "email": "treehugger-gerrit@google.com",
        "time": "Tue Apr 25 18:55:03 2017 +0000"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Apr 25 18:55:08 2017 +0000"
      },
      "message": "Merge \"Revert \"Whitelist DMAgent from bg check\"\" into oc-dev"
    },
    {
      "commit": "39d081015acabae8f983681df2c402fadf067045",
      "tree": "468c4269256d475871c83277a2eb5d10c01d0f2b",
      "parents": [
        "ea00f16c8555c765f921f909974a1a426ea51b24"
      ],
      "author": {
        "name": "Tony Mak",
        "email": "tonymak@google.com",
        "time": "Mon Apr 24 15:55:56 2017 +0000"
      },
      "committer": {
        "name": "Tony Mak",
        "email": "tonymak@google.com",
        "time": "Mon Apr 24 15:55:56 2017 +0000"
      },
      "message": "Revert \"Whitelist DMAgent from bg check\"\n\nThis reverts commit ea00f16c8555c765f921f909974a1a426ea51b24.\n\nReason for revert: \u003cINSERT REASONING HERE\u003e\n\nChange-Id: Id4ef18c858b320a31273f0b68d2a6c14d34d526d\n"
    },
    {
      "commit": "0f80719a6f3c30619ad73a9f2452626ed5ef5bd0",
      "tree": "14b02bfd7e3108a10e37d1a8808d5e718f1daa0b",
      "parents": [
        "eedceb57216748bc6efe0b554c064222c035467a"
      ],
      "author": {
        "name": "Kang Li",
        "email": "kanlig@google.com",
        "time": "Thu Apr 13 09:17:07 2017 -0700"
      },
      "committer": {
        "name": "Kang Li",
        "email": "kanlig@google.com",
        "time": "Fri Apr 21 19:56:59 2017 +0000"
      },
      "message": "Moved LRResolverRankerService to ExtServices, and added a permission to\nensure that ResolverRankerServices are from trust sources.\n\nTest: manually shared images in Camera, and in PTP to confirm it works\nas expected.\n\nChange-Id: I3549292d424fec949e9115faea7a0c5bdec06e87\n(cherry picked from commit 61cf4d145e3f899ff2ff4500c3e46ea2c39adaf3)\n"
    }
  ],
  "next": "ee8187688effbe5a2036d95d115e75bc828f7a0f"
}
