Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 61b941a7 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Make change and version bump to r_aml_300802900 for mainline module file:...

Make change and version bump to r_aml_300802900 for mainline module file: packages/Tethering/apex/manifest.json

Change-Id: Iff018565791817468a1103fbaee0ba638b89fb65
parents 1ece7068 79152314
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.extservices",
  "version": 300802800
  "version": 300802900
}
+4 −3
Original line number Diff line number Diff line
@@ -463,9 +463,6 @@ public class AppStandbyController implements AppStandbyInternal {
                userFileExists = mAppIdleHistory.userFileExists(UserHandle.USER_SYSTEM);
            }

            // Offload to handler thread to avoid boottime impact.
            mHandler.post(this::loadHeadlessSystemAppCache);

            if (mPendingInitializeDefaults || !userFileExists) {
                initializeDefaultsForSystemApps(UserHandle.USER_SYSTEM);
            }
@@ -475,6 +472,10 @@ public class AppStandbyController implements AppStandbyInternal {
            }
        } else if (phase == PHASE_BOOT_COMPLETED) {
            setChargingState(mInjector.isCharging());

            // Offload to handler thread after boot completed to avoid boot time impact. This means
            // that headless system apps may be put in a lower bucket until boot has completed.
            mHandler.post(this::loadHeadlessSystemAppCache);
        }
    }

+1 −0
Original line number Diff line number Diff line
@@ -1227,6 +1227,7 @@ public final class MediaParser {
            throw new ParsingException(e);
        }
        if (result == Extractor.RESULT_END_OF_INPUT) {
            mExtractorInput = null;
            return false;
        }
        if (result == Extractor.RESULT_SEEK) {
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.permission",
  "version": 300802800
  "version": 300802900
}
+1 −1
Original line number Diff line number Diff line
{
  "name": "com.android.os.statsd",
  "version": 300802800
  "version": 300802900
}
Loading