universal7885: parts: Declare in manufest

This commit is contained in:
roynatech2544 2022-10-14 01:09:50 +09:00
commit 895ca921b8
2 changed files with 9 additions and 2 deletions

View file

@ -76,7 +76,13 @@
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</activity>
<activity android:name=".smartcharge.SmartChargeActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
<service android:name=".fps.FPSInfoService" android:exported="false">
</service>
<service android:name=".fps.FPSTileService" android:icon="@drawable/ic_fps_info" android:label="@string/fps_info_title" android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" android:exported="true">

View file

@ -2,7 +2,8 @@
android:height="24dp"
android:width="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:viewportHeight="24.0"
android:tint="?android:attr/colorControlNormal">
<group
android:name="rotationGroup"
android:pivotX="10.0"