File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments