Loading AndroidManifest.xml +10 −1 Original line number Diff line number Diff line <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lineageos.updater" android:versionCode="1"> android:versionCode="3" android:versionName="8"> <!-- We've reduced versionName because of an issue with Apps which is using VersionName instead of VersionCode for system apps and is using it in a reverted way, meaning that a system app needs to have a lower version than the previously installed to be updated. This will be fixed later --> <uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> Loading Loading
AndroidManifest.xml +10 −1 Original line number Diff line number Diff line <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.lineageos.updater" android:versionCode="1"> android:versionCode="3" android:versionName="8"> <!-- We've reduced versionName because of an issue with Apps which is using VersionName instead of VersionCode for system apps and is using it in a reverted way, meaning that a system app needs to have a lower version than the previously installed to be updated. This will be fixed later --> <uses-permission android:name="android.permission.ACCESS_CACHE_FILESYSTEM" /> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> Loading