Android manifest
        Posted  
        
            by 
                Venkatesh
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Venkatesh
        
        
        
        Published on 2011-01-12T09:05:21Z
        Indexed on 
            2011/01/12
            9:53 UTC
        
        
        Read the original article
        Hit count: 363
        
android
|android-manifest
hi friends, I am having two package in my application 1.com.fsp.deals and 2.com.facebook.android..
i declared my package as package =com.fsp.deals in Manifest file.. if i want to use the activity in com.facebook.android how i should call activity in manifest file it showing error as i define as
</activity> 
     <activity android:name="com.facebook.android.Example"
        android:screenOrientation="portrait" android:label="@string/app_name"
        android:windowSoftInputMode="stateUnspecified|adjustPan">           
    </activity> 
        © Stack Overflow or respective owner