mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Added POST_NOTIFICATIONS permission whether the dataChannel function can show a Toast to test in AndroidManifest
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.highcapable.yukihookapi.demo_module">
|
package="com.highcapable.yukihookapi.demo_module">
|
||||||
|
|
||||||
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||||
|
|
||||||
<application
|
<application
|
||||||
android:name=".application.DemoApplication"
|
android:name=".application.DemoApplication"
|
||||||
android:allowBackup="true"
|
android:allowBackup="true"
|
||||||
|
Reference in New Issue
Block a user