可以在右侧的状态栏上添加图标
Is possible to add icon on statusbar on right side
我想知道是否可以在我的状态栏的右侧添加一个图标(无需 ROOT 的编程方式),我读过这个 question 但是它没有帮助我。
我读过这个 support.google.notifications 并且在解释 See notifications at the top of your screen
时在旁边说:
- 左侧
These are your notifications. When you get a notification, you'll see its icon at the top-left of the screen. When you want to read a notification, pull down the notification shade from the top of the screen.
- 右侧
These are your device's system icons. You'll see a star in the right of the the status bar when you've set your device to only show priority notifications. You'll also see system icons, including Wi-Fi and mobile carrier signals and battery strength here.
但我不知道这样做是不是有什么技巧。有什么想法吗?
否 - 您不能在 Android 的库存版本中执行此操作。
右侧有一组按特定顺序排列的预配置图标。您不能添加、更改或删除它们 - 它们由系统控制。
将您自己的图标添加到系统图标集中的唯一方法是构建您自己的 Android 版本。
另外,左边怎么了?!
我想知道是否可以在我的状态栏的右侧添加一个图标(无需 ROOT 的编程方式),我读过这个 question 但是它没有帮助我。
我读过这个 support.google.notifications 并且在解释 See notifications at the top of your screen
时在旁边说:
- 左侧
These are your notifications. When you get a notification, you'll see its icon at the top-left of the screen. When you want to read a notification, pull down the notification shade from the top of the screen.
- 右侧
These are your device's system icons. You'll see a star in the right of the the status bar when you've set your device to only show priority notifications. You'll also see system icons, including Wi-Fi and mobile carrier signals and battery strength here.
但我不知道这样做是不是有什么技巧。有什么想法吗?
否 - 您不能在 Android 的库存版本中执行此操作。
右侧有一组按特定顺序排列的预配置图标。您不能添加、更改或删除它们 - 它们由系统控制。
将您自己的图标添加到系统图标集中的唯一方法是构建您自己的 Android 版本。
另外,左边怎么了?!