Skip to content

Commit b49d374

Browse files
committed
feat: launch as digital assistant
fix #341
1 parent 3180d8a commit b49d374

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@
4545
android:launchMode="singleTask">
4646
<intent-filter>
4747
<action android:name="android.intent.action.MAIN"/>
48-
4948
<category android:name="android.intent.category.LAUNCHER"/>
5049
</intent-filter>
5150
<intent-filter>
51+
<action android:name="android.intent.action.ASSIST"/>
5252
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
53+
54+
<category android:name="android.intent.category.DEFAULT"/>
5355
</intent-filter>
5456
</activity>
5557
<activity
@@ -76,24 +78,24 @@
7678
</intent-filter>
7779

7880
<intent-filter>
79-
<action android:name="android.intent.action.VIEW" />
80-
<category android:name="android.intent.category.DEFAULT" />
81+
<action android:name="android.intent.action.VIEW"/>
82+
<category android:name="android.intent.category.DEFAULT"/>
8183
<data android:scheme="hail"/>
8284
</intent-filter>
8385
</activity>
8486

8587
<meta-data
86-
android:name="xposedmodule"
87-
android:value="true" />
88+
android:name="xposedmodule"
89+
android:value="true"/>
8890
<meta-data
89-
android:name="xposeddescription"
90-
android:value="@string/xposed_description" />
91+
android:name="xposeddescription"
92+
android:value="@string/xposed_description"/>
9193
<meta-data
92-
android:name="xposedminversion"
93-
android:value="53" />
94+
android:name="xposedminversion"
95+
android:value="53"/>
9496
<meta-data
95-
android:name="xposedscope"
96-
android:resource="@array/xposed_scope" />
97+
android:name="xposedscope"
98+
android:resource="@array/xposed_scope"/>
9799

98100
<provider
99101
android:name="rikka.shizuku.ShizukuProvider"

0 commit comments

Comments
 (0)