Questions tagged [samsung-touchwiz]

Front-end touch interface which provides rich UI functionality on Samsung smartphones

36 questions
2
votes
2 answers

BigContentView in android notification (4.1 +) in samsung tablet

I am using big-contentview for notification message using remoteViews. That big content view shows good in nexus 7 but in Samsung 10" tablet showing like collapsed layout. And other application like Google play music shows only collapsed…
2
votes
0 answers

How to get error logs from samsung remote tabs

My android app is working fine on other mobiles, however it crashes on samsung devices. I can not manage a samsung device, so i downloaded the virtual device from samsung remote test lab. My app crashes, but I don't know how to get the log cat…
Sham
  • 414
  • 2
  • 6
  • 14
1
vote
1 answer

Android | disable multi window touchwiz samsung programmatically

I actually develop a launcher application and I need to disable the long pressure of the multi task button from Samsung touch-wiz After searching some tips, I find this apps who can disable this functionality…
1
vote
0 answers

What purpose does badge_count_class_name have? Documentation?

I have this code below to set a badge count on my application icon. The code has copied from Stack Overflow. The intent uses a parameter badge_count_class_name. Given the package name is already passed as a parameter the system could already find…
René Heuven
  • 197
  • 16
1
vote
0 answers

Memory leak when using Samsung's S Pen

When touching an S Pen on a view which finishes the current activity, a static View field called mLastHoveredView leaks a reference to the view and therefore to its activity context and anything else associated with it. I'm using a Samsung Galaxy…
Tom
  • 6,946
  • 2
  • 47
  • 63
1
vote
0 answers

Android expandablelistview textIsSelectable is true for ListView text and how to pass control/focus

In CustomExpandable ListView i need to enable ClipBoard functionality for TextView which is part Child Item so, i used TextIsSelectable(true), it is working fine in lollipop but, in Kitkat when we longPress on 1st TextView clipboard functionality…
1
vote
0 answers

Touchwiz relaunches application instead of resuming them

I noticed a strange issue with my app on a Galaxy S4 LTE updated to Android 4.4.2. If i go back to the launcher with the home button and try to reopen my application from the launcher menu, it restarts from the main activity instead of resuming from…
Cusy
  • 233
  • 1
  • 3
  • 11
1
vote
2 answers

How to tell if a device is using TouchWiz programmatically

I need to check from within my code whether the device I am using has TouchWiz enabled. I tried using if(android.os.Build.MANUFACTURER.equals(MANUFACTURER_SAMSUNG)) But it turns out some devices are made by Samsung and don't use TouchWiz. How can I…
hellowill89
  • 1,538
  • 2
  • 15
  • 26
1
vote
0 answers

Giving hexagonal shape to custom view

I had the same problem than Williams in this post, and the solution provided by SceLus worked very well ! However, i'm facing another problem : the shape works correctly on my devices (Nexus 5 and 7 on 4.4.4), but when I test it on a Galaxy Tab 3…
Paulo
  • 11
  • 2
1
vote
1 answer

Get amount of screen home in Android except the offsetChange function

I know about offsetChange function, but it doesn't work on such devices as Galaxy S4. I think it happens because of TouchWiz wrapper. So I need to find out another way to determine count of home screens. Any help will be appreciated!
Nolesh
  • 6,848
  • 12
  • 75
  • 112
1
vote
1 answer

How android ROMS based on TouchWiz work if TouchWiz source code is not available as opensource?

Source code of samsung-touchwiz is not available to public to download and use. But there are custom roms which have touchwiz UI available .How do touch-wiz based roms like Salman rom work without having samsung touch-wiz code?
Bunny Rabbit
  • 8,213
  • 16
  • 66
  • 106
0
votes
0 answers

Can I disable Android/TouchWiz zooming my app's contents when system zoom is on?

TouchWiz has a setting called Screen Zoom with 3 levels - Small, Medium and Large - which changes the text (and possibly other?) sizes across Android. OxygenOS from OnePlus has a Display Size setting that can be used to achieve the same effect. Is…
0
votes
1 answer

TouchWiz Crash after install

My application(min api level 15) makes TouchWiz homescreen crash (testing on api level 22 android sm-j200f). I think it is because of my drawable resources and dp's but I don't know how to solve it. Any help?
keser
  • 2,472
  • 1
  • 12
  • 38
0
votes
1 answer

Android samsung custom notification heads up view

When notifications from some applications are displaying on Samsung S8 Touchwiz there is a custom view with nice animation and ellipsized text. For example message notifications in Telegram. Any ideas how to make my notification work like this on…
0
votes
1 answer

TouchWiz not support scroll/swipe using Android Accessibility

How to make scroll/swipe with TouchWiz using Android Accessibility. Note that common way not works because TouchWiz not support AccessibilityAction.ACTION_SCROLL_FORWARD and AccessibilityAction.ACTION_SCROLL_BACKWARD Any ideas?
ihrupin
  • 6,932
  • 2
  • 31
  • 47