Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_packages_apps_Updater
Commits
f09e8f83
Commit
f09e8f83
authored
Feb 25, 2021
by
Romain Hunault
Browse files
Merge branch 'update-version-number' into 'v1-q'
Ugrade versionCode because of GS290 ota issue See merge request
!31
parents
d0996573
a2a14fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
AndroidManifest.xml
View file @
f09e8f83
<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"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment