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 8982475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:35:16+00:00 2026-06-15T20:35:16+00:00

I developed an application, under a namespace my friend and I used for joint

  • 0

I developed an application, under a namespace my friend and I used for joint ventures.

I’ve since migrated that app to my personal developer account, and must continue to use the same package name in the manifest file, else it will appear as a new app in the market, etc.

It seems odd to continue using that package name throughout the app (it was released in early 2010 when we first started learning, and the update I’m planning will be a complete rewrite), and I’d rather use my package prefix.

Can I leave the old package name in the AndroidManifest.xml file, but use the new package prefix throughout the app, and explicitly qualify any Activitys, Services or Receivers etc, in my manifest or will that cause some issue when I update the app?

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
--> package="com.ouroldjointsite.theapp"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk
        android:minSdkVersion="8"
        android:targetSdkVersion="17" />

    <application>
        <activity
-->         android:name="uk.co.ataulmunim.theapp.TheAppActivity"
            android:label="@string/app_name" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
    </application>

</manifest>

That is, the package attribute the only place the Play Store will check to see if an application is the same? I understand I’ll still have to sign it with the same key as before.

On a side note, is it discouraged to do this, even if it works?

Thanks!

  • 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-15T20:35:18+00:00Added an answer on June 15, 2026 at 8:35 pm

    You can change the Activity’s package name, just not the Application’s package name.

    And yes, an Activity’s package name can be different than an application’s package name. It’s just that when you use the Android New Project... wizard to start a new project, it just assumes that the Application’s package name will be the same as the Activity’s package name.

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

Sidebar

Related Questions

I have a Windows Service application (developed in C++) running under Local System account.
i developed an updater application for my windows app. They are different projects under
I have developed one web application that runs under all browser via applet (core
I developed a PHP web application under Apache and am currently in the process
I have an application which was developed under Windows, but for gcc. The code
We have developed a JEE5 web application (WAR) and running it in production under
I have an AppWidgetProvider under package com.developer.application I tried moving this AppWidgetProvider under package
I can find the tool command in my filesystem under: /Applications/Xcode.app/Contents/Developer/usr/bin/otool If I specify
i have developed application for read information from card reader. Here i have used
can I change layout dpi that use my application on device? (on developed application

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.