Open
Conversation
rbnj
reviewed
Nov 10, 2025
|
I will test it and squash it with cn translations,thank you! |
|
I will close the pr after i pushed commits.(the same in packages/apps/Settings) |
rbnj
pushed a commit
that referenced
this pull request
Dec 6, 2025
@ idoybh edits: Adapted to A11's settings backup [jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values Change-Id: I831583fde68de15788e3d7ecab55d864726d140f Commit message #2: base: check whether device is charging when alwaysOnChargingEnabled is called * Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in" Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Commit message #3: base: fix deadlock between activity manager and power manager * Using the battery manager intent to query plugged in status was the root cause of deadlock, so inside power manager, user mIsPowered and setting value instead of using the intent based power status Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> [jhonboy121]: adapted to A13 [ghostrider-reborn]: keep default behaviour in power manager Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 3, 2026
[VZW-Skylo] apply Idle Mode Scanning for Terrestrial Network Telephony Framework - base - Add, Modify APIs, Callback Bug: 374301122 Flag: EXEMPT bugfix Change-Id: I73bcd046ba990c938f26b6c9e13d6c659cafac68 Signed-off-by: jaeshin <js074.lee@samsung.corp-partner.google.com>
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 3, 2026
* changes: Build error fix [sat] Always show icon if Connected or On [Sat] Remove satellite-allowed polling mechanism in favor of callback [sat] Table log buffers Phase 4 Satellite build error fix Explicitly annotate system APIs in SatelliteManager with @Systemapi Add READ_BASIC_PHONE_STATE permission to Shell for CTS Implements satellite state change listener APIs Introduce satellite state change listener APIs Expose SatelliteManager as public manager class [Satellite] Changed start of satellite non-emergency mode in hdden menu to use intent instead of directly invoking satellite manager [satellite] Removed hardcoded package name Add notification when satellite availability changes [sat] add config for the opportunistic satellite icon [sat] add ktfmt formatting as its own CL [Satellite] Added default datagram value in default config. Google contribution item #12 - subitem Neoteric-OS#2, base [VZW-Skylo] apply Idle Mode Scanning for Terrestrial Network Implemented MT SMS polling Added resources for MT SMS polling (Can be removed when Google implement carrier configs for this feature) [satellite] Added onCarrierRoamingNtnAvailableServicesChanged callback [Satellite] Reading the datagram value from carrierConfig. Add deprovisionSatellite api Update API description for setDeviceAlignedWithSatellite()
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 3, 2026
@ idoybh edits: Adapted to A11's settings backup [jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values Change-Id: I831583fde68de15788e3d7ecab55d864726d140f Commit message Neoteric-OS#2: base: check whether device is charging when alwaysOnChargingEnabled is called * Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in" Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Commit message #3: base: fix deadlock between activity manager and power manager * Using the battery manager intent to query plugged in status was the root cause of deadlock, so inside power manager, user mIsPowered and setting value instead of using the intent based power status Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> [jhonboy121]: adapted to A13 [ghostrider-reborn]: keep default behaviour in power manager Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup [jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values Change-Id: I831583fde68de15788e3d7ecab55d864726d140f Commit message Neoteric-OS#2: base: check whether device is charging when alwaysOnChargingEnabled is called * Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in" Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Commit message #3: base: fix deadlock between activity manager and power manager * Using the battery manager intent to query plugged in status was the root cause of deadlock, so inside power manager, user mIsPowered and setting value instead of using the intent based power status Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> [jhonboy121]: adapted to A13 [ghostrider-reborn]: keep default behaviour in power manager Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup [jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values Change-Id: I831583fde68de15788e3d7ecab55d864726d140f Commit message Neoteric-OS#2: base: check whether device is charging when alwaysOnChargingEnabled is called * Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in" Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Commit message #3: base: fix deadlock between activity manager and power manager * Using the battery manager intent to query plugged in status was the root cause of deadlock, so inside power manager, user mIsPowered and setting value instead of using the intent based power status Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> [jhonboy121]: adapted to A13 [ghostrider-reborn]: keep default behaviour in power manager Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
awakened1712
pushed a commit
to neoteric-pp/android_frameworks_base
that referenced
this pull request
Feb 4, 2026
@ idoybh edits: Adapted to A11's settings backup [jhonboy121]: adapt to A12 changes in DozeParameters. Also in the og commit DOZE_ALWAYS_ON was being read from System namespace instead of Secure, fixed it here. Make use of SettingsProxy utlity classes for settings / getting values Change-Id: I831583fde68de15788e3d7ecab55d864726d140f Commit message Neoteric-OS#2: base: check whether device is charging when alwaysOnChargingEnabled is called * Using settings for this is quite redundant. And if you toggle aod on charge after plugging in then aod won't turn on unless you unplug and plug again (since DOZE_ON_CHARGE_NOW is set only if aod on charge is enabled and device is plugged in" Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Commit message #3: base: fix deadlock between activity manager and power manager * Using the battery manager intent to query plugged in status was the root cause of deadlock, so inside power manager, user mIsPowered and setting value instead of using the intent based power status Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> [jhonboy121]: adapted to A13 [ghostrider-reborn]: keep default behaviour in power manager Change-Id: Idebd1f0922b0db5a5349f551ca0ba9e0afc15678 Signed-off-by: jhonboy121 <alfredmathew05@gmail.com> Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-Authored-By: jhonboy121 <alfredmathew05@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.