Questions tagged [samsung-mobile-sdk]

Samsung Mobile SDK allows developers create applications for Samsung mobile devices.

Samsung GALAXY SDK consists of 17 SDKs (as of April 2015):

  • Accessory
  • Camera
  • Chord
  • Gesture
  • Image Filter
  • Look
  • Media Control
  • Motion
  • MultiWindow
  • My Theme
  • Pass
  • Pen
  • Professional Audio
  • Remote Sensor
  • Rich Notification
  • Sensor Extension
  • Visual View

Developers can develop application with one or more SDKs as application functionality. SDK contents including jar/so files, related documents, and sample applications enable to develop applications for Samsung mobile devices. The SDK provides an emulator to help developers test their application efficiently.

134 questions
22
votes
4 answers

Convert the android app in Google Play for Samsung Store

Recently (After July 1st), I have a new app in Google play. But I came to know that from July 1st onwards Samsung is not going to accept the App which are not using the Samsung SDK. Question Though I do not need any special features in the Samsung…
iappmaker
  • 2,945
  • 9
  • 35
  • 76
17
votes
1 answer

Samsung Multiwindow crash

I have an app on the play store which supports Samsung's multiwindow mode, before the 4.4.2 version of the Samsung ROM, everything was fine, however, I noticed that the crash reports started to rise as the OS version is pushed to devices. I cannot…
14
votes
3 answers

Proximity sensor on Galaxy S4 (Air Gestures)

The new Samsung Galaxy S4 have and interesting new type of gestures called "Air Gesture" that use an infrared sensor to process users hand movement in front of the screen, adding a "pre-touch"/"proximity" event, in which the fingers are detected…
Nifhel
  • 2,013
  • 2
  • 26
  • 39
12
votes
3 answers

Which Samsung devices do not support android's native fingerprint API?

I'm assuming that no phones with OS before marshmallow support the fingerprint API. My questions are: (a) Do all/any Samsung phones released with marshmallow support android fingerprint API (b) Does any Samsung phones whose OS is upgraded to…
7
votes
1 answer

Android app can't submit on Samsung Galaxy Apps (how to include Samsung SDK?)

The Samsung Galaxy Apps store is not accepting my app for submission. There is a category section where there are two fields for selecting a category, I have set the both to Main Category but when I submit it states that I still need to select a…
6
votes
2 answers

How to get the list of installed Browser Apps in an Android 7.0 running devices programmatically?

Before Android 7.0 I was able to retrieve the list of installed browser type applications and it's package name. Then, I upgrade to Android 7.0 and I am only able to retrieve Samsung's Internet browser, but not the other browser type applications…
6
votes
0 answers

Samsung Pass (fingerprint) SDK - cannot use password as fallback on Galaxy 6 devices

I use the Samsung Pass SDK (1.20) in order to authenticate users that have a Samsung Android device with a fingerprint scanner. I am required to enable the user to enter his/her password as an alternative to fingerprint scanning (same as in the…
FunkSoulBrother
  • 2,057
  • 18
  • 27
6
votes
2 answers

Browser cannot be initialized error when request for a certificate with tizen-sdk

When I try to request for a new certificate with tizen-sdk 2.4.0_Rev5 in Register Certificate, I get the following error Browser cannot be initialized. I changed the path to chrome in Preferences->Tizen SDK->Web->Chrome to fit my actual path, and it…
6
votes
1 answer

How to use Samsung OAuth login on Android Device?

I am interested in adding an OAuth 2.0 login for Samsung Accounts on the Android device, but I can't seem to find any documentation on this. Could you please share any APIs, documentation on how to achieve this for Samsung Accounts?
code
  • 5,294
  • 16
  • 62
  • 113
5
votes
2 answers

Disable multi window feature programmatically

I am trying to disable multi window feature of android. I have read the android documentation and know that resizeableActivity would only work for android N (API level 24) but I want to disable it on lower level android APIs. As Samsung devices…
5
votes
3 answers

Proguard issue with SAAgent(Samsung Accessory) java.lang.NoSuchMethodException: []

I am trying to use proguard with my android app and am using the samsung accesory sdk which keeps giving be trouble. No matter what I try in the proguard configuration I can't seem to get past this runtime exception: 07-21 13:44:12.851:…
4
votes
1 answer

ADB is not recognizing Samsung S21 when connected with USB

When I connect the S21, it only shows information that it is charging, but no prompt for accepting the computer etc. I am using Ubuntu. USB debugging is active, and ADB is installed. Tried two different computers and two cables. lsusb does not show…
mattiaseggen
  • 65
  • 1
  • 5
4
votes
1 answer

Samsung Storage Cloud API

This might a be a broad question or a wrong place, but has anybody dealt with any api's from Samsung? My interest is with Samsung Cloud api which would potential allow me to gain information on files which are stored on users account? Thanks in…
Vilius
  • 976
  • 2
  • 12
  • 25
4
votes
1 answer

Samsung pass sdk change standby text in fingerprint dialog

I'm using pass sdk v1.2.1, according to programming guide there is a method to change the standby text showing in the fingerprint dialog. The guide say that you have to check if the feature Spass.DEVICE_FINGERPRINT_AVAILABLE_PASSWORD is enable to…
4
votes
1 answer

How to turn off the capacitive buttons light on Samsung devices programmatically?

I need to turn off the capacitive buttons light in my app. I found this popular implementation Settings.System.putInt(getContentResolver(), "button_key_light", 0); Sadly, I get this exception on more recent Samsung devices …
1
2 3
8 9