Does android use the same fragmentmanager for multiple fragment of multiple acvity?

clipboard.png

do fragments in activity1 and fragments in activity2 use the same fragmentmanager?

activity2 add fragment Times error

Mar.07,2021

is not the same FragmentManager

use FragmentManager in each Activity , and use getSupportFragmentManager () or getFragmentManager () in Activity to get FragmentManager

of the current Activity .
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31184-2b5bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31184-2b5bb.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?