Skip to content

Commit

Permalink
test(aapt2) - add foregroundServiceType test (#3674)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Aug 20, 2024
1 parent cc86d20 commit 62ad27a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:appCategory="game" android:compileSdkVersion="23" android:compileSdkVersionCodename="6.0-2438415" package="brut.apktool.aapt1.testapp" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
<application android:label="Issue2799 &amp; B" android:enableOnBackInvokedCallback="true" android:isAccessibilityTool="false">
<service android:name=".MyAccessibilityService">
<service android:name=".MyAccessibilityService" android:foregroundServiceType="shortService">
<meta-data
android:name="android.accessibilityservice"
android:resource="@xml/accessibility_service_config" />
Expand Down

0 comments on commit 62ad27a

Please sign in to comment.