No dashboard do desenvolvedor tem o número de dispositivos que o app é compatível. Dá uma olhada lá pra ver se vc consegue encontrar algum motivo.
2015-03-29 15:11 GMT-03:00 Matheus Henrique da Silva <matheustargaryen@gmail.com>:
A diferença entre eles é o pacote... =/
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.informatheus.webradioarquivodorock"><uses-permission android:name="android.permission.INTERNET" /><uses-permission android:name="android.permission.READ_PHONE_STATE" /><uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /><uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" /><applicationandroid:allowBackup="true"android:icon="@mipmap/ic_launcher"android:label="@string/app_name"android:theme="@style/AppTheme"><activityandroid:name=".activity.MainActivity"android:icon="@mipmap/ic_launcher"android:label="@string/app_name"android:launchMode="singleTop"android:screenOrientation="portrait"><intent-filter><action android:name="android.intent.action.MAIN" /><category android:name="android.intent.category.LAUNCHER" /></intent-filter></activity><!-- This meta-data tag is required to use Google Play Services. --><meta-dataandroid:name="com.google.android.gms.version"android:value="@integer/google_play_services_version" /><!-- Meta data para o Like do Facebook --><meta-dataandroid:name="com.facebook.sdk.ApplicationId"android:value="@string/facebook_app_id" /><!-- Include the AdActivity configChanges and theme. --><activityandroid:name="com.google.android.gms.ads.AdActivity"android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"android:theme="@android:style/Theme.Translucent" /><serviceandroid:name=".service.MyService"android:exported="false"></service></application></manifest>--
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jade Moreira da Costa
You received this message because you are subscribed to the Google Groups "Android Brasil - Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to androidbrasil-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0 comentários:
Postar um comentário