-IMS service is no longer using /data/shared path.
-remove unused /data/shared path access.
CRs-Fixed: 2526160
Change-Id: I072d0b922a48880d45f7c85ac3569b2cec3d7250
Signed-off-by: Melvin <kartik3163@gmail.com>
Add carrier config allow_holding_video_call and
allow_add_call_during_video_call as false to hide
hold/add button for video call
Change-Id: I7fd961520dfdc3b819ed3410de83b3d5cddafd16
CRs-Fixed: 2564151
Signed-off-by: Melvin <kartik3163@gmail.com>
Add config to disable filtering out conference host for
some carriers.
Change-Id: I7fd73f77fed91662288c64ef1dc11e0defe6ed3a
CRs-Fixed: 2542041
Signed-off-by: Melvin <kartik3163@gmail.com>
Add CAP_SYS_BOOT capability for charger service so that it can
shutdown/reboot the system.
Change-Id: I17ccba74d5a3c38bd751c55bcf42fb3689d730a7
Signed-off-by: Melvin <kartik3163@gmail.com>
time-services: Start time_daemon service from common rc
Currently, time_daemon service is running after statsd
service which is causing some xTS failure. The patch
moves time_daemon service definition to common rc file
so that daemon can start early.
Signed-off-by: Melvin <kartik3163@gmail.com>
Add permissions for Android Auto Top Gear effort and Gearhead legacy
Signed-off-by: melvinstark3 <kartik3163@gmail.com>
Signed-off-by: Melvin <kartik3163@gmail.com>
Make charger binary run as system instead of root. Since it
needs to handle input key events, add input as a supplemental
group in addition to system and graphics.
Change-Id: Id1dc46f335087147b7d8cf674664c26f0b511de1
Signed-off-by: melvinstark3 <kartik3163@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
charger binary is moved to /system/bin. Also the label got changed
to charger. Update it accordingly.
Change-Id: I78574238f9fc5ec028d10ab866676bfc0cd36370
Signed-off-by: melvinstark3 <kartik3163@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
* so it recognizes the device as HD playback eligible.
Change-Id: Ic28cc9a45155a354d7b9b5e2ca665e46bfe34027
Signed-off-by: Hasaber8 <rohanhasabe8@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Testing response times to time.android.com from around the globe reveals
in ms:-
Europe <30
Middle East <68
North America <150
Johannesburg 183
Buenos Aires 220
Tokyo 226
Sydney 276
Hong Kong 285
Brisbane 295
Mumbai 349
Beijing 4691
Shanghai 4906
Russia n/a
Whilst time.android.com is NOT used for GPS NTP, North American time servers
are, by specifying north-america.pool.ntp.org as default in the framework,
to align with pixel devices. I am assuming similar response times to these
servers from around the world.
Great for North America and it appears Europe but it does not address the
global issue. Also, the pool.ntp.org project forbids both hardware and
software vendors from using these default zone names.
http://www.pool.ntp.org/en/vendors.html
It makes sense, therefore, to leverage the ntp.org's existing 'android' vendor
name to make the default ntp server for GPS purposes:
1.android.pool.ntp.org this will return a random but accurate NTP server in
close geopraphic proximity to the device.
Testing on my own build in the UK seems to improve hot and cold TTFF
considerably.
Change-Id: I144af45757efa35b32daf034eece6e046d2bde79
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Add AID_VENDOR_THERMAL group, so that the clients of thermal-engine can
be in this group to gain access to thermal-engine sockets.
Change-Id: I10faf04ce1e26bbeb893e934d5d405d8815f452a
Enable Qualcomm codec 2.0 bufferqueue block-pool for
reducing 10% of power consumption on 1080p@30fps video playback
Test: Full video manual test
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This property controls if the user has to enter the PIN code manually
after disconnecting the phone from the car using the bluetooth SAP
profile. When SAP profile is used, it's equivalent as moving the SIM
card from the phone into the car, and thus the default behavior is to
request the PIN code from the user. Anyway, this is usually annoying for
the user, as he might not check the screen and suddenly becomes
unreachable.
Test: adb shell getprop | grep "sap_silent_pin"
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
Add system property to differentiate devices that support enablement of
dual SIM mode from those that don't, even if they have two or more SIM
cards.
Bug: 123537730
Test: Compilation, test application
Change-Id: I6b25b778fcac40b4f7d2faa1de11f3c84ac040eb
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>