started to adapt tethering trigger to check a specific type
This commit is contained in:
@ -1,6 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
|
||||
<application>
|
||||
<activity
|
||||
android:name=".MainActivityTabs"
|
||||
android:exported="false"
|
||||
android:label="@string/title_activity_main_tabs"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
Reference in New Issue
Block a user