-
-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Err when trying "Pin to Homescreen" #2108
Comments
Same problem on my Pixel 6a.
Phone message:
|
Possible duplicate of #2091; this might have the same underlying root cause. But I'm not sure.
@ipanmeri this appears to be a different bug - please search for duplicates and then report it in a separate issue. |
Hi AJ,
sorry, I am no developer, just a simple user.
#2091 is about widget, my issue is about pinning items within note app. So, yes, it is a different bug, that's why I opened the issue.
I have searched for duplicates, but found nothing similar, maybe I don't understand how to search thoroughly. Thus I created the issue as new.
So I don't know what I am supposed to do now. Looks like I am missing something.
If you think this issue is a bug: thank you for looking into it.
If not: I cannot do anything about it and will live with it.
Besides: I have two items pinned already but I cannot unpin them.
Thank you for your patience.
Kind regards
On Sat, Apr 13, 2024, 12:57 AM AJ Jordan ***@***.***> wrote:
Possible duplicate of #2091; this might have the same underlying root cause. But I'm not sure.
From the main screen, list of notes with star in front of it, I can press star (to pin it), see a sync symbol for an instant, but star remains grey, does not toggle to yellow (= pinned).
@ipanmeri this appears to be a different bug - please search for duplicates and then report it in a separate issue.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
[
{
***@***.***": "http://schema.org",
***@***.***": "EmailMessage",
"potentialAction": {
***@***.***": "ViewAction",
"target": "#2108 (comment)",
"url": "#2108 (comment)",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
***@***.***": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I have the same problem, not being able to pin a note to my home screen. It used to work. I get this message:
|
Hi,
just updated Nextcloud Hub7 to 28.0.4
Notes app is 4.9.4
Open a note, from menu trying to "pin to homescreen" of that note I get an error (see below).
From the main screen, list of notes with star in front of it, I can press star (to pin it), see a sync symbol for an instant, but star remains grey, does not toggle to yellow (= pinned).
Thanks
`App Version: 4.2.0
App Version Code: 40020090
App Flavor: fdroid
Files App Version Code: 30280190 (PROD)
OS Version: 4.19.306-perf(24505020)
OS API Level: 34
Device: rhode
Manufacturer: motorola
Model (and Product): moto g52 (rhode_g)
java.lang.IllegalArgumentException: it.niedermann.owncloud.notes: Targeting U+ (version 34 and above) disallows creating or retrieving a PendingIntent with FLAG_MUTABLE, an implicit Intent within and without FLAG_NO_CREATE and FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT for security reasons. To retrieve an already existing PendingIntent, use FLAG_NO_CREATE, however, to create a new PendingIntent with an implicit Intent use FLAG_IMMUTABLE.
at android.os.Parcel.createExceptionOrNull(Parcel.java:3186)
at android.os.Parcel.createException(Parcel.java:3166)
at android.os.Parcel.readException(Parcel.java:3149)
at android.os.Parcel.readException(Parcel.java:3091)
at android.app.IActivityManager$Stub$Proxy.getIntentSenderWithFeature(IActivityManager.java:6668)
at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:757)
at android.app.PendingIntent.getBroadcast(PendingIntent.java:740)
at it.niedermann.owncloud.notes.edit.BaseNoteFragment.onOptionsItemSelected(BaseNoteFragment.java:257)
at androidx.fragment.app.Fragment.performOptionsItemSelected(Fragment.java:3284)
at androidx.fragment.app.FragmentManager.dispatchOptionsItemSelected(FragmentManager.java:3168)
at androidx.fragment.app.FragmentManager$2.onMenuItemSelected(FragmentManager.java:503)
at androidx.core.view.MenuHostHelper.onMenuItemSelected(MenuHostHelper.java:107)
at androidx.activity.ComponentActivity.onMenuItemSelected(ComponentActivity.java:532)
at androidx.fragment.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:264)
at androidx.appcompat.app.AppCompatActivity.onMenuItemSelected(AppCompatActivity.java:269)
at androidx.appcompat.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:110)
at androidx.appcompat.app.ToolbarActionBar$2.onMenuItemClick(ToolbarActionBar.java:66)
at androidx.appcompat.widget.Toolbar$1.onMenuItemClick(Toolbar.java:225)
at androidx.appcompat.widget.ActionMenuView$MenuBuilderCallback.onMenuItemSelected(ActionMenuView.java:781)
at androidx.appcompat.view.menu.MenuBuilder.dispatchMenuItemSelected(MenuBuilder.java:836)
at androidx.appcompat.view.menu.MenuItemImpl.invoke(MenuItemImpl.java:159)
at androidx.appcompat.view.menu.MenuBuilder.performItemAction(MenuBuilder.java:987)
at androidx.appcompat.view.menu.MenuPopup.onItemClick(MenuPopup.java:128)
at android.widget.AdapterView.performItemClick(AdapterView.java:330)
at android.widget.AbsListView.performItemClick(AbsListView.java:1271)
at android.widget.AbsListView$PerformClick.run(AbsListView.java:3284)
at android.widget.AbsListView$3.run(AbsListView.java:4250)
at android.os.Handler.handleCallback(Handler.java:959)
at android.os.Handler.dispatchMessage(Handler.java:100)
at android.os.Looper.loopOnce(Looper.java:232)
at android.os.Looper.loop(Looper.java:317)
at android.app.ActivityThread.main(ActivityThread.java:8501)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: android.os.RemoteException: Remote stack trace:
at com.android.server.am.ActivityManagerService.getIntentSenderWithFeatureAsApp(ActivityManagerService.java:5399)
at com.android.server.am.ActivityManagerService.getIntentSenderWithFeature(ActivityManagerService.java:5342)
at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:3296)
at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2798)
at android.os.Binder.execTransactInternal(Binder.java:1496)
The text was updated successfully, but these errors were encountered: