mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: parts: Declare in manufest
This commit is contained in:
parent
8d1811d574
commit
895ca921b8
2 changed files with 9 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue