<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="xyz.plan.android.pptmapview">

    <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />

    <application android:allowBackup="true" android:label="@string/app_name"
        android:icon="@mipmap/ic_launcher" android:supportsRtl="true"
        android:theme="@style/AppTheme">

        <meta-data android:name="com.google.android.geo.API_KEY" android:value="" />

    </application>

</manifest>
