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
1
vote
0 answers

Error building an android project using Samsung S-Pen SDK using Proguard

I integrated SPen and Chord to my company's android game, and as a result when i try to build the app with obfuscation i'm getting the following error (warning - its a long one): Proguard returned with error code 1. See console Proguard Error 1…
1
vote
1 answer

Samsung Multiwindow Intent URI handling

I am trying to use the Samsung Multiwindow-SDK function within my application to open a PDF in Polaris office. I have the following code: if (file.exists()) { try{ Uri path2 =…
andy
  • 391
  • 13
  • 33
1
vote
1 answer

SPen convert image to text

I am trying to get started with the SPen SDK. Does the SDK provide any method to convert user's image into a text from SCanvasView ?
Ishwar
  • 175
  • 2
  • 13
0
votes
0 answers

How to edit default sort order of albums on Google messages

Android devs: when attaching an image to a text message on Samsung Zflip 4, how do I change default sort order? Is it possible to edit Google messages app settings to default to this A to Z sort setting? enter image description here enter image…
0
votes
0 answers

How to build an Android app that listens and reacts to gestures globally?

I recently bought Galaxy Tab S8 and noticed that it's builtin gesture controls are pretty terrible. I'd like to build my own system to react to two and three finger swipes to do things such as going back in the app and switch between apps no matter…
0
votes
1 answer

Samsung phone will not allow Audio Recording at lock screen

I have an application that uses the microphone to allow a user to interact with the device. I am able to user AudioRecord to get a recorder, and this works great. My issue is that if the Samsung device goes to sleep and locks, I can keep using this…
Brian S
  • 3,096
  • 37
  • 55
0
votes
0 answers

How to add a custom contacts repo to Android?

As an android user, I would like to develop an app that installs a local contacts repo that is in parallel with the Google and Samsung contact providers/repos. The reason is adding temporary contacts with a TTL. When looking for an apartment, I…
Mickey Perlstein
  • 2,508
  • 2
  • 30
  • 37
0
votes
1 answer

How to add Samsung Iap SDK to android Studio

Im an android developer, my experience in using android studio isn't very high. Im really stuck on how should I include/ import the Samsung In app purchase on my project. I have downloaded this SDK "SamsungInAppPurchaseSDK_v6.1" from the official…
0
votes
1 answer

turning on off samsung secure folder programmatically android java api

enter image description here Is it possible to turn on off (hide) the samsung secure folder through code in android java? Is there any Api or other way to do this function from another app? I want to create an android app that connects to internet…
0
votes
2 answers

Samsung Health : solving java.lang.IllegalArgumentException: heart_rate (READ) is invalid

what I want to do is developing an app that reads health data that collected by Samsung watch so I tried to use Samsung android health SDK . Moreover reading steps was very easy as there was a sample app doing the same thing . the issue appear when…
0
votes
1 answer

pen sdk SpenSurfaceView initiate androidruntime error

I'm trying to use the samsung spen sdk pen-v5.1.0_full.aar. The .aar file is put under /libs and added to the dependencies in build.gradle file. I can initiate the spen fine (from com.samsung.android.sdk.pen.Spen), I can also initiate a…
Lumi Wang
  • 73
  • 3
  • 10
0
votes
2 answers

Samsung SM A550W HTTPS ExtCertPathValidatorException with wrong date

My app runs on all devices and simulators Except Samsung SM-A500W. It just failed to update the database. The access to the database is through php scripts stored in a TLD secure domain (Access only through httpS). The failure is because it thinks…
user462990
  • 5,472
  • 3
  • 33
  • 35
0
votes
1 answer

Samsung Health Android SDK target SDK version

I'm developing an app which uses targetSdkVersion 27. We would like to integrate the Samsung Health Android SDK which has a targetSdkVersion support of 25. Can this be done without problems? Also the Play Store has a limit of min targetSDkVersion of…
breakline
  • 5,776
  • 8
  • 45
  • 84
0
votes
1 answer

How to get copy, paste, and cut in Samsung's Android SDK S-Pen Composer

So I'm making an app that uses Samsung's Pen SDK, the only problem is in their example, ComposerSample7_1_Composer, there is code for creating the context menus, private void createContextMenu(Menu menu) { final boolean editable =…
0
votes
1 answer

How to create a single purpose android app for samsung tabs

How can develop a single purpose android app for a Samsung tab which has android lollipop(5.0.2) running on it. Do I need to use any Samsung SDK or in the standard android framework itself provides some methods to achieve this? i.e., User cannot…
1 2 3
8 9