- Oct 27, 2021
-
-
Treehugger Robot authored
-
Dave McCloskey authored
-
Hao Ke authored
-
Alan Hurney authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Chalard Jean authored
-
Hui Wang authored
-
Treehugger Robot authored
-
- Oct 26, 2021
-
-
Hui Wang authored
When the default sub id becomes invalid in some cases, like sim lost, all the listeners may receive the events on default phone. This may cause some noise to the listeners. So we update the idMatch logic to match phone id in this case. Bug: 187743938 Test: atest CtsTelephonyTestCases:TelephonyRegistryManagerTest Test: atest FrameworksTelephonyTests:TelephonyRegistryTest Test: manual Change-Id: I2705cbc6a5cdcbf0046ed29e29ee674d5d44e857
-
Lajos Molnar authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Alan Hurney authored
Constellation (go/c11n) use SCs in many countries to send MO SMS from all android devices to verify a subscribers phone number whereby they consent to such a process during device setup. These SCs are procured from carriers and partners alike and unfortunately some SCs fall under the premium SMS blocking therefore must be allowed for the Google C11n service. These specific ShortCodes are Free To End User (FTEU) which means that Google pays for the SMS as part of the C11n service and the Subscribers pays nothing. BUG: 202833185 TEST: ShortCodes are tested in EG and NG by the GTP SMS Ops team and are working towards Google Change-Id: Iacc3abec43c00cb087319a2fa7819e7567785356 Signed-off-by:
Alan Hurney <alahurn@google.com>
-
Etienne Ruffieux authored
Tag: #feature Test: Manual Bug: 204179568 Change-Id: Ibea9f98eb25447e7ca3a07310615d14caf2c8aa1
-
Treehugger Robot authored
-
eric_kuang.rs authored
Test: manual test with AVR after STR (suspend to RAM) Bug: 186084437 Change-Id: I7d9a7d18a2284cfeae6613c13a22e4a0e411b0ce
-
Anton Hansson authored
-
Anton Hansson authored
This reverts commit 48639319. Reason for revert: broke the build due to missing wifi change Change-Id: I9610a92c1b19aeb0ddab68d10f2abf2f9ed3a205
-
Anton Hansson authored
-
Aaron Huang authored
-
Treehugger Robot authored
-
Chalard Jean authored
On the plus side, this is no longer used and can be removed. On the minus side, the bug it used to solve is back : b/202978965 Still this should be removed. Test: build Change-Id: I32f5b38539864ce2846793863cc20e245823e3c7
-
Aaron Huang authored
NET_CAPABILITY_TEMPORARILY_NOT_METERED is a capability indicates networks are generally metered, but are currently unmetered. NetworkIdentity currently did not consider it which will cause Settings shows high data usage. To exclude unmetered 5g from the metered usage, NetworkIdentity should consider a network with NET_CAPABILITY_TEMPORARILY_NOT_METERED capabilities as not metered. Bug: 183776809 Test: FrameworksNetTests:NetworkIdentityTest Change-Id: Iadbc082b52f16708207e8aecf0904356bc0898ab
-
Aaron Huang authored
-
Aaron Huang authored
-
- Oct 25, 2021
-
-
Treehugger Robot authored
-
Etienne Ruffieux authored
This reverts commit e8f2077f. Reason for revert: Introducing regression for gms core Test: None Change-Id: I644b10c1869c12e1622300de43bfbdb57fb583d8
-
Ytai Ben-tsvi authored
-
Nathan Harold authored
-
Treehugger Robot authored
-
Daniel Norman authored
APEXes can already contain RRO APKs by using the 'rro' apex Soong module field. However, these RROs were not being loaded properly by Zygote or PackageManagerService. For all RROs inside APEXes, the RRO uses the same overlay config that is used for other RROs on the APEX's preinstalled partition. For RROs targeting 'android', which are installed by Zygote using AssetManager: 1. OverlayConfig looks for active APEXes in the apex-info-list file, which is already accessible to Zygote. 2. OverlayConfig passes the APEX module names to OverlayConfigParser, for each preinstalled-partition. 3. OverlayConfigParser uses OverlayScanner to scan the each /apex/<APEX>/overlay directory. For other RROs: 1. PackageManagerService already parses and provides RROs inside APEXes to OverlayConfig. 2. RROs inside APEXes used to have no config rule applied because their path prefix (/apex/) did not match any partition rule. Now, their preinstalled path is used instead. Bug: 199200417 Test: Define a static RRO targeting 'android' inside a /vendor APEX. Define a static RRO for settings provider inside a /vendor APEX. Observe APEXes are enabled by default. Test: Make a change to an RRO inside a /vendor APEX. m <apex>; adb install <apex artifact>; adb reboot; Observe change has taken effect. Change-Id: I2bce9bc704789329b8c6aac6d476f17ff6718e0f Merged-In: I2bce9bc704789329b8c6aac6d476f17ff6718e0f
-
Oscar Shu authored
* changes: Adding wifi nearby permission to DefaultPermissionGrantPolicy Add new wifi nearby devices app-ops New runtime permission NEARBY_WIFI_DEVICES
-
Rambo Wang authored
-
Ytai Ben-Tsvi authored
fileDescriptorToHidlMemory() does not take ownership of the FileDescriptor, so no need to dup it. Test: Manual verification of soundtrigger use-cases Bug: 202424221 Change-Id: I43ab5c25f5b3abdec236c0a78a03a197ad2d0da2 Merged-In: I43ab5c25f5b3abdec236c0a78a03a197ad2d0da2
-
Treehugger Robot authored
-
Etienne Ruffieux authored
Added maskedEquals method to BluetoothLeUtils to prevent hidden API usage. Tag: #feature bug: 200200870 Test: Manual Change-Id: I7517cfef0b9e058e36d8d325f4a5ec653b1f804b
-
Treehugger Robot authored
-
Michael Groover authored
-