Files
android_packages_apps_Updater/app/proguard.flags
oxmc 22652f5240 Fork from LineageOS Updater for PawletOS
- 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)
2026-06-04 04:36:20 -07:00

5 lines
135 B
Plaintext

# SPDX-FileCopyrightText: oxmc / PawletOS
# SPDX-License-Identifier: Apache-2.0
-keep class me.pawlet.updater.ui.FlingBehavior { *; }