- 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)
12 lines
352 B
XML
12 lines
352 B
XML
<?xml version='1.0' encoding='utf-8' standalone='yes' ?>
|
|
<!--
|
|
SPDX-FileCopyrightText: oxmc / PawletOS
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<exceptions>
|
|
<exception package="me.pawlet.updater">
|
|
<!-- Notifications -->
|
|
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
|
|
</exception>
|
|
</exceptions>
|