Give a List of Impotent Folders in Android
The following folders are declared as impotent in android: AndroidManifest.xml build.xml bin/ src/ res/ assets/ In Android, there are several important folders that serve specific purposes. Here’s a list of some important folders in an Android file system: /system: Contains the core operating system files and libraries. /data: Holds user data, app data, and other … Read more