You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Hi All
I am getting this error in my contact activity in ICS code
steps i follow
1. open contact activity --> goto group - select all the group to delete--> pup up will come 2.select the recent app-->lunch setting and change the font style
3.select the recent app--> open contact --> then press home key 4. lunch the contact app- its getting froce closed
Can any one tell me how to handle this situation.It seems issue in fragmentation ,
05-02 09:35:51.930: E/AndroidRuntime(7323): FATAL EXCEPTION: main 05-02 09:35:51.930: E/AndroidRuntime(7323): java.lang.IllegalStateException: Failure saving state: DeleteDialogFragment{414e8c28 #1 deleteGroup} has target not in fragment manager: GroupDeleteListFragment{414a6a98}
05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.FragmentManagerImpl.saveAllState(FragmentManager.java:1581) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.Activity.onSaveInstanceState(Activity.java:1164)
05-02 09:35:51.930: E/AndroidRuntime(7323): at com.sec.android.app.contacts.activities.ContactMultiSelectionActivity.onSaveInstanceState(ContactMultiSelectionActivity.java:215) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.Activity.performSaveInstanceState(Activity.java:1113)
05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.Instrumentation.callActivityOnSaveInstanceState(Instrumentation.java:1188) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.ActivityThread.performStopActivityInner(ActivityThread.java:2805)
05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.ActivityThread.handleStopActivity(ActivityThread.java:2863) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.ActivityThread.access$900(ActivityThread.java:127)
05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1176) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.os.Handler.dispatchMessage(Handler.java:99)
05-02 09:35:51.930: E/AndroidRuntime(7323): at android.os.Looper.loop(Looper.java:137) 05-02 09:35:51.930: E/AndroidRuntime(7323): at android.app.ActivityThread.main(ActivityThread.java:4507) 05-02 09:35:51.930: E/AndroidRuntime(7323): at java.lang.reflect.Method.invokeNative(Native Method)
05-02 09:35:51.930: E/AndroidRuntime(7323): at java.lang.reflect.Method.invoke(Method.java:511) 05-02 09:35:51.930: E/AndroidRuntime(7323): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:974)
05-02 09:35:51.930: E/AndroidRuntime(7323): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:741) 05-02 09:35:51.930: E/AndroidRuntime(7323): at dalvik.system.NativeStart.main(Native Method)