line-sdk-android icon indicating copy to clipboard operation
line-sdk-android copied to clipboard

LINE SDK for Android lets you integrate LINE into your Android app to create a more engaging experience for your users.

Results 32 line-sdk-android issues
Sort by recently updated
recently updated
newest added

Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW dat=https://access.line.me/... cmp=com.mxtech.videoplayer.ad/com.mxtech.videoplayer.ActivityWebBrowser (has extras) } from ProcessRecord{471705a 31272:chat.meme.inke/u0a244} (pid=31272, uid=10244) not exported from uid 10225 at android.os.Parcel.createExceptionOrNull(Parcel.java:2373) at android.os.Parcel.createException(Parcel.java:2357) at android.os.Parcel.readException(Parcel.java:2340)...

hi i want to ask Where is the sdk .aar file? Or how to import line sdk into my own project, I followed the documentation teaching without success. gratitude

## Is it a security issue? Not ## What did you do? Use the LINE SDK For Android,Test login, showing error:LineApiError{httpResponseCode=-1, message='Illegal parameter value of 'state'.', errorCode='NOT_DEFINED' ## Your environment?...

## Is it a security issue? No ## What did you do? I'm trying to build the starter app mentioned at [Try the starter app](https://github.com/line/line-sdk-android#try-the-starter-app) But have trouble on generating...

## Is it a security issue? If you believe you have discovered a vulnerability or have an issue related to security, please send us a mail to [email protected] instead of...

## Summary From Android 11, the query `context.getPackageManager().queryIntentActivities()` may return empty list if the query is not set in AndroidManifest.xml.

If I write a later version of line sdk, gradle is downloading pom file forever. Also you can see here https://mvnrepository.com/artifact/com.linecorp/linesdk that the last version available is 5.3.1

I use version 5.6.0 in my gradle build,but I got an build error like below. ` Could not determine the dependencies of task ':rsdk_line:compileDebugAidl'. > Could not resolve all task...

main error msg: “Landroid/view/View$OnClickListener; to set up parameter 1 for com/linecorp/linesdk” just the same as "https://github.com/line/line-sdk-android/issues/7" I successfully build my.aar that use linesdk-5.0.1.aar,but when i use my.aar to build my...