<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_PackageInstaller, branch o-preview</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/'/>
<entry>
<title>Merge "stop incorrectly showing unknown sources prompt"</title>
<updated>2016-12-07T20:06:57+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2016-12-07T20:06:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=5e4d32ccfc3abf68d265ca63c8b8b485036908d3'/>
<id>5e4d32ccfc3abf68d265ca63c8b8b485036908d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stop incorrectly showing unknown sources prompt</title>
<updated>2016-12-07T08:02:01+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2016-12-07T07:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=ac1037c67a24ff209787cf3fca20e09bd7674742'/>
<id>ac1037c67a24ff209787cf3fca20e09bd7674742</id>
<content type='text'>
435a65b477f5bc079700d84ea216faf2adc7c823 changed this code and ended up
leaving out this return statement. It falls through to the code to deal
with requests from unknown sources even when the request was really from
a known source.

Change-Id: Ia1633989f8a177000d7bcec89184e0ebdc72aa74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
435a65b477f5bc079700d84ea216faf2adc7c823 changed this code and ended up
leaving out this return statement. It falls through to the code to deal
with requests from unknown sources even when the request was really from
a known source.

Change-Id: Ia1633989f8a177000d7bcec89184e0ebdc72aa74
</pre>
</div>
</content>
</entry>
<entry>
<title>Import translations. DO NOT MERGE</title>
<updated>2016-11-20T23:19:46+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2016-11-20T23:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=52ab98d23b1963b8d644d73cbff5d3b31508d6f1'/>
<id>52ab98d23b1963b8d644d73cbff5d3b31508d6f1</id>
<content type='text'>
Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I97057261418ea6b4a41323186f71974bb588aaef
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Auto-generated-cl: translation import

Bug: 32177112
Change-Id: I97057261418ea6b4a41323186f71974bb588aaef
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Bluetooth toggle prompts - package installer"</title>
<updated>2016-10-28T02:43:48+00:00</updated>
<author>
<name>Marie Janssen</name>
<email>jamuraa@google.com</email>
</author>
<published>2016-10-28T02:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=6e20ff3dfeb4d2d574aa47893fec434bf26df922'/>
<id>6e20ff3dfeb4d2d574aa47893fec434bf26df922</id>
<content type='text'>
am: 4e2a5109e5

Change-Id: I72e7fc29c172f111ca37be023478cb3d30551569
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 4e2a5109e5

Change-Id: I72e7fc29c172f111ca37be023478cb3d30551569
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add Bluetooth toggle prompts - package installer"</title>
<updated>2016-10-27T23:07:31+00:00</updated>
<author>
<name>Marie Janssen</name>
<email>jamuraa@google.com</email>
</author>
<published>2016-10-27T23:07:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=4e2a5109e509ca65e3a54b2a3c2fa5125a3083cb'/>
<id>4e2a5109e509ca65e3a54b2a3c2fa5125a3083cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Bluetooth toggle prompts - package installer</title>
<updated>2016-10-26T20:31:31+00:00</updated>
<author>
<name>Svet Ganov</name>
<email>svetoslavganov@google.com</email>
</author>
<published>2016-06-30T20:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=b2ea137eca695362c1578ad2a1ea87e68c85a613'/>
<id>b2ea137eca695362c1578ad2a1ea87e68c85a613</id>
<content type='text'>
If permission review is enabled toggling bluetoth on or off
results in a user prompt to collect consent. This applies
only to legacy apps, i.e. ones that don't support runtime
permissions as they target SDK 22.

Also added a configuration resource which controls whether
permission review mode is enabled. By default it is not and
an OEM can change this via an overlay. For now we also keep
the old mechanism to toggle review mode via a build property
which is still used and will be removed when clients have
transitioned.

bug:28715749

Change-Id: I3783fa99f3fca881a4b60ea1e7c0f68098302ae4
(cherry picked from commit a4027400710fb76c931c5ea01c6d881c73114b3d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If permission review is enabled toggling bluetoth on or off
results in a user prompt to collect consent. This applies
only to legacy apps, i.e. ones that don't support runtime
permissions as they target SDK 22.

Also added a configuration resource which controls whether
permission review mode is enabled. By default it is not and
an OEM can change this via an overlay. For now we also keep
the old mechanism to toggle review mode via a build property
which is still used and will be removed when clients have
transitioned.

bug:28715749

Change-Id: I3783fa99f3fca881a4b60ea1e7c0f68098302ae4
(cherry picked from commit a4027400710fb76c931c5ea01c6d881c73114b3d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Import translations. DO NOT MERGE" into cw-f-dev</title>
<updated>2016-10-14T09:07:53+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2016-10-14T09:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=49c46a2eb40f7b9b2a7e83cc46060701929b0575'/>
<id>49c46a2eb40f7b9b2a7e83cc46060701929b0575</id>
<content type='text'>
am: ee9254afcf  -s ours

Change-Id: Iff739554ad05ec1d7cc8a23a554fd98d6022f42d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: ee9254afcf  -s ours

Change-Id: Iff739554ad05ec1d7cc8a23a554fd98d6022f42d
</pre>
</div>
</content>
</entry>
<entry>
<title>Import translations. DO NOT MERGE</title>
<updated>2016-10-14T09:07:53+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2016-10-14T09:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=71c9b8c1fd7afc59d824b972f925fcf6eb07f269'/>
<id>71c9b8c1fd7afc59d824b972f925fcf6eb07f269</id>
<content type='text'>
am: 75b7bd78e8  -s ours

Change-Id: Ia6f7f7629cd8a1f971374357462e302a8a58c608
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
am: 75b7bd78e8  -s ours

Change-Id: Ia6f7f7629cd8a1f971374357462e302a8a58c608
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Import translations. DO NOT MERGE" into cw-f-dev</title>
<updated>2016-10-14T09:04:45+00:00</updated>
<author>
<name>TreeHugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2016-10-14T09:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=ee9254afcfe3cb3ed513ca0b6b0d851ebdaca005'/>
<id>ee9254afcfe3cb3ed513ca0b6b0d851ebdaca005</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import translations. DO NOT MERGE</title>
<updated>2016-10-14T06:49:34+00:00</updated>
<author>
<name>Bill Yi</name>
<email>byi@google.com</email>
</author>
<published>2016-10-14T06:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_PackageInstaller/commit/?id=75b7bd78e857e24e7acdc0e1aac8f2949b7d8fee'/>
<id>75b7bd78e857e24e7acdc0e1aac8f2949b7d8fee</id>
<content type='text'>
Change-Id: I154ede768dfa09d4edc3ba886354acc0fdd6b20e
Auto-generated-cl: translation import
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I154ede768dfa09d4edc3ba886354acc0fdd6b20e
Auto-generated-cl: translation import
</pre>
</div>
</content>
</entry>
</feed>
