Hi.

Please refer manifest snippet below.
Before you consider that
the path of backupagent applied in many ways
absolute full package path, one class name since exists in root, 
relative path as below.
But seem that not a differences.(No well consolidated chart for difference 
result
about when I change the backupagent path, 
but I 120% sure/believe my memory 
since I tried each way few dozen of times each...).

------------
manifest.xml
    <application android:icon="@drawable/icon" 
android:label="@string/app_name"
        android:backupAgent=".mybackuphelper"
        android:restoreAnyVersion="true"
        android:killAfterRestore="true"
        android:debuggable="false">

        <meta-data android:name="com.google.android.backup.api_key"
            android:value="AEdxxxEAAxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" />

-------------------

On Monday, June 25, 2012 4:52:46 AM UTC+9, RichardC wrote:
>
> Would you post your manifest please.
>  
>  
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to