English 中文(简体)
为什么没有将安乐斯的一些许可列入原来的安乐器网页?
原标题:Why some permissions of Android are not listed in the original Android Developers page?

<>ACCESS_COARSE_LOCATION和ACCESS_COARSE之间有何区别。 是否允许?

The ACCESS_COARSE_LOCATION can be found in the Android developers page, whether the ACCESS_COARSE is not in this list.

I have found many applications that use it e.g. 3D Compass. I run the androguard to inspect the permissions of this application and I found this one inside:

<uses-permission android:name="android.permission.ACCESS_COARSE">

Is it an abbreviation of the ACCESS_COARSE_LOCATION? Why is it not in the official Android page with the permissions here?

Moreover I have see several other permissions not in this list such as: WRITE_OWNER_DATA, READ_OWNER_DATA,...

为什么会发生? 这些许可是不是官方的吗?

最佳回答

ACCESS-差别是什么? COARSE_LOCATION and ACCESS_COARSE 是否允许?

没有任何<代码>ACCESS_COARSE的许可。 查阅上。

ACESS_COARSE_LOCATION 可在安乐器网页上查找,无论是ACCESS_。 COARSE没有被列入清单。

由于不存在<代码>ACCESS_COARSE。

我发现有许多应用,例如使用。 3D 通行证。

他们可以要求这样做。 他们没有使用,因为不存在。

我担任监察员,检查这项申请的许可。

推定该申请的作者犯了错误。

它是ACESS-缩略语 COARSE_LOCATION?

页: 1

为什么在座各位的许可下,它不出现在安乐堡的网页上?

Because it does not exist.

而且 我看到了名单上的其他几项许可,例如: ITEWR_OWNER_DATA, READ_OWNER_DATA

Those were removed from the SDK in API Level 9.

为什么会发生?

您可以拥有任何<代码><uses-permission>内容。 如果你的请求不存在,你就没有。

ok, so why does the mentioned app request this permissions if it cannot use it?

值得注意的是,他们用了100万key子书写了在那里的 app子。 这是不使用mon子的许多原因之一(除专门准备的 test子和mon骑手外)来开发 Android。

问题回答

暂无回答




相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签