514 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
80
views
How to remove Company Portal user accounts using AccountManager programmatically?
I am writing instrumented tests for Android app. The app allows users to sign in using SSO with Intune MAM SDK, and this leads to work accounts being created. You can look them up in settings on the ...
0
votes
1
answer
939
views
Android get logged in email name programmatically. Android AccountManager not working
I have to fetch logged in email. I am trying to fetch using AccountManager. Here is my code
private void getEmails() {
Pattern emailPattern = Patterns.EMAIL_ADDRESS;
// Getting all ...
1
vote
1
answer
697
views
How to get email which was first given to a android phone?
I am making a android app where I need primary email which was given at time when phone was booted first time.
After digging up people said that is not possible instead go for first email that will be ...
3
votes
1
answer
363
views
What happens to Sharedpreferences/AndroidKeyStore/AccountManager when user choose to copy apps and data from your old device
When a user grabs a new phone, and has an existing phone and wishes to migrate apps and data to the new phone. What exactly happens with the SharedPreferences/AndroidKeyStore/AndroidAccountManager?
IE,...
1
vote
0
answers
52
views
Rename Account Exception from Account Manager
I would like to ask about renaming account from the account manager. Is there someone who knows how it works when something goes wrong (exceptions and etc)? There is nothing in android documentation ...
1
vote
1
answer
675
views
Android Account Manager not detecting package type
I have an Android SDK and I want to use Account Manager to centralise my accounts. The SDK will create an account if the device is registered the first time, if not, it will reuse the same account ...
3
votes
1
answer
358
views
Account manager and signing key update through Google App Sign
My goal is to share user credentials between my apps using AccountManager. To do this I need to ensure that signatures of both apps is the same. The problem is that these 2 applications have different ...
1
vote
1
answer
725
views
Netsuite Manage Intercompany sales order is not working
I need help with intercompany transaction.
I have Subsidiary structure as per below
Parent
Subsi L1 A
Subsi L2 A
Subsi L3 A
Subsi L3 B
Subsi L3 C
Subsi L2 B
Now, I need to generate intercompany ...
0
votes
3
answers
451
views
How to remeber users without sign up in android?
Im working on a project where a user isn ́t forced to sign up a account.
My plan is that a user could do anything like a user that is registered except for a few exceptions.
I implement a like function ...
0
votes
0
answers
1k
views
Android Custom Account: SecurityException: Permission Denial: starting Intent
I'm developing in Android some apps that will share autentication and auth tokens received from an auth-server.
I would like to use a android custom account as suggested here:
https://developer....
0
votes
1
answer
84
views
Android Account Transfer API: Where to get transferData for AccountTransferClient.sendData(accountType, transferData)?
Im trying to implement the Android Account Transfer API which basically lets you transfer accounts for your app from an old phone to a new phone so the user won't have to login again when they use ...
4
votes
2
answers
2k
views
How to get Android to store app data in user's Google account so it is restored on-install on new devices
We're implementing a loginless system on our web, iOS, and Android app that allows the user to have a persistent identity without requiring any sign-up/sign-in flows whatsoever.
A key part of ...
1
vote
0
answers
134
views
calling AccountManager#getAuthTokenByFeatures from multiple WorkerThreads at the same time
Background
I am using AccountManager with a custom account type. In the beginning the App starts the user LogInActivity and a token recieved by the server is stored within the account. The tokens are ...
2
votes
3
answers
2k
views
How get account list in android?
I want get account list in Android 8.1. I make:
Add permition in manifect:
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>
Request permition from user.
Check ...
0
votes
1
answer
259
views
Android Account Type for Microsoft Exchange Active Sync
I have an issue that I have an account type on a phone, and I do not know the string that represents it. e.g com.google for gmail etc
I think the account type may be Microsoft Exchange Active Sync. ...