Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8887493
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T21:49:21+00:00 2026-06-14T21:49:21+00:00

I want to be able to automatically enter information into the create account form

  • 0

I want to be able to automatically enter information into the create account form and suggest possibilities based on information the user has already entered into the device, like their name, email address, phone number. I need an approach that is compatible with back to API level 8.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T21:49:22+00:00Added an answer on June 14, 2026 at 9:49 pm

    I found Roman Nurik’s answer to a pretty similar answer, and mine is thus based on his answer. Here’s the gist of my answer. You will need to add permissions and features to the AndroidManifest.xml to get to the user’s profile:

    <!-- Allows application to view phone state like using readLine1Number() -->
    <uses-permission android:name="android.permission.READ_PHONE_STATE"/>
    <!-- Required to access the Contacts Provider and user profile -->
    <uses-permission android:name="android.permission.READ_PROFILE"/>
    <uses-permission android:name="android.permission.READ_CONTACTS"/>
    
    <!-- Allows the application to use telephony to get the devices phone number when telephony is available without requiring telephony -->
    <uses-feature android:name="android.hardware.telephony" android:required="false"/>
    

    The approach uses one of the two methods Roman describes based on the API level supported on the device. It shows how one can utilize the primary fields set by the user and when multiple values are set. And it uses the TelephonyManager to retrieve the device’s phone number.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to be able to automatically create playlists in an specific playlist folder
I want to be able to automatically unpause my app when the user exits
I want to be able to automatically publish to a local folder each time
I want to be able to log in to a site automatically. For that
I want to be able to take an image that i have already captured
I want to be able to do the following actions with a form submit
I want to be able to create a Pandas DataFrame with MultiIndexes for the
Say I wanted to load google, then automatically enter text into the search bar
I want my script to automatically log the current user out when the script
I'm making a class and I want to be able to automatically assign variables

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.