Multiverse app Active Member Licensed User Longtime User May 25, 2017 #1 I want to change the long press home button icon: I searched many forums (https://stackoverflow.com/questions...-app-logo-on-drag-from-navbar-like-google-now) all have the same solution of modifying the manifest. My manifest: B4X: 'For launching the app on long pressing home button AddActivityText(main, <intent-filter> <action android:name="android.intent.action.ASSIST" /> <meta-data android:name="com.android.systemui.action_assist_icon" android:resource="@drawable/ic_action_assist" /> <category android:name="android.intent.category.DEFAULT" > </category> </intent-filter>) Sadly, it didn't work. Where am i wrong?
I want to change the long press home button icon: I searched many forums (https://stackoverflow.com/questions...-app-logo-on-drag-from-navbar-like-google-now) all have the same solution of modifying the manifest. My manifest: B4X: 'For launching the app on long pressing home button AddActivityText(main, <intent-filter> <action android:name="android.intent.action.ASSIST" /> <meta-data android:name="com.android.systemui.action_assist_icon" android:resource="@drawable/ic_action_assist" /> <category android:name="android.intent.category.DEFAULT" > </category> </intent-filter>) Sadly, it didn't work. Where am i wrong?
R ronell Well-Known Member Licensed User Longtime User May 25, 2017 #2 i dont think thats possible Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 25, 2017 #3 You have added it correctly. This intent is no longer working. https://stackoverflow.com/questions/33422213/action-assist-intent-on-marshmallow-android-6-0 Upvote 0
You have added it correctly. This intent is no longer working. https://stackoverflow.com/questions/33422213/action-assist-intent-on-marshmallow-android-6-0