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

  • SEARCH
  • Home
  • 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 6041855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:43:18+00:00 2026-05-23T06:43:18+00:00

I plan to do an app which contains only one activity and without any

  • 0

I plan to do an app which contains only one activity and without any app icon, where I need to open this activity by using the keypad. Say for example, whenever you dial 12345 my application activity should open without an app icon. Is this possible in Android? How?

  • 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-05-23T06:43:19+00:00Added an answer on May 23, 2026 at 6:43 am

    You must specify drawable resource for android:icon attribute in application element of AndroidManifest.xml. From documentation:

    This attribute must be set as a reference to a drawable resource containing the image (for example “@drawable/icon”). There is no default icon.


    But the drawable specified doesn’t need to be an icon. It can be defined as color in your resources:

    <?xml version="1.0" encoding="utf-8"?>
    <resources>
       <drawable name="color_icon">#ff0000</drawable>
    </resources>
    

    And then specify it in your AndroidManifest.xml:

    <?xml version="1.0" encoding="utf-8"?>
    <manifest ...>  
        <application android:icon="@drawable/color_icon" ...>
           ...
        </application>  
    </manifest> 
    

    And you’ll see something like this in your application launchpad:

    enter image description here

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

Sidebar

Related Questions

I am developing a web app for which I plan to use InnoDB. However
if your app use this solution , do do you plan port the app
I plan to write web app which will work mostly on client side (AJAX)
I am creating an app in which i am using a dictionary with quite
Here’s my situation: I have a free app which I plan to provide access
I'm creating an app in which many urls are using a pattern like /foo/bar/<object_id>/<object_name_slug>/
TL;DR version of this question: WMI Win32_NetworkAdapter class contains information I need, but is
So part of my web app centers around this very important form which is
I plan to build a small audio-recorder app in C#. My laptop has a
I plan to be storing all my config settings in my application's app.config section

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.