- Rebrand to me.pawlet.updater package - Replace ro.lineage.* props with ro.pawlet.* equivalents - Use ro.product.device for device name lookup - Set server URL to https://updates.pawlet.me/api/v1/{device}/ - Bump compileSdk/targetSdk to 36 (Android 16) - Drop all locale translations (English-only for now) - Add NOTICE.txt crediting upstream LineageOS team - Remove old org.lineageos.updater.xml privapp files - UpdaterReceiver: add missing Utils import - Remove setPerformanceMode chain (UpdateEngine API removed in Android 16)
28 lines
1000 B
Plaintext
28 lines
1000 B
Plaintext
PawletOS Updater
|
|
================
|
|
|
|
This application is a fork of the LineageOS Updater app.
|
|
|
|
Upstream project : https://github.com/LineageOS/android_packages_apps_Updater
|
|
Upstream authors : The LineageOS Project and contributors
|
|
License : Apache License, Version 2.0
|
|
|
|
We are grateful to the LineageOS team and all contributors for building and
|
|
maintaining the original Updater application that this project is based on.
|
|
|
|
---
|
|
|
|
Copyright (C) 2025-2026 oxmc / PawletOS
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|