top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Android: usage of groups in android default.xml

+2 votes
333 views

Why we need to use groups in default.xml and what is the usage of groups in android default.xml ? can some one please help to understand about groups in xml.

posted Sep 26, 2013 by Deepankar Dubey

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
http://tools.android.com/build  explains the groups and how there are used .

1 Answer

+1 vote

I assume you're referring to the default.xml used by repo.repo manages a collection of related git repositories,called repo projects. The file default.xml is a "manifest" or list ofthe names and locations of all these git repositories.
See repo init option -m athttp://source.android.com/source/using-repo.html

answer Sep 26, 2013 by Bob Wise
Similar Questions
+1 vote

during the upgrade the 4.4 where groups permissions was introduced does an application that had a certain permission gets the entire permissions groups that the permission is part of?

0 votes

I'm looking for native library for video play with custom buffering for rendering of big video files (500MB+) in android application. What is the best options?

+2 votes

Are there any usage limits on LocationManager.NETWORK_PROVIDER?For example, is there a limit on the number of uses per day, or is limited to personal use.

LocationManager.NETWORK_PROVIDER http://developer.android.com/reference/android/location/LocationManager.html#NETWORK_PROVIDER

I find the LocationManager.NETWORK_PROVIDER and The Google Maps Geolocation API very similar.(It is possible to know the position information from the cell tower or wifi both.)

The Google Maps Geolocation API https://developers.google.com/maps/documentation/business/geolocation/

The Google Maps Geolocation API has usage limits and costs money, are there any usage limits like these on LocationManager.NETWORK_PROVIDER?

+1 vote

I am new to android, can someone explain the use of AndroidManifest.xml in detail may be with an example.

+4 votes

I am trying to record an audio in android device. But I want mute my device in code if did not receive gain. If anybody have idea about this please share it. If connected earphones I can MUTE by pressing mute button but I want edit code and mute it by default.

...