Added POST_NOTIFICATIONS permission whether the dataChannel function can show a Toast to test in AndroidManifest

This commit is contained in:
2022-10-03 23:57:57 +08:00
parent a85128dee6
commit 630f98ed13

View File

@@ -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"