upstream changes
upstream changes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<locale android:name="en" />
|
||||
<locale android:name="ru" />
|
||||
</locale-config>
|
||||
@@ -12,4 +12,7 @@
|
||||
<files-path
|
||||
name="files"
|
||||
path="." />
|
||||
</paths>
|
||||
<cache-path
|
||||
name="shared_images"
|
||||
path="images/" />
|
||||
</paths>
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
<shortcut
|
||||
android:enabled="true"
|
||||
android:icon="@drawable/ic_round_settings_primary"
|
||||
android:shortcutId="settings"
|
||||
android:shortcutShortLabel="@string/static_settings"
|
||||
tools:targetApi="n_mr1">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="shortcut_settings"
|
||||
android:targetClass="com.meloda.fast.screens.main.activity.MainActivity"
|
||||
android:targetPackage="com.meloda.fast.dev" />
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="shortcut_settings"
|
||||
android:targetClass="com.meloda.fast.screens.main.activity.MainActivity"
|
||||
android:targetPackage="com.meloda.fast" />
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
Reference in New Issue
Block a user