java - Phone calls permissions from nowhere? -


so, google play reports app uses phone calls permission. so, had permissions, network , internet , i've deleted of them , still have phone calls permission!! here's manifest:

<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"     package="rs.androidaplikacijekvizopstekulture"     android:versioncode="4"     android:versionname="1.1.2">       <uses-sdk         android:minsdkversion="10"         android:targetsdkversion="10" />      <application         android:allowbackup="true"         android:icon="@drawable/ic_launcher"         android:label="@string/app_name"         android:theme="@style/apptheme" >         <activity android:name="com.google.ads.adactivity"          android:configchanges="keyboard|keyboardhidden|orientation|screenlayout|uimode|screensize|smallestscreensize"/>         <activity             android:name="rs.androidaplikacijekvizopstekulture.mainactivity"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="android.intent.action.main" />                  <category android:name="android.intent.category.launcher" />             </intent-filter>         </activity>          <activity             android:name="rs.androidaplikacijekvizopstekulture.menu"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.menu" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                  <activity             android:name="rs.androidaplikacijekvizopstekulture.izbor"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.izbor" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                  <activity             android:name="rs.androidaplikacijekvizopstekulture.pravila"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.pravila" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                                  <activity             android:name="rs.androidaplikacijekvizopstekulture.dvadesetpitanja"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.dvadesetpitanja" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                                  <activity             android:name="rs.androidaplikacijekvizopstekulture.neogranicenopetgresaka"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.neogranicenopetgresaka" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                                  <activity             android:name="rs.androidaplikacijekvizopstekulture.neogranicenotrigreske"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.neogranicenotrigreske" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                                  <activity             android:name="rs.androidaplikacijekvizopstekulture.neogranicenojednagreska"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.neogranicenojednagreska" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>                                  <activity             android:name="rs.androidaplikacijekvizopstekulture.kviz"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.kviz" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>              <activity             android:name="rs.androidaplikacijekvizopstekulture.prefs"             android:label="@string/app_name"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.prefs" />                 <category android:name="android.intent.category.default"                      />             </intent-filter>         </activity>               <activity             android:name="rs.androidaplikacijekvizopstekulture.pogresanodgovor"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.pogresanodgovor" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>              <activity             android:name="rs.androidaplikacijekvizopstekulture.swarmpopup"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.swarmpopup" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>              <activity             android:name="rs.androidaplikacijekvizopstekulture.netpopup"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.netpopup" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>              <activity             android:name="rs.androidaplikacijekvizopstekulture.rezultat"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.rezultat" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>              <activity             android:name="rs.androidaplikacijekvizopstekulture.rezultatvreme"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.rezultatvreme" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>        <activity             android:name="rs.androidaplikacijekvizopstekulture.tacanodgovor"             android:label="@string/app_name"             android:theme="@android:style/theme.dialog"             android:screenorientation="portrait"              >             <intent-filter>                 <action android:name="rs.androidaplikacijekvizopstekulture.tacanodgovor" />                  <category android:name="android.intent.category.default" />             </intent-filter>         </activity>  </application>   </manifest> 

so, apsolutely no permissions in manifest file, , still phone calls permission. don't it!

the compiler automatically adds permission compatibility reasons if app use library designed run on android 1.5 or below (because permission introduced in android 1.6).

i guess it's caused admob library, still supports android 1.5.


Comments