Added NetGuard settings to Android app settings (Android N)

This commit is contained in:
M66B 2016-08-17 17:20:37 +02:00
parent 050aa65427
commit ff6b3ded31
1 changed files with 5 additions and 0 deletions

View File

@ -79,6 +79,11 @@
<intent-filter> <intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" /> <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
</intent-filter> </intent-filter>
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data <meta-data
android:name="android.support.PARENT_ACTIVITY" android:name="android.support.PARENT_ACTIVITY"
android:value=".ActivityMain" /> android:value=".ActivityMain" />