|
@@ -15,13 +15,18 @@
|
|
|
|
|
|
|
|
<application
|
|
<application
|
|
|
android:allowBackup="false"
|
|
android:allowBackup="false"
|
|
|
|
|
+ android:dataExtractionRules="@xml/data_extraction_rules"
|
|
|
|
|
+ android:fullBackupContent="false"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
|
android:supportsRtl="false"
|
|
android:supportsRtl="false"
|
|
|
android:theme="@style/AppTheme"
|
|
android:theme="@style/AppTheme"
|
|
|
- tools:ignore="GoogleAppIndexingWarning">
|
|
|
|
|
|
|
+ tools:ignore="GoogleAppIndexingWarning"
|
|
|
|
|
+ tools:targetApi="s">
|
|
|
|
|
|
|
|
- <activity android:name=".MainActivity">
|
|
|
|
|
|
|
+ <activity
|
|
|
|
|
+ android:name=".MainActivity"
|
|
|
|
|
+ android:exported="true">
|
|
|
<intent-filter>
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|