Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 863b1b3

Browse files
committed
FOREGROUND_SERVICE_SPECIAL_USE 권한 삭제
1 parent 45c48c9 commit 863b1b3

6 files changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
applicationId "com.minsoo.ultranavbar"
1212
minSdk 31 // Android 12
1313
targetSdk 35
14-
versionCode 10
14+
versionCode 11
1515
versionName "0.2.5"
1616
}
1717

app/release/app-release.aab

4.48 MB
Binary file not shown.

app/release/app-release.apk

-28 Bytes
Binary file not shown.

app/release/output-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"type": "SINGLE",
1212
"filters": [],
1313
"attributes": [],
14-
"versionCode": 10,
14+
"versionCode": 11,
1515
"versionName": "0.2.5",
1616
"outputFile": "app-release.apk"
1717
}

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
66
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
7-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
87
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:ignore="QueryAllPackagesPermission" />
98
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
109
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
10.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)