<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_CarrierConfig/Android.bp, branch master</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_CarrierConfig/'/>
<entry>
<title>[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/CarrierConfig</title>
<updated>2021-02-14T18:37:24+00:00</updated>
<author>
<name>Bob Badour</name>
<email>bbadour@google.com</email>
</author>
<published>2021-02-13T00:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=f7bb6804a26459bd228fb627e608c1027622dc55'/>
<id>f7bb6804a26459bd228fb627e608c1027622dc55</id>
<content type='text'>
Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: If5a00255c7e3080a402bcaf4e31ecf704554efc2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: If5a00255c7e3080a402bcaf4e31ecf704554efc2
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the app to /system_ext</title>
<updated>2019-11-25T11:19:12+00:00</updated>
<author>
<name>Jeongik Cha</name>
<email>jeongik@google.com</email>
</author>
<published>2019-11-25T11:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=8eeb89ba5413d191636ea3874d230c6d9abe4f73'/>
<id>8eeb89ba5413d191636ea3874d230c6d9abe4f73</id>
<content type='text'>
As mentioned in go/partitions-in-r, we plan to forbid hidden API in
product partition.
So this app should be moved to /system_ext because it uses hidden API.
It is not permanent, so they can be moved back to /product due to
needs if there isn't hidden usage anymore.

Bug: 137908189
Test: m
Test: check whether device boots successfully

Change-Id: I1a5e10c08f7c5574f5270d0aeb79ddbf610f9e2a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As mentioned in go/partitions-in-r, we plan to forbid hidden API in
product partition.
So this app should be moved to /system_ext because it uses hidden API.
It is not permanent, so they can be moved back to /product due to
needs if there isn't hidden usage anymore.

Bug: 137908189
Test: m
Test: check whether device boots successfully

Change-Id: I1a5e10c08f7c5574f5270d0aeb79ddbf610f9e2a
</pre>
</div>
</content>
</entry>
<entry>
<title>scrub unused telephony common lib</title>
<updated>2019-08-13T21:23:04+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2019-08-13T21:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=074125afb5df523e7512ec5fb8e84c629ccddd6c'/>
<id>074125afb5df523e7512ec5fb8e84c629ccddd6c</id>
<content type='text'>
Bug: 139318877
Test: Build
Change-Id: I2a0effc7f0214a6bf3eebb53febf6a7d43ec109f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 139318877
Test: Build
Change-Id: I2a0effc7f0214a6bf3eebb53febf6a7d43ec109f
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the issue that aapt2 strip leading 0 from the raw string</title>
<updated>2019-03-09T00:50:28+00:00</updated>
<author>
<name>chen xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2019-03-08T01:58:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=4948f0d7cc882ee201eab4a2741f5ee9f8bbf91a'/>
<id>4948f0d7cc882ee201eab4a2741f5ee9f8bbf91a</id>
<content type='text'>
aapt2 by defualt will strip leading 0 from raw strings if there is no
schema defined. it will cause issues that &lt;carrier_config mcc="202" mnc="01"&gt;
will be interpreted as 2021 instead of 20201

Bug: 126605105
Test: Manual test
Change-Id: I832a4b243121818a6808b90d8f459dd2c9421e72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
aapt2 by defualt will strip leading 0 from raw strings if there is no
schema defined. it will cause issues that &lt;carrier_config mcc="202" mnc="01"&gt;
will be interpreted as 2021 instead of 20201

Bug: 126605105
Test: Manual test
Change-Id: I832a4b243121818a6808b90d8f459dd2c9421e72
</pre>
</div>
</content>
</entry>
<entry>
<title>Move CarrierConfig to /product</title>
<updated>2019-01-15T10:09:53+00:00</updated>
<author>
<name>Anton Hansson</name>
<email>hansson@google.com</email>
</author>
<published>2019-01-11T15:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=84483144ef6ac3dd05d95b3a8429c13421441862'/>
<id>84483144ef6ac3dd05d95b3a8429c13421441862</id>
<content type='text'>
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Also make the app inherit its privapp permission grant.

Bug: 122353713
Test: boot aosp_arm64 emulator
Change-Id: I87f474a87d6db9a2a0a2c4feca7f0e9d99051fd4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Also make the app inherit its privapp permission grant.

Bug: 122353713
Test: boot aosp_arm64 emulator
Change-Id: I87f474a87d6db9a2a0a2c4feca7f0e9d99051fd4
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert Android.mk file to Android.bp</title>
<updated>2019-01-10T00:22:52+00:00</updated>
<author>
<name>Sasha Smundak</name>
<email>asmundak@google.com</email>
</author>
<published>2019-01-10T00:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=5b31d0be95655648c9538edcff209213204837b5'/>
<id>5b31d0be95655648c9538edcff209213204837b5</id>
<content type='text'>
See build/soong/README.md for more information.

Change-Id: I7a0cbee106095b595e249caf0b7700d3e94cf875
Fixes: 122332124
Test: treehugger
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See build/soong/README.md for more information.

Change-Id: I7a0cbee106095b595e249caf0b7700d3e94cf875
Fixes: 122332124
Test: treehugger
</pre>
</div>
</content>
</entry>
</feed>
