Loading core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ android_app { "telephony_flags", "update_engine_aconfig_declarations", "appsearch_aconfig_flags", "aconfig_trade_in_mode_flags", ], } Loading core/res/AndroidManifest.xml +9 −0 Original line number Diff line number Diff line Loading @@ -1853,6 +1853,15 @@ android:description="@string/permdesc_highSamplingRateSensors" android:protectionLevel="normal" /> <!-- Allows an app to access moisture intrusion sensor data <p>Protection level: normal @hide --> <permission android:name="android.permission.READ_MOISTURE_INTRUSION" android:permissionGroup="android.permission-group.SENSORS" android:protectionLevel="normal" android:featureFlag="com.android.tradeinmode.flags.trade_in_mode_2025q4"/> <!-- Allows an application to access data from sensors that the user uses to measure what is happening inside their body, such as heart rate. <p>Protection level: dangerous --> Loading Loading
core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ android_app { "telephony_flags", "update_engine_aconfig_declarations", "appsearch_aconfig_flags", "aconfig_trade_in_mode_flags", ], } Loading
core/res/AndroidManifest.xml +9 −0 Original line number Diff line number Diff line Loading @@ -1853,6 +1853,15 @@ android:description="@string/permdesc_highSamplingRateSensors" android:protectionLevel="normal" /> <!-- Allows an app to access moisture intrusion sensor data <p>Protection level: normal @hide --> <permission android:name="android.permission.READ_MOISTURE_INTRUSION" android:permissionGroup="android.permission-group.SENSORS" android:protectionLevel="normal" android:featureFlag="com.android.tradeinmode.flags.trade_in_mode_2025q4"/> <!-- Allows an application to access data from sensors that the user uses to measure what is happening inside their body, such as heart rate. <p>Protection level: dangerous --> Loading