Loading AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3117,7 +3117,7 @@ android:exported="true" android:theme="@android:style/Theme.NoDisplay"> <intent-filter> <action android:name="android.settings.APP_BATTERY_SETTINGS" /> <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="package" /> </intent-filter> Loading Loading
AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3117,7 +3117,7 @@ android:exported="true" android:theme="@android:style/Theme.NoDisplay"> <intent-filter> <action android:name="android.settings.APP_BATTERY_SETTINGS" /> <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" /> <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="package" /> </intent-filter> Loading