Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8909789
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:31:22+00:00 2026-06-15T03:31:22+00:00

I use the normal routine to make a view on the widget clickable: Intent

  • 0

I use the normal routine to make a view on the widget clickable:

        Intent intent = new Intent(context, OnOff_screen.class);
        intent.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, widgetId); // Identifies the particular widget...
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
        // Make the pending intent unique...
        Uri data = Uri.withAppendedPath(
            Uri.parse(Intent.URI_INTENT_SCHEME + "://widget/id/"),
            String.valueOf(widgetId));
        intent.setData(data);

        PendingIntent pendIntent = PendingIntent.getActivity(context, 0,
            intent, PendingIntent.FLAG_UPDATE_CURRENT);

        //start the activity when clicking on the view
        views.setOnClickPendingIntent(R.id.tc_logo, pendIntent);

While this works on ALL mobile phones, only on Samsung Galaxy S3 the widget does not react to any clicks after about 20 min or so.

Right after the widget is installed everything is OK on the S3.

But just waiting for about 20 minutesor so the click on the view does not fire anymore – as if the view just looses the setOnClickPendingIntent.

Once the widget is installed again, everything works again – but looses the clickabilty again after about 20min.

This is only on Samsung Galaxy S3 – all other devices are OK.

ps I also found that some other widgets like the clock from Samsung itself just stopps and does not update anymore.

What is so SPECIAL on the S3 that destroys the widget functionality?

Many thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T03:31:24+00:00Added an answer on June 15, 2026 at 3:31 am

    …finally we found the reason for this problem to be a fault in Samsung’s Android implementation of the used version. Thanks to Samsung amazing support we could confirm this issue and Samsung promised to resolve this in the next updates!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the normal case I use vim's make utility I will set makeprg to
I have turned a normal PHP class into a library so I can use
How can I make use of parallel in Java? Or do I use normal
In order to use normal mapping in GLSL shaders, you need to know the
For the normal ajax request I use: strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) == 'xmlhttprequest' But this don't work
When shall i use malloc instead of normal array definition in C? I can't
I have normal sqlite database and want to use fts3. As mentioned in http://www.sqlite.org/fts3.html
Should I use php PDO or normal mysql_connect to execute database queries in PHP?
Im thinking about to use a DB for my logs instead of a normal
I use simpledialog in jquery mobile app. It works fine when running in normal

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.