374ba8b64f
and reformat some SettingsFragment details
17 lines
672 B
XML
17 lines
672 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<application>
|
|
<!-- Remove permission requirements only for debug versions to make development easier -->
|
|
<activity
|
|
android:name="com.stevesoltys.seedvault.settings.SettingsActivity"
|
|
android:exported="true"
|
|
tools:remove="android:permission" />
|
|
<activity
|
|
android:name="com.stevesoltys.seedvault.restore.RestoreActivity"
|
|
android:exported="true"
|
|
tools:remove="android:permission" />
|
|
</application>
|
|
|
|
</manifest>
|