Skip to content

Commit

Permalink
Taskbar 6.2.2 (release 2)
Browse files Browse the repository at this point in the history
* Remove signature protection level from ENABLE_DISABLE_HOME permission
  • Loading branch information
farmerbb committed Nov 21, 2024
1 parent 86b7170 commit 24add56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/src/androidx86/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* HomeActivity is enabled by default
* Certain activities and receivers are not exposed
-->
<manifest android:versionCode="207"
<manifest android:versionCode="208"
android:versionName="6.2.2"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
Expand Down
4 changes: 2 additions & 2 deletions app/src/playstore/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<permission android:name="${applicationId}.SEND_RECEIVE_SETTINGS"
android:protectionLevel="signature" />

<permission android:name="${applicationId}.ENABLE_DISABLE_HOME"
android:protectionLevel="signature" />
<!-- Signature protection level removed for Bliss OS -->
<permission android:name="${applicationId}.ENABLE_DISABLE_HOME" />

<permission android:name="${applicationId}.ENABLE_DISABLE_FREEFORM"
android:protectionLevel="signature" />
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
allprojects {
ext {
// TODO keep version name and version code in sync with Android-x86 manifest
VERSION_CODE = 207
VERSION_NAME = "6.2.2"
VERSION_CODE = 208
VERSION_NAME = "6.2.2-r2"

MIN_SDK_VERSION = 21
COMPILE_SDK_VERSION = 34
Expand Down

0 comments on commit 24add56

Please sign in to comment.