<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.bitsoft.bitcoin.newfreebitcoin" platformBuildVersionCode="23" platformBuildVersionName="6.0-2438415">
    <uses-permission android:name="android.permission.INTERNET"/>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
    <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
    <uses-permission android:name="android.permission.VIBRATE"/>
    <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="true"/>
    <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme">
        <activity android:name="com.bitsoft.bitcoin.newfreebitcoin.SplashScreen" android:screenOrientation="portrait" android:theme="@style/SplashScreenStyle">
            <intent-filter android:autoVerify="true">
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>
        <activity android:configChanges="orientation|screenSize" android:label="@string/app_name" android:name="com.bitsoft.bitcoin.newfreebitcoin.AtividadePrincipal" android:theme="@style/AppTheme.NoActionBar"/>
        <activity android:name="com.bitsoft.bitcoin.newfreebitcoin.AboutActivity" android:screenOrientation="portrait" android:theme="@style/AboutScreenStyle"/>
        <activity android:name="com.bitsoft.bitcoin.newfreebitcoin.FacActivity" android:theme="@style/AppTheme.NoActionBar"/>
        <receiver android:name="com.bitsoft.bitcoin.newfreebitcoin.NotificationDaily"/>
        <receiver android:name="com.bitsoft.bitcoin.newfreebitcoin.NotificationHourly"/>
        <service android:name="com.bitsoft.bitcoin.newfreebitcoin.BootService"/>
        <receiver android:enabled="true" android:name="com.bitsoft.bitcoin.newfreebitcoin.RestartAlarmReceiver">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED"/>
            </intent-filter>
        </receiver>
    </application>
</manifest>

Comentários

Postagens mais visitadas deste blog